Skip to content

Commit

Permalink
drivers: usb: wusbcore: Fix dependency for USB_WUSB
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam authored and Greg Kroah-Hartman committed Jan 4, 2012
1 parent 9258c0b commit cbb50df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/wusbcore/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbb50df

Please sign in to comment.