Kconfig 856 B

12345678910111213141516171819202122232425262728293031
  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.