Merge branch 'regulator-5.4' into regulator-5.5
[linux-2.6-block.git] / drivers / staging / wusbcore / Kconfig
CommitLineData
cae8dc3b 1# SPDX-License-Identifier: GPL-2.0
470cc415
GKH
2#
3# Wireless USB Core configuration
4#
5config USB_WUSB
eb83be98 6 tristate "Enable Wireless USB extensions"
894efaf5 7 depends on UWB && USB
ae748b9c
AB
8 select CRYPTO
9 select CRYPTO_AES
10 select CRYPTO_CCM
470cc415
GKH
11 help
12 Enable the host-side support for Wireless USB.
13
14 To compile this support select Y (built in). It is safe to
15 select even if you don't have the hardware.
f1fa035f
FZ
16
17config USB_WUSB_CBAF
18 tristate "Support WUSB Cable Based Association (CBA)"
f5502528 19 depends on USB
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
71ed79b0 39source "drivers/staging/wusbcore/host/Kconfig"