Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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