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

config CONFIG_USB_WHCI_HCD
	tristate "Wireless USB Host Controller Interface (WHCI) driver"
	depends on CONFIG_USB_PCI && CONFIG_USB && CONFIG_UWB
	select CONFIG_USB_WUSB
	select CONFIG_UWB_WHCI
	help
	  CONFIG_A driver for CONFIG_PCI-based Wireless CONFIG_USB Host Controllers that are
	  compliant with the WHCI specification.

	  To compile this driver a module, choose CONFIG_M here: the module
	  will be called "whci-hcd".

config CONFIG_USB_HWA_HCD
	tristate "Host Wire Adapter (HWA) driver"
	depends on CONFIG_USB && CONFIG_UWB
	select CONFIG_USB_WUSB
	select CONFIG_UWB_HWA
	help
	  This driver enables you to connect Wireless CONFIG_USB devices to
	  your system using a Host Wire Adaptor CONFIG_USB dongle. This is an
	  CONFIG_UWB Radio Controller and WUSB Host Controller connected to
	  your machine via CONFIG_USB (specified in WUSB1.0).

	  To compile this driver a module, choose CONFIG_M here: the module
	  will be called "hwa-hc".