Kconfig 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # USB Class driver configuration
  4. #
  5. comment "USB Device Class drivers"
  6. config USB_ACM
  7. tristate "USB Modem (CDC ACM) support"
  8. depends on TTY
  9. help
  10. This driver supports USB modems and ISDN adapters which support the
  11. Communication Device Class Abstract Control Model interface.
  12. Please read <file:Documentation/usb/acm.rst> for details.
  13. If your modem only reports "Cls=ff(vend.)" in the descriptors in
  14. /sys/kernel/debug/usb/devices, then your modem will not work with this
  15. driver.
  16. To compile this driver as a module, choose M here: the
  17. module will be called cdc-acm.
  18. config USB_PRINTER
  19. tristate "USB Printer support"
  20. help
  21. Say Y here if you want to connect a USB printer to your computer's
  22. USB port.
  23. To compile this driver as a module, choose M here: the
  24. module will be called usblp.
  25. config USB_WDM
  26. tristate "USB Wireless Device Management support"
  27. help
  28. This driver supports the WMC Device Management functionality
  29. of cell phones compliant to the CDC WMC specification. You can use
  30. AT commands over this device.
  31. To compile this driver as a module, choose M here: the
  32. module will be called cdc-wdm.
  33. config USB_TMC
  34. tristate "USB Test and Measurement Class support"
  35. help
  36. Say Y here if you want to connect a USB device that follows
  37. the USB.org specification for USB Test and Measurement devices
  38. to your computer's USB port.
  39. To compile this driver as a module, choose M here: the
  40. module will be called usbtmc.