diff options
Diffstat (limited to 'drivers/usb/wusbcore/Kconfig')
| -rw-r--r-- | drivers/usb/wusbcore/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/usb/wusbcore/Kconfig b/drivers/usb/wusbcore/Kconfig index eb09a0a14a8..0e17b966e1b 100644 --- a/drivers/usb/wusbcore/Kconfig +++ b/drivers/usb/wusbcore/Kconfig @@ -2,10 +2,9 @@ # Wireless USB Core configuration # config USB_WUSB - tristate "Enable Wireless USB extensions (EXPERIMENTAL)" - depends on EXPERIMENTAL - depends on USB - select UWB + tristate "Enable Wireless USB extensions" + depends on PCI + depends on UWB select CRYPTO select CRYPTO_BLKCIPHER select CRYPTO_CBC @@ -19,7 +18,6 @@ config USB_WUSB config USB_WUSB_CBAF tristate "Support WUSB Cable Based Association (CBA)" - depends on USB help Some WUSB devices support Cable Based Association. It's used to enable the secure communication between the host and the |
