2 # USB Class driver configuration
4 comment "USB Device Class drivers"
7 tristate "USB Modem (CDC ACM) support"
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.
14 If your modem only reports "Cls=ff(vend.)" in the descriptors in
15 /sys/kernel/debug/usb/devices, then your modem will not work with this
18 To compile this driver as a module, choose M here: the
19 module will be called cdc-acm.
22 tristate "USB Printer support"
24 Say Y here if you want to connect a USB printer to your computer's
27 To compile this driver as a module, choose M here: the
28 module will be called usblp.
31 tristate "USB Wireless Device Management support"
33 This driver supports the WMC Device Management functionality
34 of cell phones compliant to the CDC WMC specification. You can use
35 AT commands over this device.
37 To compile this driver as a module, choose M here: the
38 module will be called cdc-wdm.
41 tristate "USB Test and Measurement Class support"
43 Say Y here if you want to connect a USB device that follows
44 the USB.org specification for USB Test and Measurement devices
45 to your computer's USB port.
47 To compile this driver as a module, choose M here: the
48 module will be called usbtmc.