diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2014-09-17 01:25:24 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 09:06:33 +0400 |
commit | cbb671992b7a9c8467917f4a1eba9784650703e6 (patch) | |
tree | aeacb4d1a15473f1f78428d3f4d639c8408beb08 /drivers/usb/host/Kconfig | |
parent | 534574bb462d044bd6e19471597672302625bd5e (diff) | |
download | linux-cbb671992b7a9c8467917f4a1eba9784650703e6.tar.xz |
usb: hwa: add USB build dependency for USB_HWA_HCD
An HWA is a USB device so it depends on USB.
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 609efe2da6b2..b943545f862c 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -709,7 +709,7 @@ config USB_WHCI_HCD config USB_HWA_HCD tristate "Host Wire Adapter (HWA) driver" - depends on UWB + depends on USB && UWB select USB_WUSB select UWB_HWA help |