1
0
Fork 0

drivers: usb: wusbcore: Fix dependency for USB_WUSB

Fix the following warning:

warning: (USB_WUSB) selects UWB which has unmet direct dependencies (EXPERIMENTAL && PCI)

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Fabio Estevam 2012-01-03 16:34:49 -02:00 committed by Greg Kroah-Hartman
parent 9258c0b26b
commit cbb50df654
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ config USB_WUSB
tristate "Enable Wireless USB extensions (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on USB
depends on PCI
select UWB
select CRYPTO
select CRYPTO_BLKCIPHER