Kconfig (dca3a783400a18e2bf4503b1d4a85c4d0ca1a7e4) | Kconfig (25e11ec4fe5271c4895265ecbb69531e6b0c0dd5) |
---|---|
1# 2# USB Class driver configuration 3# 4comment "USB Device Class drivers" | 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" | 5 6config USB_ACM 7 tristate "USB Modem (CDC ACM) support" |
9 depends on USB && TTY | 8 depends on 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. 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" | 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 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" |
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 32config USB_WDM 33 tristate "USB Wireless Device Management support" | 23 help 24 Say Y here if you want to connect a USB printer to your computer's 25 USB port. 26 27 To compile this driver as a module, choose M here: the 28 module will be called usblp. 29 30config USB_WDM 31 tristate "USB Wireless Device Management support" |
34 depends on USB | |
35 ---help--- 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. 39 40 To compile this driver as a module, choose M here: the 41 module will be called cdc-wdm. 42 43config USB_TMC 44 tristate "USB Test and Measurement Class support" | 32 ---help--- 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. 36 37 To compile this driver as a module, choose M here: the 38 module will be called cdc-wdm. 39 40config USB_TMC 41 tristate "USB Test and Measurement Class support" |
45 depends on USB | |
46 help 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. 50 51 To compile this driver as a module, choose M here: the 52 module will be called usbtmc. | 42 help 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. 46 47 To compile this driver as a module, choose M here: the 48 module will be called usbtmc. |