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>
This commit is contained in:
parent
534574bb46
commit
cbb671992b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue