blob: 3a9102d2591bc07bb908be70979bf3617a1c44cb [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB Class driver configuration
3#
4comment "USB Device Class drivers"
5 depends on USB
6
Linus Torvalds1da177e2005-04-16 15:20:36 -07007config USB_ACM
8 tristate "USB Modem (CDC ACM) support"
9 depends on USB
10 ---help---
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.
14
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
17 driver.
18
19 To compile this driver as a module, choose M here: the
20 module will be called cdc-acm.
21
22config USB_PRINTER
23 tristate "USB Printer support"
24 depends on USB
25 help
26 Say Y here if you want to connect a USB printer to your computer's
27 USB port.
28
29 To compile this driver as a module, choose M here: the
30 module will be called usblp.
31