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_USB Class driver configuration
#
comment "USB Device Class drivers"

config CONFIG_USB_ACM
	tristate "USB Modem (CDC ACM) support"
	depends on CONFIG_TTY
	---help---
	  This driver supports CONFIG_USB modems and CONFIG_ISDN adapters which support the
	  Communication Device Class Abstract Control Model interface.
	  Please read <file:Documentation/usb/acm.rst> for details.

	  If your modem only reports "Cls=ff(vend.)" in the descriptors in
	  /sys/kernel/debug/usb/devices, then your modem will not work with this
	  driver.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called cdc-acm.

config CONFIG_USB_PRINTER
	tristate "USB Printer support"
	help
	  Say Y here if you want to connect a CONFIG_USB printer to your computer's
	  CONFIG_USB port.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called usblp.

config CONFIG_USB_WDM
	tristate "USB Wireless Device Management support"
	---help---
	  This driver supports the WMC Device Management functionality
	  of cell phones compliant to the CDC WMC specification. You can use
	  AT commands over this device.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called cdc-wdm.

config CONFIG_USB_TMC
	tristate "USB Test and Measurement Class support"
	help
	  Say Y here if you want to connect a CONFIG_USB device that follows
	  the CONFIG_USB.org specification for CONFIG_USB Test and Measurement devices
	  to your computer's CONFIG_USB port.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called usbtmc.