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:
Thomas Pugliese 2014-09-16 16:25:24 -05:00 committed by Greg Kroah-Hartman
parent 534574bb46
commit cbb671992b
1 changed files with 1 additions and 1 deletions

View File

@ -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