usb: wusbcore: remove USB_WUSB build dependency on PCI
[deliverable/linux.git] / drivers / usb / wusbcore / Kconfig
CommitLineData
470cc415
GKH
1#
2# Wireless USB Core configuration
3#
4config USB_WUSB
eb83be98 5 tristate "Enable Wireless USB extensions"
a0701f04 6 depends on UWB
470cc415
GKH
7 select CRYPTO
8 select CRYPTO_BLKCIPHER
9 select CRYPTO_CBC
10 select CRYPTO_MANAGER
11 select CRYPTO_AES
12 help
13 Enable the host-side support for Wireless USB.
14
15 To compile this support select Y (built in). It is safe to
16 select even if you don't have the hardware.
f1fa035f
FZ
17
18config USB_WUSB_CBAF
19 tristate "Support WUSB Cable Based Association (CBA)"
f1fa035f
FZ
20 help
21 Some WUSB devices support Cable Based Association. It's used to
22 enable the secure communication between the host and the
23 device.
24
25 Enable this option if your WUSB device must to be connected
26 via wired USB before establishing a wireless link.
27
28 It is safe to select even if you don't have a compatible
29 hardware.
30
31config USB_WUSB_CBAF_DEBUG
32 bool "Enable CBA debug messages"
33 depends on USB_WUSB_CBAF
34 help
35 Say Y here if you want the CBA to produce a bunch of debug messages
36 to the system log. Select this if you are having a problem with
37 CBA support and want to see more of what is going on.
38
This page took 0.436701 seconds and 5 git commands to generate.