diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2014-09-16 16:25:24 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-23 22:06:33 -0700 |
commit | cbb671992b7a9c8467917f4a1eba9784650703e6 (patch) | |
tree | aeacb4d1a15473f1f78428d3f4d639c8408beb08 | |
parent | 534574bb462d044bd6e19471597672302625bd5e (diff) |
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>
-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 609efe2da6b..b943545f862 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 |