Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) Kconfig (21470e32ca7f976bf131aa3c7b54019d07f7d821)
1#
2# USB Class driver configuration
3#
4comment "USB Device Class drivers"
5
6config USB_ACM
7 tristate "USB Modem (CDC ACM) support"
8 depends on TTY
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
14 If your modem only reports "Cls=ff(vend.)" in the descriptors in
1#
2# USB Class driver configuration
3#
4comment "USB Device Class drivers"
5
6config USB_ACM
7 tristate "USB Modem (CDC ACM) support"
8 depends on TTY
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
14 If your modem only reports "Cls=ff(vend.)" in the descriptors in
15 /proc/bus/usb/devices, then your modem will not work with this
15 /sys/kernel/debug/usb/devices, then your modem will not work with this
16 driver.
17
18 To compile this driver as a module, choose M here: the
19 module will be called cdc-acm.
20
21config USB_PRINTER
22 tristate "USB Printer support"
23 help

--- 25 unchanged lines hidden ---
16 driver.
17
18 To compile this driver as a module, choose M here: the
19 module will be called cdc-acm.
20
21config USB_PRINTER
22 tristate "USB Printer support"
23 help

--- 25 unchanged lines hidden ---