Kconfig (a9de18eb761f7c1c860964b2e5addc1a35c7e861) | Kconfig (4f73bc4dd3e8563ef4109f293a092820dff66d92) |
---|---|
1# 2# USB Class driver configuration 3# 4comment "USB Device Class drivers" 5 depends on USB 6 7config USB_ACM 8 tristate "USB Modem (CDC ACM) support" | 1# 2# USB Class driver configuration 3# 4comment "USB Device Class drivers" 5 depends on USB 6 7config USB_ACM 8 tristate "USB Modem (CDC ACM) support" |
9 depends on USB | 9 depends on USB && TTY |
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. --- 35 unchanged lines hidden --- | 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. --- 35 unchanged lines hidden --- |