Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #
  2. # USB Class driver configuration
  3. #
  4. comment "USB Device Class drivers"
  5. depends on USB
  6. config USB_ACM
  7. tristate "USB Modem (CDC ACM) support"
  8. depends on USB
  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.txt> for details.
  13. If your modem only reports "Cls=ff(vend.)" in the descriptors in
  14. /proc/bus/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. depends on USB
  21. help
  22. Say Y here if you want to connect a USB printer to your computer's
  23. USB port.
  24. To compile this driver as a module, choose M here: the
  25. module will be called usblp.
  26. config USB_WDM
  27. tristate "USB Wireless Device Management support"
  28. depends on USB
  29. ---help---
  30. This driver supports the WMC Device Management functionality
  31. of cell phones compliant to the CDC WMC specification. You can use
  32. AT commands over this device.
  33. To compile this driver as a module, choose M here: the
  34. module will be called cdc-wdm.
  35. config USB_TMC
  36. tristate "USB Test and Measurement Class support"
  37. depends on USB
  38. help
  39. Say Y here if you want to connect a USB device that follows
  40. the USB.org specification for USB Test and Measurement devices
  41. to your computer's USB port.
  42. To compile this driver as a module, choose M here: the
  43. module will be called usbtmc.
  44. config USB_CCID_BRIDGE
  45. tristate "USB Smart Card Class (CCID) support"
  46. help
  47. Say Y here if you want to connect a USB Smart Card device that
  48. follows the USB.org specification for Integrated Circuit(s) Cards
  49. Interface Devices to your computer's USB port. This module
  50. provides a character device interface to exchange the messages.
  51. Ioctls facilitate control transfers and interrupt transfers.
  52. To compile this driver as a module, choose M here: the
  53. module will be called ccid_bridge.