Commit cbb50df6 authored by Fabio Estevam's avatar Fabio Estevam Committed by Greg Kroah-Hartman

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9258c0b2
...@@ -5,6 +5,7 @@ config USB_WUSB ...@@ -5,6 +5,7 @@ config USB_WUSB
tristate "Enable Wireless USB extensions (EXPERIMENTAL)" tristate "Enable Wireless USB extensions (EXPERIMENTAL)"
depends on EXPERIMENTAL depends on EXPERIMENTAL
depends on USB depends on USB
depends on PCI
select UWB select UWB
select CRYPTO select CRYPTO
select CRYPTO_BLKCIPHER select CRYPTO_BLKCIPHER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment