Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # USB Serial device configuration |
| 3 | # |
| 4 | |
Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 5 | menuconfig USB_SERIAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | tristate "USB Serial Converter support" |
Florian Fainelli | 25e11ec | 2013-04-09 14:29:25 +0200 | [diff] [blame] | 7 | depends on TTY |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | ---help--- |
| 9 | Say Y here if you have a USB device that provides normal serial |
| 10 | ports, or acts like a serial device, and you want to connect it to |
| 11 | your USB bus. |
| 12 | |
| 13 | Please read <file:Documentation/usb/usb-serial.txt> for more |
| 14 | information on the specifics of the different devices that are |
| 15 | supported, and on how to use them. |
| 16 | |
| 17 | To compile this driver as a module, choose M here: the |
| 18 | module will be called usbserial. |
| 19 | |
Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 20 | if USB_SERIAL |
| 21 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | config USB_SERIAL_CONSOLE |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 23 | bool "USB Serial Console device support" |
| 24 | depends on USB_SERIAL=y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | ---help--- |
| 26 | If you say Y here, it will be possible to use a USB to serial |
| 27 | converter port as the system console (the system console is the |
| 28 | device which receives all kernel messages and warnings and which |
| 29 | allows logins in single user mode). This could be useful if some |
| 30 | terminal or printer is connected to that serial port. |
| 31 | |
| 32 | Even if you say Y here, the currently visible virtual console |
| 33 | (/dev/tty0) will still be used as the system console by default, but |
| 34 | you can alter that using a kernel command line option such as |
| 35 | "console=ttyUSB0". (Try "man bootparam" or see the documentation of |
| 36 | your boot loader (lilo or loadlin) about how to pass options to the |
| 37 | kernel at boot time.) |
| 38 | |
| 39 | If you don't have a VGA card installed and you say Y here, the |
| 40 | kernel will automatically use the first USB to serial converter |
| 41 | port, /dev/ttyUSB0, as system console. |
| 42 | |
| 43 | If unsure, say N. |
| 44 | |
| 45 | config USB_SERIAL_GENERIC |
| 46 | bool "USB Generic Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | help |
| 48 | Say Y here if you want to use the generic USB serial driver. Please |
| 49 | read <file:Documentation/usb/usb-serial.txt> for more information on |
| 50 | using this driver. It is recommended that the "USB Serial converter |
| 51 | support" be compiled as a module for this driver to be used |
| 52 | properly. |
| 53 | |
Greg Kroah-Hartman | 1f92307 | 2013-08-05 19:27:19 +0800 | [diff] [blame] | 54 | config USB_SERIAL_SIMPLE |
| 55 | tristate "USB Serial Simple Driver" |
| 56 | help |
| 57 | Say Y here to use the USB serial "simple" driver. This driver |
| 58 | handles a wide range of very simple devices, all in one |
| 59 | driver. Specifically, it supports: |
| 60 | - Suunto ANT+ USB device. |
| 61 | - Fundamental Software dongle. |
| 62 | - HP4x calculators |
| 63 | - a number of Motoroloa phones |
| 64 | - Siemens USB/MPI adapter. |
| 65 | - ViVOtech ViVOpay USB device. |
| 66 | - Infineon Modem Flashloader USB interface |
| 67 | - ZIO Motherboard USB serial interface |
| 68 | |
| 69 | To compile this driver as a module, choose M here: the module |
| 70 | will be called usb-serial-simple. |
| 71 | |
Manuel Francisco Naranjo | 3fe70ba | 2006-08-09 16:35:12 -0300 | [diff] [blame] | 72 | config USB_SERIAL_AIRCABLE |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 73 | tristate "USB AIRcable Bluetooth Dongle Driver" |
Manuel Francisco Naranjo | 3fe70ba | 2006-08-09 16:35:12 -0300 | [diff] [blame] | 74 | help |
Naranjo Manuel Francisco | 23b0d96 | 2006-10-27 16:08:54 -0300 | [diff] [blame] | 75 | Say Y here if you want to use USB AIRcable Bluetooth Dongle. |
Manuel Francisco Naranjo | 3fe70ba | 2006-08-09 16:35:12 -0300 | [diff] [blame] | 76 | |
| 77 | To compile this driver as a module, choose M here: the module |
| 78 | will be called aircable. |
| 79 | |
Greg Kroah-Hartman | 815ddc9 | 2006-05-12 11:05:29 -0700 | [diff] [blame] | 80 | config USB_SERIAL_ARK3116 |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 81 | tristate "USB ARK Micro 3116 USB Serial Driver" |
Greg Kroah-Hartman | 815ddc9 | 2006-05-12 11:05:29 -0700 | [diff] [blame] | 82 | help |
| 83 | Say Y here if you want to use a ARK Micro 3116 USB to Serial |
| 84 | device. |
| 85 | |
| 86 | To compile this driver as a module, choose M here: the |
| 87 | module will be called ark3116 |
| 88 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | config USB_SERIAL_BELKIN |
| 90 | tristate "USB Belkin and Peracom Single Port Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | help |
| 92 | Say Y here if you want to use a Belkin USB Serial single port |
| 93 | adaptor (F5U103 is one of the model numbers) or the Peracom single |
| 94 | port USB to serial adapter. |
| 95 | |
| 96 | To compile this driver as a module, choose M here: the |
| 97 | module will be called belkin_sa. |
| 98 | |
Frank A Kingswood | 6ce7610 | 2007-08-22 20:48:58 +0100 | [diff] [blame] | 99 | config USB_SERIAL_CH341 |
| 100 | tristate "USB Winchiphead CH341 Single Port Serial Driver" |
Frank A Kingswood | 6ce7610 | 2007-08-22 20:48:58 +0100 | [diff] [blame] | 101 | help |
| 102 | Say Y here if you want to use a Winchiphead CH341 single port |
| 103 | USB to serial adapter. |
| 104 | |
| 105 | To compile this driver as a module, choose M here: the |
| 106 | module will be called ch341. |
| 107 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | config USB_SERIAL_WHITEHEAT |
| 109 | tristate "USB ConnectTech WhiteHEAT Serial Driver" |
Rene Buergel | 70c048a | 2012-09-26 22:20:19 +0200 | [diff] [blame] | 110 | select USB_EZUSB_FX2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | help |
| 112 | Say Y here if you want to use a ConnectTech WhiteHEAT 4 port |
| 113 | USB to serial converter device. |
| 114 | |
| 115 | To compile this driver as a module, choose M here: the |
| 116 | module will be called whiteheat. |
| 117 | |
| 118 | config USB_SERIAL_DIGI_ACCELEPORT |
| 119 | tristate "USB Digi International AccelePort USB Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | ---help--- |
| 121 | Say Y here if you want to use Digi AccelePort USB 2 or 4 devices, |
| 122 | 2 port (plus parallel port) and 4 port USB serial converters. The |
| 123 | parallel port on the USB 2 appears as a third serial port on Linux. |
| 124 | The Digi Acceleport USB 8 is not yet supported by this driver. |
| 125 | |
| 126 | This driver works under SMP with the usb-uhci driver. It does not |
| 127 | work under SMP with the uhci driver. |
| 128 | |
| 129 | To compile this driver as a module, choose M here: the |
| 130 | module will be called digi_acceleport. |
| 131 | |
Greg Kroah-Hartman | 03ee251 | 2009-03-11 11:03:49 -0700 | [diff] [blame] | 132 | config USB_SERIAL_CP210X |
| 133 | tristate "USB CP210x family of UART Bridge Controllers" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | help |
Greg Kroah-Hartman | 03ee251 | 2009-03-11 11:03:49 -0700 | [diff] [blame] | 135 | Say Y here if you want to use a CP2101/CP2102/CP2103 based USB |
| 136 | to RS232 converters. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | |
| 138 | To compile this driver as a module, choose M here: the |
Greg Kroah-Hartman | 03ee251 | 2009-03-11 11:03:49 -0700 | [diff] [blame] | 139 | module will be called cp210x. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | |
| 141 | config USB_SERIAL_CYPRESS_M8 |
| 142 | tristate "USB Cypress M8 USB Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 143 | help |
| 144 | Say Y here if you want to use a device that contains the Cypress |
| 145 | USB to Serial microcontroller, such as the DeLorme Earthmate GPS. |
| 146 | |
| 147 | Attempted SMP support... send bug reports! |
| 148 | |
| 149 | Supported microcontrollers in the CY4601 family are: |
| 150 | CY7C63741 CY7C63742 CY7C63743 CY7C64013 |
| 151 | |
| 152 | To compile this driver as a module, choose M here: the |
| 153 | module will be called cypress_m8. |
| 154 | |
| 155 | config USB_SERIAL_EMPEG |
| 156 | tristate "USB Empeg empeg-car Mark I/II Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | help |
| 158 | Say Y here if you want to connect to your Empeg empeg-car Mark I/II |
| 159 | mp3 player via USB. The driver uses a single ttyUSB{0,1,2,...} |
| 160 | device node. See <file:Documentation/usb/usb-serial.txt> for more |
| 161 | tidbits of information. |
| 162 | |
| 163 | To compile this driver as a module, choose M here: the |
| 164 | module will be called empeg. |
| 165 | |
| 166 | config USB_SERIAL_FTDI_SIO |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 167 | tristate "USB FTDI Single Port Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | ---help--- |
| 169 | Say Y here if you want to use a FTDI SIO single port USB to serial |
| 170 | converter device. The implementation I have is called the USC-1000. |
| 171 | This driver has also be tested with the 245 and 232 devices. |
| 172 | |
| 173 | See <http://ftdi-usb-sio.sourceforge.net/> for more |
| 174 | information on this driver and the device. |
| 175 | |
| 176 | To compile this driver as a module, choose M here: the |
| 177 | module will be called ftdi_sio. |
| 178 | |
| 179 | config USB_SERIAL_VISOR |
| 180 | tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 181 | help |
| 182 | Say Y here if you want to connect to your HandSpring Visor, Palm |
| 183 | m500 or m505 through its USB docking station. See |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 184 | <http://usbvisor.sourceforge.net/index.php3> for more information on using this |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 185 | driver. |
| 186 | |
| 187 | To compile this driver as a module, choose M here: the |
| 188 | module will be called visor. |
| 189 | |
| 190 | config USB_SERIAL_IPAQ |
| 191 | tristate "USB PocketPC PDA Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | help |
| 193 | Say Y here if you want to connect to your Compaq iPAQ, HP Jornada |
| 194 | or any other PDA running Windows CE 3.0 or PocketPC 2002 |
| 195 | using a USB cradle/cable. For information on using the driver, |
| 196 | read <file:Documentation/usb/usb-serial.txt>. |
| 197 | |
| 198 | To compile this driver as a module, choose M here: the |
| 199 | module will be called ipaq. |
| 200 | |
| 201 | config USB_SERIAL_IR |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 202 | tristate "USB IR Dongle Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | help |
| 204 | Say Y here if you want to enable simple serial support for USB IrDA |
| 205 | devices. This is useful if you do not want to use the full IrDA |
| 206 | stack. |
| 207 | |
| 208 | To compile this driver as a module, choose M here: the |
| 209 | module will be called ir-usb. |
| 210 | |
| 211 | config USB_SERIAL_EDGEPORT |
| 212 | tristate "USB Inside Out Edgeport Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | ---help--- |
| 214 | Say Y here if you want to use any of the following devices from |
| 215 | Inside Out Networks (Digi): |
| 216 | Edgeport/4 |
| 217 | Rapidport/4 |
| 218 | Edgeport/4t |
| 219 | Edgeport/2 |
| 220 | Edgeport/4i |
| 221 | Edgeport/2i |
| 222 | Edgeport/421 |
| 223 | Edgeport/21 |
| 224 | Edgeport/8 |
| 225 | Edgeport/8 Dual |
| 226 | Edgeport/2D8 |
| 227 | Edgeport/4D8 |
| 228 | Edgeport/8i |
| 229 | Edgeport/2 DIN |
| 230 | Edgeport/4 DIN |
| 231 | Edgeport/16 Dual |
| 232 | |
| 233 | To compile this driver as a module, choose M here: the |
| 234 | module will be called io_edgeport. |
| 235 | |
| 236 | config USB_SERIAL_EDGEPORT_TI |
| 237 | tristate "USB Inside Out Edgeport Serial Driver (TI devices)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 238 | help |
| 239 | Say Y here if you want to use any of the devices from Inside Out |
| 240 | Networks (Digi) that are not supported by the io_edgeport driver. |
| 241 | This includes the Edgeport/1 device. |
| 242 | |
| 243 | To compile this driver as a module, choose M here: the |
| 244 | module will be called io_ti. |
| 245 | |
Greg Kroah-Hartman | aac1fc3 | 2012-02-28 13:36:35 -0800 | [diff] [blame] | 246 | config USB_SERIAL_F81232 |
| 247 | tristate "USB Fintek F81232 Single Port Serial Driver" |
| 248 | help |
| 249 | Say Y here if you want to use the Fintek F81232 single |
| 250 | port usb to serial adapter. |
| 251 | |
| 252 | To compile this driver as a module, choose M here: the |
| 253 | module will be called f81232. |
| 254 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | config USB_SERIAL_GARMIN |
| 256 | tristate "USB Garmin GPS driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 | help |
| 258 | Say Y here if you want to connect to your Garmin GPS. |
| 259 | Should work with most Garmin GPS devices which have a native USB port. |
| 260 | |
| 261 | See <http://sourceforge.net/projects/garmin-gps> for the latest |
| 262 | version of the driver. |
| 263 | |
| 264 | To compile this driver as a module, choose M here: the |
| 265 | module will be called garmin_gps. |
| 266 | |
| 267 | config USB_SERIAL_IPW |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 268 | tristate "USB IPWireless (3G UMTS TDD) Driver" |
Randy Dunlap | 5d7a1c8 | 2011-08-23 11:22:37 -0700 | [diff] [blame] | 269 | select USB_SERIAL_WWAN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | help |
| 271 | Say Y here if you want to use a IPWireless USB modem such as |
| 272 | the ones supplied by Axity3G/Sentech South Africa. |
| 273 | |
| 274 | To compile this driver as a module, choose M here: the |
| 275 | module will be called ipw. |
| 276 | |
Alain Degreffe | 60a8fc0 | 2007-10-26 13:51:49 +0200 | [diff] [blame] | 277 | config USB_SERIAL_IUU |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 278 | tristate "USB Infinity USB Unlimited Phoenix Driver" |
Alain Degreffe | 60a8fc0 | 2007-10-26 13:51:49 +0200 | [diff] [blame] | 279 | help |
| 280 | Say Y here if you want to use a IUU in phoenix mode and get |
| 281 | an extra ttyUSBx device. More information available on |
| 282 | http://eczema.ecze.com/iuu_phoenix.html |
| 283 | |
| 284 | To compile this driver as a module, choose M here: the |
| 285 | module will be called iuu_phoenix.o |
| 286 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | config USB_SERIAL_KEYSPAN_PDA |
| 288 | tristate "USB Keyspan PDA Single Port Serial Driver" |
Rene Buergel | 70c048a | 2012-09-26 22:20:19 +0200 | [diff] [blame] | 289 | select USB_EZUSB_FX2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 290 | help |
| 291 | Say Y here if you want to use a Keyspan PDA single port USB to |
| 292 | serial converter device. This driver makes use of firmware |
| 293 | developed from scratch by Brian Warner. |
| 294 | |
| 295 | To compile this driver as a module, choose M here: the |
| 296 | module will be called keyspan_pda. |
| 297 | |
| 298 | config USB_SERIAL_KEYSPAN |
| 299 | tristate "USB Keyspan USA-xxx Serial Driver" |
Rene Buergel | 70c048a | 2012-09-26 22:20:19 +0200 | [diff] [blame] | 300 | select USB_EZUSB_FX2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 301 | ---help--- |
| 302 | Say Y here if you want to use Keyspan USB to serial converter |
| 303 | devices. This driver makes use of Keyspan's official firmware |
| 304 | and was developed with their support. You must also include |
| 305 | firmware to support your particular device(s). |
| 306 | |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 307 | See <http://blemings.org/hugh/keyspan.html> for more information. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 308 | |
| 309 | To compile this driver as a module, choose M here: the |
| 310 | module will be called keyspan. |
| 311 | |
| 312 | config USB_SERIAL_KEYSPAN_MPR |
| 313 | bool "USB Keyspan MPR Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 314 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 315 | help |
| 316 | Say Y here to include firmware for the Keyspan MPR converter. |
| 317 | |
| 318 | config USB_SERIAL_KEYSPAN_USA28 |
| 319 | bool "USB Keyspan USA-28 Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 320 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 321 | help |
| 322 | Say Y here to include firmware for the USA-28 converter. |
| 323 | |
| 324 | config USB_SERIAL_KEYSPAN_USA28X |
| 325 | bool "USB Keyspan USA-28X Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 326 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | help |
| 328 | Say Y here to include firmware for the USA-28X converter. |
| 329 | Be sure you have a USA-28X, there are also 28XA and 28XB |
| 330 | models, the label underneath has the actual part number. |
| 331 | |
| 332 | config USB_SERIAL_KEYSPAN_USA28XA |
| 333 | bool "USB Keyspan USA-28XA Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 334 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 335 | help |
| 336 | Say Y here to include firmware for the USA-28XA converter. |
| 337 | Be sure you have a USA-28XA, there are also 28X and 28XB |
| 338 | models, the label underneath has the actual part number. |
| 339 | |
| 340 | config USB_SERIAL_KEYSPAN_USA28XB |
| 341 | bool "USB Keyspan USA-28XB Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 342 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 343 | help |
| 344 | Say Y here to include firmware for the USA-28XB converter. |
| 345 | Be sure you have a USA-28XB, there are also 28X and 28XA |
| 346 | models, the label underneath has the actual part number. |
| 347 | |
| 348 | config USB_SERIAL_KEYSPAN_USA19 |
| 349 | bool "USB Keyspan USA-19 Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 350 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 351 | help |
| 352 | Say Y here to include firmware for the USA-19 converter. |
| 353 | |
| 354 | config USB_SERIAL_KEYSPAN_USA18X |
| 355 | bool "USB Keyspan USA-18X Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 356 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 357 | help |
| 358 | Say Y here to include firmware for the USA-18X converter. |
| 359 | |
| 360 | config USB_SERIAL_KEYSPAN_USA19W |
| 361 | bool "USB Keyspan USA-19W Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 362 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | help |
| 364 | Say Y here to include firmware for the USA-19W converter. |
| 365 | |
| 366 | config USB_SERIAL_KEYSPAN_USA19QW |
| 367 | bool "USB Keyspan USA-19QW Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 368 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 369 | help |
| 370 | Say Y here to include firmware for the USA-19QW converter. |
| 371 | |
| 372 | config USB_SERIAL_KEYSPAN_USA19QI |
| 373 | bool "USB Keyspan USA-19QI Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 374 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 375 | help |
| 376 | Say Y here to include firmware for the USA-19QI converter. |
| 377 | |
| 378 | config USB_SERIAL_KEYSPAN_USA49W |
| 379 | bool "USB Keyspan USA-49W Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 380 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 381 | help |
| 382 | Say Y here to include firmware for the USA-49W converter. |
| 383 | |
| 384 | config USB_SERIAL_KEYSPAN_USA49WLC |
| 385 | bool "USB Keyspan USA-49WLC Firmware" |
David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 386 | depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | help |
| 388 | Say Y here to include firmware for the USA-49WLC converter. |
| 389 | |
| 390 | config USB_SERIAL_KLSI |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 391 | tristate "USB KL5KUSB105 (Palmconnect) Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 392 | ---help--- |
| 393 | Say Y here if you want to use a KL5KUSB105 - based single port |
| 394 | serial adapter. The most widely known -- and currently the only |
| 395 | tested -- device in this category is the PalmConnect USB Serial |
| 396 | adapter sold by Palm Inc. for use with their Palm III and Palm V |
| 397 | series PDAs. |
| 398 | |
| 399 | Please read <file:Documentation/usb/usb-serial.txt> for more |
| 400 | information. |
| 401 | |
| 402 | To compile this driver as a module, choose M here: the |
| 403 | module will be called kl5kusb105. |
| 404 | |
| 405 | config USB_SERIAL_KOBIL_SCT |
| 406 | tristate "USB KOBIL chipcard reader" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 407 | ---help--- |
| 408 | Say Y here if you want to use one of the following KOBIL USB chipcard |
| 409 | readers: |
| 410 | |
| 411 | - USB TWIN |
| 412 | - KAAN Standard Plus |
| 413 | - KAAN SIM |
| 414 | - SecOVID Reader Plus |
| 415 | - B1 Professional |
| 416 | - KAAN Professional |
| 417 | |
| 418 | Note that you need a current CT-API. |
| 419 | To compile this driver as a module, choose M here: the |
| 420 | module will be called kobil_sct. |
| 421 | |
| 422 | config USB_SERIAL_MCT_U232 |
| 423 | tristate "USB MCT Single Port Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 424 | ---help--- |
| 425 | Say Y here if you want to use a USB Serial single port adapter from |
| 426 | Magic Control Technology Corp. (U232 is one of the model numbers). |
| 427 | |
| 428 | This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB |
Pete Zaitcev | 6f065f7 | 2006-05-22 22:02:32 -0700 | [diff] [blame] | 429 | BAY, Belkin F5U109, and Belkin F5U409 devices. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 430 | |
| 431 | To compile this driver as a module, choose M here: the |
| 432 | module will be called mct_u232. |
| 433 | |
Greg Kroah-Hartman | 62f2a83 | 2012-03-08 13:34:01 -0800 | [diff] [blame] | 434 | config USB_SERIAL_METRO |
| 435 | tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver" |
| 436 | ---help--- |
| 437 | Say Y here if you want to use a USB POS Metrologic barcode scanner. |
| 438 | |
| 439 | To compile this driver as a module, choose M here: the |
| 440 | module will be called metro-usb. |
| 441 | |
Greg Kroah-Hartman | 0f64478 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 442 | config USB_SERIAL_MOS7720 |
Oliver Neukum | 3784653 | 2007-03-14 15:23:56 +0100 | [diff] [blame] | 443 | tristate "USB Moschip 7720 Serial Driver" |
Greg Kroah-Hartman | 0f64478 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 444 | ---help--- |
Oliver Neukum | 3784653 | 2007-03-14 15:23:56 +0100 | [diff] [blame] | 445 | Say Y here if you want to use USB Serial single and double |
| 446 | port adapters from Moschip Semiconductor Tech. |
Greg Kroah-Hartman | 0f64478 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 447 | |
| 448 | To compile this driver as a module, choose M here: the |
| 449 | module will be called mos7720. |
| 450 | |
Mike Dunn | b69578d | 2010-04-15 17:01:33 -0400 | [diff] [blame] | 451 | config USB_SERIAL_MOS7715_PARPORT |
| 452 | bool "Support for parallel port on the Moschip 7715" |
Randy Dunlap | 9ff68c7 | 2010-05-03 10:07:25 -0700 | [diff] [blame] | 453 | depends on USB_SERIAL_MOS7720 |
| 454 | depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720 |
Mike Dunn | b69578d | 2010-04-15 17:01:33 -0400 | [diff] [blame] | 455 | select PARPORT_NOT_PC |
Mike Dunn | b69578d | 2010-04-15 17:01:33 -0400 | [diff] [blame] | 456 | ---help--- |
| 457 | Say Y if you have a Moschip 7715 device and would like to use |
| 458 | the parallel port it provides. The port will register with |
| 459 | the parport subsystem as a low-level driver. |
Mike Dunn | b69578d | 2010-04-15 17:01:33 -0400 | [diff] [blame] | 460 | |
Paul B Schroeder | 3f54297 | 2006-08-31 19:41:47 -0500 | [diff] [blame] | 461 | config USB_SERIAL_MOS7840 |
| 462 | tristate "USB Moschip 7840/7820 USB Serial Driver" |
Paul B Schroeder | 3f54297 | 2006-08-31 19:41:47 -0500 | [diff] [blame] | 463 | ---help--- |
| 464 | Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820 |
| 465 | Dual-Serial port device from MosChip Semiconductor. |
| 466 | |
| 467 | The MCS7840 and MCS7820 have been developed to connect a wide range |
| 468 | of standard serial devices to a USB host. The MCS7840 has a USB |
| 469 | device controller connected to four (4) individual UARTs while the |
| 470 | MCS7820 controller connects to two (2) individual UARTs. |
| 471 | |
| 472 | To compile this driver as a module, choose M here: the |
| 473 | module will be called mos7840. If unsure, choose N. |
| 474 | |
Greg Kroah-Hartman | e9a66c6 | 2006-03-17 17:40:08 -0800 | [diff] [blame] | 475 | config USB_SERIAL_NAVMAN |
| 476 | tristate "USB Navman GPS device" |
Greg Kroah-Hartman | e9a66c6 | 2006-03-17 17:40:08 -0800 | [diff] [blame] | 477 | help |
| 478 | To compile this driver as a module, choose M here: the |
| 479 | module will be called navman. |
| 480 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 481 | config USB_SERIAL_PL2303 |
| 482 | tristate "USB Prolific 2303 Single Port Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 483 | help |
| 484 | Say Y here if you want to use the PL2303 USB Serial single port |
| 485 | adapter from Prolific. |
| 486 | |
| 487 | To compile this driver as a module, choose M here: the |
| 488 | module will be called pl2303. |
| 489 | |
Kees Lemmens | 49cdee0 | 2007-03-27 12:34:30 +0200 | [diff] [blame] | 490 | config USB_SERIAL_OTI6858 |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 491 | tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller" |
Kees Lemmens | 49cdee0 | 2007-03-27 12:34:30 +0200 | [diff] [blame] | 492 | help |
| 493 | Say Y here if you want to use the OTi-6858 single port USB to serial |
| 494 | converter device. |
| 495 | |
| 496 | To compile this driver as a module, choose M here: the |
| 497 | module will be called oti6858. |
| 498 | |
Dan Williams | 019ccc7 | 2010-02-25 10:39:20 -0800 | [diff] [blame] | 499 | config USB_SERIAL_QCAUX |
| 500 | tristate "USB Qualcomm Auxiliary Serial Port Driver" |
Stefan Schmidt | 510607d | 2010-03-03 19:37:12 +0100 | [diff] [blame] | 501 | help |
Dan Williams | 019ccc7 | 2010-02-25 10:39:20 -0800 | [diff] [blame] | 502 | Say Y here if you want to use the auxiliary serial ports provided |
| 503 | by many modems based on Qualcomm chipsets. These ports often use |
| 504 | a proprietary protocol called DM and cannot be used for AT- or |
| 505 | PPP-based communication. |
| 506 | |
| 507 | To compile this driver as a module, choose M here: the |
Stefan Schmidt | 510607d | 2010-03-03 19:37:12 +0100 | [diff] [blame] | 508 | module will be called qcaux. If unsure, choose N. |
Dan Williams | 019ccc7 | 2010-02-25 10:39:20 -0800 | [diff] [blame] | 509 | |
Greg Kroah-Hartman | a78b428 | 2009-02-17 22:39:56 -0800 | [diff] [blame] | 510 | config USB_SERIAL_QUALCOMM |
| 511 | tristate "USB Qualcomm Serial modem" |
Matthew Garrett | 3d7e59a | 2010-04-01 12:31:09 -0400 | [diff] [blame] | 512 | select USB_SERIAL_WWAN |
Greg Kroah-Hartman | a78b428 | 2009-02-17 22:39:56 -0800 | [diff] [blame] | 513 | help |
| 514 | Say Y here if you have a Qualcomm USB modem device. These are |
| 515 | usually wireless cellular modems. |
| 516 | |
| 517 | To compile this driver as a module, choose M here: the |
| 518 | module will be called qcserial. |
| 519 | |
Greg Kroah-Hartman | 619a6f1 | 2008-02-07 23:59:03 +0100 | [diff] [blame] | 520 | config USB_SERIAL_SPCP8X5 |
| 521 | tristate "USB SPCP8x5 USB To Serial Driver" |
Greg Kroah-Hartman | 619a6f1 | 2008-02-07 23:59:03 +0100 | [diff] [blame] | 522 | help |
| 523 | Say Y here if you want to use the spcp8x5 converter chip. This is |
| 524 | commonly found in some Z-Wave USB devices. |
| 525 | |
| 526 | To compile this driver as a module, choose M here: the |
| 527 | module will be called spcp8x5. |
| 528 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 529 | config USB_SERIAL_SAFE |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 530 | tristate "USB Safe Serial (Encapsulated) Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 531 | |
| 532 | config USB_SERIAL_SAFE_PADDED |
| 533 | bool "USB Secure Encapsulated Driver - Padded" |
| 534 | depends on USB_SERIAL_SAFE |
| 535 | |
Kevin Lloyd | 69de51f | 2006-06-30 11:17:55 -0700 | [diff] [blame] | 536 | config USB_SERIAL_SIERRAWIRELESS |
| 537 | tristate "USB Sierra Wireless Driver" |
Kevin Lloyd | 69de51f | 2006-06-30 11:17:55 -0700 | [diff] [blame] | 538 | help |
Kevin Lloyd | 0585e4d | 2008-07-10 14:14:54 -0700 | [diff] [blame] | 539 | Say M here if you want to use Sierra Wireless devices. |
| 540 | |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 541 | Many devices have a feature known as TRU-Install. For those devices |
| 542 | to work properly, the USB Storage Sierra feature must be enabled. |
Kevin Lloyd | 69de51f | 2006-06-30 11:17:55 -0700 | [diff] [blame] | 543 | |
| 544 | To compile this driver as a module, choose M here: the |
| 545 | module will be called sierra. |
| 546 | |
Greg Kroah-Hartman | 68b44ea | 2009-02-13 17:25:46 -0800 | [diff] [blame] | 547 | config USB_SERIAL_SYMBOL |
| 548 | tristate "USB Symbol Barcode driver (serial mode)" |
| 549 | help |
| 550 | Say Y here if you want to use a Symbol USB Barcode device |
| 551 | in serial emulation mode. |
| 552 | |
| 553 | To compile this driver as a module, choose M here: the |
| 554 | module will be called symbolserial. |
| 555 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 556 | config USB_SERIAL_TI |
| 557 | tristate "USB TI 3410/5052 Serial Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 558 | help |
| 559 | Say Y here if you want to use the TI USB 3410 or 5052 |
| 560 | serial devices. |
| 561 | |
| 562 | To compile this driver as a module, choose M here: the |
| 563 | module will be called ti_usb_3410_5052. |
| 564 | |
| 565 | config USB_SERIAL_CYBERJACK |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 566 | tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 567 | ---help--- |
| 568 | Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 569 | reader. This is an interface to ISO 7816 compatible contact-based |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 570 | chipcards, e.g. GSM SIMs. |
| 571 | |
| 572 | To compile this driver as a module, choose M here: the |
| 573 | module will be called cyberjack. |
| 574 | |
| 575 | If unsure, say N. |
| 576 | |
| 577 | config USB_SERIAL_XIRCOM |
| 578 | tristate "USB Xircom / Entregra Single Port Serial Driver" |
Rene Buergel | 70c048a | 2012-09-26 22:20:19 +0200 | [diff] [blame] | 579 | select USB_EZUSB_FX2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 580 | help |
| 581 | Say Y here if you want to use a Xircom or Entregra single port USB to |
| 582 | serial converter device. This driver makes use of firmware |
| 583 | developed from scratch by Brian Warner. |
| 584 | |
| 585 | To compile this driver as a module, choose M here: the |
| 586 | module will be called keyspan_pda. |
| 587 | |
Matthew Garrett | 0d45619 | 2010-04-01 12:31:07 -0400 | [diff] [blame] | 588 | config USB_SERIAL_WWAN |
| 589 | tristate |
| 590 | |
Matthias Urlichs | 58cfe91 | 2005-05-23 17:00:48 -0700 | [diff] [blame] | 591 | config USB_SERIAL_OPTION |
Matthias Urlichs | 31fcbb7 | 2006-07-12 08:35:29 +0200 | [diff] [blame] | 592 | tristate "USB driver for GSM and CDMA modems" |
Matthew Garrett | 8b4c6a3 | 2010-04-01 12:31:08 -0400 | [diff] [blame] | 593 | select USB_SERIAL_WWAN |
Matthias Urlichs | 58cfe91 | 2005-05-23 17:00:48 -0700 | [diff] [blame] | 594 | help |
Matthias Urlichs | 31fcbb7 | 2006-07-12 08:35:29 +0200 | [diff] [blame] | 595 | Say Y here if you have a GSM or CDMA modem that's connected to USB. |
Matthias Urlichs | 14f76cc | 2006-06-02 11:48:56 +0200 | [diff] [blame] | 596 | |
Matthias Urlichs | 31fcbb7 | 2006-07-12 08:35:29 +0200 | [diff] [blame] | 597 | This driver also supports several PCMCIA cards which have a |
| 598 | built-in OHCI-USB adapter and an internally-connected GSM modem. |
| 599 | The USB bus on these cards is not accessible externally. |
| 600 | |
| 601 | Supported devices include (some of?) those made by: |
Kevin Lloyd | 033a3fb | 2006-10-13 23:53:21 -0700 | [diff] [blame] | 602 | Option, Huawei, Audiovox, Novatel Wireless, or Anydata. |
Matthias Urlichs | 58cfe91 | 2005-05-23 17:00:48 -0700 | [diff] [blame] | 603 | |
| 604 | To compile this driver as a module, choose M here: the |
| 605 | module will be called option. |
| 606 | |
Matthias Urlichs | 14f76cc | 2006-06-02 11:48:56 +0200 | [diff] [blame] | 607 | If this driver doesn't recognize your device, |
| 608 | it might be accessible via the FTDI_SIO driver. |
| 609 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 610 | config USB_SERIAL_OMNINET |
Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 611 | tristate "USB ZyXEL omni.net LCD Plus Driver" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 612 | help |
| 613 | Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA. |
| 614 | |
| 615 | To compile this driver as a module, choose M here: the |
| 616 | module will be called omninet. |
| 617 | |
Greg Kroah-Hartman | 57262b8 | 2008-11-03 13:27:03 -0800 | [diff] [blame] | 618 | config USB_SERIAL_OPTICON |
| 619 | tristate "USB Opticon Barcode driver (serial mode)" |
| 620 | help |
| 621 | Say Y here if you want to use a Opticon USB Barcode device |
| 622 | in serial emulation mode. |
| 623 | |
| 624 | To compile this driver as a module, choose M here: the |
| 625 | module will be called opticon. |
| 626 | |
Frans Klaver | 59e931c4 | 2013-01-25 17:05:44 +0100 | [diff] [blame] | 627 | config USB_SERIAL_XSENS_MT |
| 628 | tristate "Xsens motion tracker serial interface driver" |
| 629 | help |
| 630 | Say Y here if you want to use Xsens motion trackers. |
| 631 | |
| 632 | This driver supports the new generation of motion trackers |
| 633 | by Xsens. Older devices can be accessed using the FTDI_SIO |
| 634 | driver. |
| 635 | |
| 636 | To compile this driver as a module, choose M here: the |
| 637 | module will be called xsens_mt. |
| 638 | |
Wesley W. Terpstra | 1157f69 | 2013-04-11 15:08:20 +0200 | [diff] [blame] | 639 | config USB_SERIAL_WISHBONE |
| 640 | tristate "USB-Wishbone adapter interface driver" |
| 641 | help |
| 642 | Say Y here if you want to use a USB attached Wishbone bus. |
| 643 | |
| 644 | Wishbone is an open hardware SoC bus commonly used in FPGA |
| 645 | designs. Bus access can be serialized using the Etherbone |
| 646 | protocol <http://www.ohwr.org/projects/etherbone-core>. |
| 647 | |
| 648 | This driver is intended to be used with devices which attach |
| 649 | their internal Wishbone bus to a USB serial interface using |
| 650 | the Etherbone protocol. A userspace library is required to |
| 651 | speak the protocol made available by this driver as ttyUSBx. |
| 652 | |
| 653 | To compile this driver as a module, choose M here: the |
| 654 | module will be called wishbone-serial. |
| 655 | |
Greg Kroah-Hartman | 799ee92 | 2012-08-17 16:59:51 -0700 | [diff] [blame] | 656 | config USB_SERIAL_ZTE |
| 657 | tristate "ZTE USB serial driver" |
| 658 | help |
| 659 | Say Y here if you want to use a ZTE USB to serial device. |
| 660 | |
| 661 | To compile this driver as a module, choose M here: the |
| 662 | module will be called zte. |
| 663 | |
Bill Pemberton | 52af954 | 2010-07-29 11:05:41 -0400 | [diff] [blame] | 664 | config USB_SERIAL_SSU100 |
| 665 | tristate "USB Quatech SSU-100 Single Port Serial Driver" |
| 666 | help |
| 667 | Say Y here if you want to use the Quatech SSU-100 single |
| 668 | port usb to serial adapter. |
| 669 | |
| 670 | To compile this driver as a module, choose M here: the |
| 671 | module will be called ssu100. |
| 672 | |
Bill Pemberton | f7a33e60 | 2012-05-10 15:36:02 -0400 | [diff] [blame] | 673 | config USB_SERIAL_QT2 |
| 674 | tristate "USB Quatech Serial Driver for USB 2 devices" |
| 675 | help |
| 676 | Say Y here if you want to use the Quatech USB 2 |
| 677 | serial adapters. |
| 678 | |
| 679 | To compile this driver as a module, choose M here: the |
| 680 | module will be called quatech-serial. |
| 681 | |
Greg Kroah-Hartman | 958e874 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 682 | config USB_SERIAL_DEBUG |
| 683 | tristate "USB Debugging Device" |
Greg Kroah-Hartman | 958e874 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 684 | help |
David Sterba | 3dde6ad | 2007-05-09 07:12:20 +0200 | [diff] [blame] | 685 | Say Y here if you have a USB debugging device used to receive |
Greg Kroah-Hartman | 958e874 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 686 | debugging data from another machine. The most common of these |
| 687 | devices is the NetChip TurboCONNECT device. |
| 688 | |
| 689 | To compile this driver as a module, choose M here: the |
| 690 | module will be called usb-debug. |
| 691 | |
Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 692 | endif # USB_SERIAL |