Skip to content

Commit

Permalink
drivers: usb: Fix dependency for USB_HWA_HCD
Browse files Browse the repository at this point in the history
Fix the following build warning:

warning: (USB_HWA_HCD) selects UWB_HWA which has unmet direct dependencies (UWB && USB)

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Fabio Estevam authored and Greg Kroah-Hartman committed Jan 24, 2012
1 parent 0fcd977 commit 0dd2b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ config USB_WHCI_HCD
config USB_HWA_HCD
tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on USB
depends on USB && UWB
select USB_WUSB
select UWB_HWA
help
Expand Down

0 comments on commit 0dd2b62

Please sign in to comment.