commit | a0701f04846eee9976e6b3eafca09f2a9d2744ef | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Wed Jan 25 13:52:12 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 26 11:22:42 2012 -0800 |
tree | 927972bfd4e4f23e0632a95897e11181a7a92f4b | |
parent | b3ef051db763b640d1ff724b616ffba940896b44 [diff] |
uwb & wusb: fix kconfig error Fix UWB/WUSB kconfig error by changing 'select' to 'depends on'. drivers/usb/wusbcore/Kconfig:4:error: recursive dependency detected! drivers/usb/wusbcore/Kconfig:4: symbol USB_WUSB is selected by USB_HWA_HCD drivers/usb/host/Kconfig:559: symbol USB_HWA_HCD depends on UWB drivers/uwb/Kconfig:5: symbol UWB is selected by USB_WUSB Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>