diff options
Diffstat (limited to 'drivers/usb/wusbcore/Kconfig')
-rw-r--r-- | drivers/usb/wusbcore/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/usb/wusbcore/Kconfig b/drivers/usb/wusbcore/Kconfig new file mode 100644 index 000000000000..add077e5c5d0 --- /dev/null +++ b/drivers/usb/wusbcore/Kconfig | |||
@@ -0,0 +1,17 @@ | |||
1 | # | ||
2 | # Wireless USB Core configuration | ||
3 | # | ||
4 | config USB_WUSB | ||
5 | tristate "Enable Wireless USB extensions" | ||
6 | depends on USB | ||
7 | select UWB | ||
8 | select CRYPTO | ||
9 | select CRYPTO_BLKCIPHER | ||
10 | select CRYPTO_CBC | ||
11 | select CRYPTO_MANAGER | ||
12 | select CRYPTO_AES | ||
13 | help | ||
14 | Enable the host-side support for Wireless USB. | ||
15 | |||
16 | To compile this support select Y (built in). It is safe to | ||
17 | select even if you don't have the hardware. | ||