Kconfig 1.5 KB

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