Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0
#
# Wireless CONFIG_USB Core configuration
#
config CONFIG_USB_WUSB
	tristate "Enable Wireless USB extensions"
	depends on CONFIG_UWB && CONFIG_USB
	select CONFIG_CRYPTO
	select CONFIG_CRYPTO_AES
	select CONFIG_CRYPTO_CCM
	help
	  Enable the host-side support for Wireless CONFIG_USB.

          To compile this support select Y (built in). It is safe to
	  select even if you don't have the hardware.

config CONFIG_USB_WUSB_CBAF
	tristate "Support WUSB Cable Based Association (CBA)"
	depends on CONFIG_USB
	help
	  Some WUSB devices support Cable Based Association. It's used to
	  enable the secure communication between the host and the
	  device.

	  Enable this option if your WUSB device must to be connected
	  via wired CONFIG_USB before establishing a wireless link.

	  It is safe to select even if you don't have a compatible
	  hardware.

config CONFIG_USB_WUSB_CBAF_DEBUG
	bool "Enable CBA debug messages"
	depends on CONFIG_USB_WUSB_CBAF
	help
	  Say Y here if you want the CBA to produce a bunch of debug messages
	  to the system log. Select this if you are having a problem with
	  CBA support and want to see more of what is going on.

source "drivers/staging/wusbcore/host/Kconfig"