2 # USB Class driver configuration
 
   4 comment "USB Device Class drivers"
 
   8         tristate "USB Modem (CDC ACM) support"
 
  11           This driver supports USB modems and ISDN adapters which support the
 
  12           Communication Device Class Abstract Control Model interface.
 
  13           Please read <file:Documentation/usb/acm.txt> for details.
 
  15           If your modem only reports "Cls=ff(vend.)" in the descriptors in
 
  16           /proc/bus/usb/devices, then your modem will not work with this
 
  19           To compile this driver as a module, choose M here: the
 
  20           module will be called cdc-acm.
 
  23         tristate "USB Printer support"
 
  26           Say Y here if you want to connect a USB printer to your computer's
 
  29           To compile this driver as a module, choose M here: the
 
  30           module will be called usblp.
 
  33         tristate "USB Wireless Device Management support"
 
  36           This driver supports the WMC Device Management functionality
 
  37           of cell phones compliant to the CDC WMC specification. You can use
 
  38           AT commands over this device.
 
  40           To compile this driver as a module, choose M here: the
 
  41           module will be called cdc-wdm.
 
  44         tristate "USB Test and Measurement Class support"
 
  47           Say Y here if you want to connect a USB device that follows
 
  48           the USB.org specification for USB Test and Measurement devices
 
  49           to your computer's USB port.
 
  51           To compile this driver as a module, choose M here: the
 
  52           module will be called usbtmc.