| 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" | 
|  | 7 | depends on USB | 
|  | 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 | 
|  | 23 | bool "USB Serial Console device support (EXPERIMENTAL)" | 
|  | 24 | depends on USB_SERIAL=y && EXPERIMENTAL | 
|  | 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 |  | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 45 | config USB_EZUSB | 
|  | 46 | bool "Functions for loading firmware on EZUSB chips" | 
|  | 47 | depends on USB_SERIAL | 
|  | 48 | help | 
|  | 49 | Say Y here if you need EZUSB device support. | 
|  | 50 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | config USB_SERIAL_GENERIC | 
|  | 52 | bool "USB Generic Serial Driver" | 
|  | 53 | depends on USB_SERIAL | 
|  | 54 | help | 
|  | 55 | Say Y here if you want to use the generic USB serial driver.  Please | 
|  | 56 | read <file:Documentation/usb/usb-serial.txt> for more information on | 
|  | 57 | using this driver.  It is recommended that the "USB Serial converter | 
|  | 58 | support" be compiled as a module for this driver to be used | 
|  | 59 | properly. | 
|  | 60 |  | 
| Manuel Francisco Naranjo | 3fe70ba | 2006-08-09 16:35:12 -0300 | [diff] [blame] | 61 | config USB_SERIAL_AIRCABLE | 
| Naranjo Manuel Francisco | 23b0d96 | 2006-10-27 16:08:54 -0300 | [diff] [blame] | 62 | tristate "USB AIRcable Bluetooth Dongle Driver (EXPERIMENTAL)" | 
| Manuel Francisco Naranjo | 3fe70ba | 2006-08-09 16:35:12 -0300 | [diff] [blame] | 63 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 64 | help | 
| Naranjo Manuel Francisco | 23b0d96 | 2006-10-27 16:08:54 -0300 | [diff] [blame] | 65 | 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] | 66 |  | 
|  | 67 | To compile this driver as a module, choose M here: the module | 
|  | 68 | will be called aircable. | 
|  | 69 |  | 
| Greg KH | 3b86b20 | 2005-04-25 21:46:29 -0700 | [diff] [blame] | 70 | config USB_SERIAL_AIRPRIME | 
|  | 71 | tristate "USB AirPrime CDMA Wireless Driver" | 
|  | 72 | depends on USB_SERIAL | 
|  | 73 | help | 
|  | 74 | Say Y here if you want to use a AirPrime CDMA Wireless PC card. | 
|  | 75 |  | 
|  | 76 | To compile this driver as a module, choose M here: the | 
|  | 77 | module will be called airprime. | 
|  | 78 |  | 
| Greg Kroah-Hartman | 815ddc9 | 2006-05-12 11:05:29 -0700 | [diff] [blame] | 79 | config USB_SERIAL_ARK3116 | 
|  | 80 | tristate "USB ARK Micro 3116 USB Serial Driver (EXPERIMENTAL)" | 
|  | 81 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 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" | 
|  | 91 | depends on USB_SERIAL | 
|  | 92 | help | 
|  | 93 | Say Y here if you want to use a Belkin USB Serial single port | 
|  | 94 | adaptor (F5U103 is one of the model numbers) or the Peracom single | 
|  | 95 | port USB to serial adapter. | 
|  | 96 |  | 
|  | 97 | To compile this driver as a module, choose M here: the | 
|  | 98 | module will be called belkin_sa. | 
|  | 99 |  | 
| Frank A Kingswood | 6ce7610 | 2007-08-22 20:48:58 +0100 | [diff] [blame] | 100 | config USB_SERIAL_CH341 | 
|  | 101 | tristate "USB Winchiphead CH341 Single Port Serial Driver" | 
|  | 102 | depends on USB_SERIAL | 
|  | 103 | help | 
|  | 104 | Say Y here if you want to use a Winchiphead CH341 single port | 
|  | 105 | USB to serial adapter. | 
|  | 106 |  | 
|  | 107 | To compile this driver as a module, choose M here: the | 
|  | 108 | module will be called ch341. | 
|  | 109 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | config USB_SERIAL_WHITEHEAT | 
|  | 111 | tristate "USB ConnectTech WhiteHEAT Serial Driver" | 
| Alan Cox | 33f0f88 | 2006-01-09 20:54:13 -0800 | [diff] [blame] | 112 | depends on USB_SERIAL | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 113 | select USB_EZUSB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | help | 
|  | 115 | Say Y here if you want to use a ConnectTech WhiteHEAT 4 port | 
|  | 116 | USB to serial converter device. | 
|  | 117 |  | 
|  | 118 | To compile this driver as a module, choose M here: the | 
|  | 119 | module will be called whiteheat. | 
|  | 120 |  | 
|  | 121 | config USB_SERIAL_DIGI_ACCELEPORT | 
|  | 122 | tristate "USB Digi International AccelePort USB Serial Driver" | 
|  | 123 | depends on USB_SERIAL | 
|  | 124 | ---help--- | 
|  | 125 | Say Y here if you want to use Digi AccelePort USB 2 or 4 devices, | 
|  | 126 | 2 port (plus parallel port) and 4 port USB serial converters.  The | 
|  | 127 | parallel port on the USB 2 appears as a third serial port on Linux. | 
|  | 128 | The Digi Acceleport USB 8 is not yet supported by this driver. | 
|  | 129 |  | 
|  | 130 | This driver works under SMP with the usb-uhci driver.  It does not | 
|  | 131 | work under SMP with the uhci driver. | 
|  | 132 |  | 
|  | 133 | To compile this driver as a module, choose M here: the | 
|  | 134 | module will be called digi_acceleport. | 
|  | 135 |  | 
|  | 136 | config USB_SERIAL_CP2101 | 
|  | 137 | tristate "USB CP2101 UART Bridge Controller" | 
|  | 138 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 139 | help | 
|  | 140 | Say Y here if you want to use a CP2101/CP2102 based USB to RS232 | 
|  | 141 | converter. | 
|  | 142 |  | 
|  | 143 | To compile this driver as a module, choose M here: the | 
|  | 144 | module will be called cp2101. | 
|  | 145 |  | 
|  | 146 | config USB_SERIAL_CYPRESS_M8 | 
|  | 147 | tristate "USB Cypress M8 USB Serial Driver" | 
|  | 148 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 149 | help | 
|  | 150 | Say Y here if you want to use a device that contains the Cypress | 
|  | 151 | USB to Serial microcontroller, such as the DeLorme Earthmate GPS. | 
|  | 152 |  | 
|  | 153 | Attempted SMP support... send bug reports! | 
|  | 154 |  | 
|  | 155 | Supported microcontrollers in the CY4601 family are: | 
|  | 156 | CY7C63741 CY7C63742 CY7C63743 CY7C64013 | 
|  | 157 |  | 
|  | 158 | To compile this driver as a module, choose M here: the | 
|  | 159 | module will be called cypress_m8. | 
|  | 160 |  | 
|  | 161 | config USB_SERIAL_EMPEG | 
|  | 162 | tristate "USB Empeg empeg-car Mark I/II Driver" | 
|  | 163 | depends on USB_SERIAL | 
|  | 164 | help | 
|  | 165 | Say Y here if you want to connect to your Empeg empeg-car Mark I/II | 
|  | 166 | mp3 player via USB.  The driver uses a single ttyUSB{0,1,2,...} | 
|  | 167 | device node.  See <file:Documentation/usb/usb-serial.txt> for more | 
|  | 168 | tidbits of information. | 
|  | 169 |  | 
|  | 170 | To compile this driver as a module, choose M here: the | 
|  | 171 | module will be called empeg. | 
|  | 172 |  | 
|  | 173 | config USB_SERIAL_FTDI_SIO | 
|  | 174 | tristate "USB FTDI Single Port Serial Driver (EXPERIMENTAL)" | 
|  | 175 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 176 | ---help--- | 
|  | 177 | Say Y here if you want to use a FTDI SIO single port USB to serial | 
|  | 178 | converter device. The implementation I have is called the USC-1000. | 
|  | 179 | This driver has also be tested with the 245 and 232 devices. | 
|  | 180 |  | 
|  | 181 | See <http://ftdi-usb-sio.sourceforge.net/> for more | 
|  | 182 | information on this driver and the device. | 
|  | 183 |  | 
|  | 184 | To compile this driver as a module, choose M here: the | 
|  | 185 | module will be called ftdi_sio. | 
|  | 186 |  | 
| Greg Kroah-Hartman | f981480 | 2006-04-13 08:09:52 -0700 | [diff] [blame] | 187 | config USB_SERIAL_FUNSOFT | 
|  | 188 | tristate "USB Fundamental Software Dongle Driver" | 
| David Miller | 88bf7b3 | 2007-01-10 23:15:40 -0800 | [diff] [blame] | 189 | depends on USB_SERIAL | 
| Greg Kroah-Hartman | f981480 | 2006-04-13 08:09:52 -0700 | [diff] [blame] | 190 | ---help--- | 
|  | 191 | Say Y here if you want to use the Fundamental Software dongle. | 
|  | 192 |  | 
|  | 193 | To compile this driver as a module, choose M here: the | 
|  | 194 | module will be called funsoft. | 
|  | 195 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | config USB_SERIAL_VISOR | 
|  | 197 | tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver" | 
|  | 198 | depends on USB_SERIAL | 
|  | 199 | help | 
|  | 200 | Say Y here if you want to connect to your HandSpring Visor, Palm | 
|  | 201 | m500 or m505 through its USB docking station. See | 
|  | 202 | <http://usbvisor.sourceforge.net/> for more information on using this | 
|  | 203 | driver. | 
|  | 204 |  | 
|  | 205 | To compile this driver as a module, choose M here: the | 
|  | 206 | module will be called visor. | 
|  | 207 |  | 
|  | 208 | config USB_SERIAL_IPAQ | 
|  | 209 | tristate "USB PocketPC PDA Driver" | 
|  | 210 | depends on USB_SERIAL | 
|  | 211 | help | 
|  | 212 | Say Y here if you want to connect to your Compaq iPAQ, HP Jornada | 
|  | 213 | or any other PDA running Windows CE 3.0 or PocketPC 2002 | 
|  | 214 | using a USB cradle/cable. For information on using the driver, | 
|  | 215 | read <file:Documentation/usb/usb-serial.txt>. | 
|  | 216 |  | 
|  | 217 | To compile this driver as a module, choose M here: the | 
|  | 218 | module will be called ipaq. | 
|  | 219 |  | 
|  | 220 | config USB_SERIAL_IR | 
|  | 221 | tristate "USB IR Dongle Serial Driver (EXPERIMENTAL)" | 
|  | 222 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 223 | help | 
|  | 224 | Say Y here if you want to enable simple serial support for USB IrDA | 
|  | 225 | devices.  This is useful if you do not want to use the full IrDA | 
|  | 226 | stack. | 
|  | 227 |  | 
|  | 228 | To compile this driver as a module, choose M here: the | 
|  | 229 | module will be called ir-usb. | 
|  | 230 |  | 
|  | 231 | config USB_SERIAL_EDGEPORT | 
|  | 232 | tristate "USB Inside Out Edgeport Serial Driver" | 
|  | 233 | depends on USB_SERIAL | 
|  | 234 | ---help--- | 
|  | 235 | Say Y here if you want to use any of the following devices from | 
|  | 236 | Inside Out Networks (Digi): | 
|  | 237 | Edgeport/4 | 
|  | 238 | Rapidport/4 | 
|  | 239 | Edgeport/4t | 
|  | 240 | Edgeport/2 | 
|  | 241 | Edgeport/4i | 
|  | 242 | Edgeport/2i | 
|  | 243 | Edgeport/421 | 
|  | 244 | Edgeport/21 | 
|  | 245 | Edgeport/8 | 
|  | 246 | Edgeport/8 Dual | 
|  | 247 | Edgeport/2D8 | 
|  | 248 | Edgeport/4D8 | 
|  | 249 | Edgeport/8i | 
|  | 250 | Edgeport/2 DIN | 
|  | 251 | Edgeport/4 DIN | 
|  | 252 | Edgeport/16 Dual | 
|  | 253 |  | 
|  | 254 | To compile this driver as a module, choose M here: the | 
|  | 255 | module will be called io_edgeport. | 
|  | 256 |  | 
|  | 257 | config USB_SERIAL_EDGEPORT_TI | 
|  | 258 | tristate "USB Inside Out Edgeport Serial Driver (TI devices)" | 
|  | 259 | depends on USB_SERIAL | 
|  | 260 | help | 
|  | 261 | Say Y here if you want to use any of the devices from Inside Out | 
|  | 262 | Networks (Digi) that are not supported by the io_edgeport driver. | 
|  | 263 | This includes the Edgeport/1 device. | 
|  | 264 |  | 
|  | 265 | To compile this driver as a module, choose M here: the | 
|  | 266 | module will be called io_ti. | 
|  | 267 |  | 
|  | 268 | config USB_SERIAL_GARMIN | 
|  | 269 | tristate "USB Garmin GPS driver" | 
|  | 270 | depends on USB_SERIAL | 
|  | 271 | help | 
|  | 272 | Say Y here if you want to connect to your Garmin GPS. | 
|  | 273 | Should work with most Garmin GPS devices which have a native USB port. | 
|  | 274 |  | 
|  | 275 | See <http://sourceforge.net/projects/garmin-gps> for the latest | 
|  | 276 | version of the driver. | 
|  | 277 |  | 
|  | 278 | To compile this driver as a module, choose M here: the | 
|  | 279 | module will be called garmin_gps. | 
|  | 280 |  | 
|  | 281 | config USB_SERIAL_IPW | 
|  | 282 | tristate "USB IPWireless (3G UMTS TDD) Driver (EXPERIMENTAL)" | 
|  | 283 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 284 | help | 
|  | 285 | Say Y here if you want to use a IPWireless USB modem such as | 
|  | 286 | the ones supplied by Axity3G/Sentech South Africa. | 
|  | 287 |  | 
|  | 288 | To compile this driver as a module, choose M here: the | 
|  | 289 | module will be called ipw. | 
|  | 290 |  | 
| Alain Degreffe | 60a8fc0 | 2007-10-26 13:51:49 +0200 | [diff] [blame] | 291 | config USB_SERIAL_IUU | 
|  | 292 | tristate "USB Infinity USB Unlimited Phoenix Driver (Experimental)" | 
|  | 293 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 294 | help | 
|  | 295 | Say Y here if you want to use a IUU in phoenix mode and get | 
|  | 296 | an extra ttyUSBx device. More information available on | 
|  | 297 | http://eczema.ecze.com/iuu_phoenix.html | 
|  | 298 |  | 
|  | 299 | To compile this driver as a module, choose M here: the | 
|  | 300 | module will be called iuu_phoenix.o | 
|  | 301 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 302 | config USB_SERIAL_KEYSPAN_PDA | 
|  | 303 | tristate "USB Keyspan PDA Single Port Serial Driver" | 
|  | 304 | depends on USB_SERIAL | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 305 | select USB_EZUSB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 306 | help | 
|  | 307 | Say Y here if you want to use a Keyspan PDA single port USB to | 
|  | 308 | serial converter device.  This driver makes use of firmware | 
|  | 309 | developed from scratch by Brian Warner. | 
|  | 310 |  | 
|  | 311 | To compile this driver as a module, choose M here: the | 
|  | 312 | module will be called keyspan_pda. | 
|  | 313 |  | 
|  | 314 | config USB_SERIAL_KEYSPAN | 
|  | 315 | tristate "USB Keyspan USA-xxx Serial Driver" | 
|  | 316 | depends on USB_SERIAL | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 317 | select USB_EZUSB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | ---help--- | 
|  | 319 | Say Y here if you want to use Keyspan USB to serial converter | 
|  | 320 | devices.  This driver makes use of Keyspan's official firmware | 
|  | 321 | and was developed with their support.  You must also include | 
|  | 322 | firmware to support your particular device(s). | 
|  | 323 |  | 
|  | 324 | See <http://misc.nu/hugh/keyspan.html> for more information. | 
|  | 325 |  | 
|  | 326 | To compile this driver as a module, choose M here: the | 
|  | 327 | module will be called keyspan. | 
|  | 328 |  | 
|  | 329 | config USB_SERIAL_KEYSPAN_MPR | 
|  | 330 | bool "USB Keyspan MPR Firmware" | 
|  | 331 | depends on USB_SERIAL_KEYSPAN | 
|  | 332 | help | 
|  | 333 | Say Y here to include firmware for the Keyspan MPR converter. | 
|  | 334 |  | 
|  | 335 | config USB_SERIAL_KEYSPAN_USA28 | 
|  | 336 | bool "USB Keyspan USA-28 Firmware" | 
|  | 337 | depends on USB_SERIAL_KEYSPAN | 
|  | 338 | help | 
|  | 339 | Say Y here to include firmware for the USA-28 converter. | 
|  | 340 |  | 
|  | 341 | config USB_SERIAL_KEYSPAN_USA28X | 
|  | 342 | bool "USB Keyspan USA-28X Firmware" | 
|  | 343 | depends on USB_SERIAL_KEYSPAN | 
|  | 344 | help | 
|  | 345 | Say Y here to include firmware for the USA-28X converter. | 
|  | 346 | Be sure you have a USA-28X, there are also 28XA and 28XB | 
|  | 347 | models, the label underneath has the actual part number. | 
|  | 348 |  | 
|  | 349 | config USB_SERIAL_KEYSPAN_USA28XA | 
|  | 350 | bool "USB Keyspan USA-28XA Firmware" | 
|  | 351 | depends on USB_SERIAL_KEYSPAN | 
|  | 352 | help | 
|  | 353 | Say Y here to include firmware for the USA-28XA converter. | 
|  | 354 | Be sure you have a USA-28XA, there are also 28X and 28XB | 
|  | 355 | models, the label underneath has the actual part number. | 
|  | 356 |  | 
|  | 357 | config USB_SERIAL_KEYSPAN_USA28XB | 
|  | 358 | bool "USB Keyspan USA-28XB Firmware" | 
|  | 359 | depends on USB_SERIAL_KEYSPAN | 
|  | 360 | help | 
|  | 361 | Say Y here to include firmware for the USA-28XB converter. | 
|  | 362 | Be sure you have a USA-28XB, there are also 28X and 28XA | 
|  | 363 | models, the label underneath has the actual part number. | 
|  | 364 |  | 
|  | 365 | config USB_SERIAL_KEYSPAN_USA19 | 
|  | 366 | bool "USB Keyspan USA-19 Firmware" | 
|  | 367 | depends on USB_SERIAL_KEYSPAN | 
|  | 368 | help | 
|  | 369 | Say Y here to include firmware for the USA-19 converter. | 
|  | 370 |  | 
|  | 371 | config USB_SERIAL_KEYSPAN_USA18X | 
|  | 372 | bool "USB Keyspan USA-18X Firmware" | 
|  | 373 | depends on USB_SERIAL_KEYSPAN | 
|  | 374 | help | 
|  | 375 | Say Y here to include firmware for the USA-18X converter. | 
|  | 376 |  | 
|  | 377 | config USB_SERIAL_KEYSPAN_USA19W | 
|  | 378 | bool "USB Keyspan USA-19W Firmware" | 
|  | 379 | depends on USB_SERIAL_KEYSPAN | 
|  | 380 | help | 
|  | 381 | Say Y here to include firmware for the USA-19W converter. | 
|  | 382 |  | 
|  | 383 | config USB_SERIAL_KEYSPAN_USA19QW | 
|  | 384 | bool "USB Keyspan USA-19QW Firmware" | 
|  | 385 | depends on USB_SERIAL_KEYSPAN | 
|  | 386 | help | 
|  | 387 | Say Y here to include firmware for the USA-19QW converter. | 
|  | 388 |  | 
|  | 389 | config USB_SERIAL_KEYSPAN_USA19QI | 
|  | 390 | bool "USB Keyspan USA-19QI Firmware" | 
|  | 391 | depends on USB_SERIAL_KEYSPAN | 
|  | 392 | help | 
|  | 393 | Say Y here to include firmware for the USA-19QI converter. | 
|  | 394 |  | 
|  | 395 | config USB_SERIAL_KEYSPAN_USA49W | 
|  | 396 | bool "USB Keyspan USA-49W Firmware" | 
|  | 397 | depends on USB_SERIAL_KEYSPAN | 
|  | 398 | help | 
|  | 399 | Say Y here to include firmware for the USA-49W converter. | 
|  | 400 |  | 
|  | 401 | config USB_SERIAL_KEYSPAN_USA49WLC | 
|  | 402 | bool "USB Keyspan USA-49WLC Firmware" | 
|  | 403 | depends on USB_SERIAL_KEYSPAN | 
|  | 404 | help | 
|  | 405 | Say Y here to include firmware for the USA-49WLC converter. | 
|  | 406 |  | 
|  | 407 | config USB_SERIAL_KLSI | 
|  | 408 | tristate "USB KL5KUSB105 (Palmconnect) Driver (EXPERIMENTAL)" | 
|  | 409 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 410 | ---help--- | 
|  | 411 | Say Y here if you want to use a KL5KUSB105 - based single port | 
|  | 412 | serial adapter. The most widely known -- and currently the only | 
|  | 413 | tested -- device in this category is the PalmConnect USB Serial | 
|  | 414 | adapter sold by Palm Inc. for use with their Palm III and Palm V | 
|  | 415 | series PDAs. | 
|  | 416 |  | 
|  | 417 | Please read <file:Documentation/usb/usb-serial.txt> for more | 
|  | 418 | information. | 
|  | 419 |  | 
|  | 420 | To compile this driver as a module, choose M here: the | 
|  | 421 | module will be called kl5kusb105. | 
|  | 422 |  | 
|  | 423 | config USB_SERIAL_KOBIL_SCT | 
|  | 424 | tristate "USB KOBIL chipcard reader" | 
|  | 425 | depends on USB_SERIAL | 
|  | 426 | ---help--- | 
|  | 427 | Say Y here if you want to use one of the following KOBIL USB chipcard | 
|  | 428 | readers: | 
|  | 429 |  | 
|  | 430 | - USB TWIN | 
|  | 431 | - KAAN Standard Plus | 
|  | 432 | - KAAN SIM | 
|  | 433 | - SecOVID Reader Plus | 
|  | 434 | - B1 Professional | 
|  | 435 | - KAAN Professional | 
|  | 436 |  | 
|  | 437 | Note that you need a current CT-API. | 
|  | 438 | To compile this driver as a module, choose M here: the | 
|  | 439 | module will be called kobil_sct. | 
|  | 440 |  | 
|  | 441 | config USB_SERIAL_MCT_U232 | 
|  | 442 | tristate "USB MCT Single Port Serial Driver" | 
|  | 443 | depends on USB_SERIAL | 
|  | 444 | ---help--- | 
|  | 445 | Say Y here if you want to use a USB Serial single port adapter from | 
|  | 446 | Magic Control Technology Corp. (U232 is one of the model numbers). | 
|  | 447 |  | 
|  | 448 | 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] | 449 | BAY, Belkin F5U109, and Belkin F5U409 devices. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 450 |  | 
|  | 451 | To compile this driver as a module, choose M here: the | 
|  | 452 | module will be called mct_u232. | 
|  | 453 |  | 
| Greg Kroah-Hartman | 0f64478 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 454 | config USB_SERIAL_MOS7720 | 
| Oliver Neukum | 3784653 | 2007-03-14 15:23:56 +0100 | [diff] [blame] | 455 | tristate "USB Moschip 7720 Serial Driver" | 
| Greg Kroah-Hartman | 0f64478 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 456 | depends on USB_SERIAL | 
|  | 457 | ---help--- | 
| Oliver Neukum | 3784653 | 2007-03-14 15:23:56 +0100 | [diff] [blame] | 458 | Say Y here if you want to use USB Serial single and double | 
|  | 459 | port adapters from Moschip Semiconductor Tech. | 
| Greg Kroah-Hartman | 0f64478 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 460 |  | 
|  | 461 | To compile this driver as a module, choose M here: the | 
|  | 462 | module will be called mos7720. | 
|  | 463 |  | 
| Paul B Schroeder | 3f54297 | 2006-08-31 19:41:47 -0500 | [diff] [blame] | 464 | config USB_SERIAL_MOS7840 | 
|  | 465 | tristate "USB Moschip 7840/7820 USB Serial Driver" | 
|  | 466 | depends on USB_SERIAL | 
|  | 467 | ---help--- | 
|  | 468 | Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820 | 
|  | 469 | Dual-Serial port device from MosChip Semiconductor. | 
|  | 470 |  | 
|  | 471 | The MCS7840 and MCS7820 have been developed to connect a wide range | 
|  | 472 | of standard serial devices to a USB host.  The MCS7840 has a USB | 
|  | 473 | device controller connected to four (4) individual UARTs while the | 
|  | 474 | MCS7820 controller connects to two (2) individual UARTs. | 
|  | 475 |  | 
|  | 476 | To compile this driver as a module, choose M here: the | 
|  | 477 | module will be called mos7840.  If unsure, choose N. | 
|  | 478 |  | 
| Greg Kroah-Hartman | e9a66c6 | 2006-03-17 17:40:08 -0800 | [diff] [blame] | 479 | config USB_SERIAL_NAVMAN | 
|  | 480 | tristate "USB Navman GPS device" | 
|  | 481 | depends on USB_SERIAL | 
|  | 482 | help | 
|  | 483 | To compile this driver as a module, choose M here: the | 
|  | 484 | module will be called navman. | 
|  | 485 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 486 | config USB_SERIAL_PL2303 | 
|  | 487 | tristate "USB Prolific 2303 Single Port Serial Driver" | 
|  | 488 | depends on USB_SERIAL | 
|  | 489 | help | 
|  | 490 | Say Y here if you want to use the PL2303 USB Serial single port | 
|  | 491 | adapter from Prolific. | 
|  | 492 |  | 
|  | 493 | To compile this driver as a module, choose M here: the | 
|  | 494 | module will be called pl2303. | 
|  | 495 |  | 
| Kees Lemmens | 49cdee0 | 2007-03-27 12:34:30 +0200 | [diff] [blame] | 496 | config USB_SERIAL_OTI6858 | 
|  | 497 | tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller (EXPERIMENTAL)" | 
|  | 498 | depends on USB_SERIAL | 
|  | 499 | help | 
|  | 500 | Say Y here if you want to use the OTi-6858 single port USB to serial | 
|  | 501 | converter device. | 
|  | 502 |  | 
|  | 503 | To compile this driver as a module, choose M here: the | 
|  | 504 | module will be called oti6858. | 
|  | 505 |  | 
| Arthur Huillet | 36045fb | 2005-04-22 15:06:59 -0700 | [diff] [blame] | 506 | config USB_SERIAL_HP4X | 
|  | 507 | tristate "USB HP4x Calculators support" | 
|  | 508 | depends on USB_SERIAL | 
|  | 509 | help | 
|  | 510 | Say Y here if you want to use an Hewlett-Packard 4x Calculator. | 
|  | 511 |  | 
|  | 512 | To compile this driver as a module, choose M here: the | 
|  | 513 | module will be called hp4x. | 
|  | 514 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 515 | config USB_SERIAL_SAFE | 
|  | 516 | tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)" | 
|  | 517 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 518 |  | 
|  | 519 | config USB_SERIAL_SAFE_PADDED | 
|  | 520 | bool "USB Secure Encapsulated Driver - Padded" | 
|  | 521 | depends on USB_SERIAL_SAFE | 
|  | 522 |  | 
| Kevin Lloyd | 69de51f | 2006-06-30 11:17:55 -0700 | [diff] [blame] | 523 | config USB_SERIAL_SIERRAWIRELESS | 
|  | 524 | tristate "USB Sierra Wireless Driver" | 
|  | 525 | depends on USB_SERIAL | 
|  | 526 | help | 
|  | 527 | Say M here if you want to use a Sierra Wireless device (if | 
|  | 528 | using an PC 5220 or AC580 please use the Airprime driver | 
|  | 529 | instead). | 
|  | 530 |  | 
|  | 531 | To compile this driver as a module, choose M here: the | 
|  | 532 | module will be called sierra. | 
|  | 533 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 534 | config USB_SERIAL_TI | 
|  | 535 | tristate "USB TI 3410/5052 Serial Driver" | 
|  | 536 | depends on USB_SERIAL | 
|  | 537 | help | 
|  | 538 | Say Y here if you want to use the TI USB 3410 or 5052 | 
|  | 539 | serial devices. | 
|  | 540 |  | 
|  | 541 | To compile this driver as a module, choose M here: the | 
|  | 542 | module will be called ti_usb_3410_5052. | 
|  | 543 |  | 
|  | 544 | config USB_SERIAL_CYBERJACK | 
|  | 545 | tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL)" | 
|  | 546 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 547 | ---help--- | 
|  | 548 | 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] | 549 | reader. This is an interface to ISO 7816 compatible contact-based | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | chipcards, e.g. GSM SIMs. | 
|  | 551 |  | 
|  | 552 | To compile this driver as a module, choose M here: the | 
|  | 553 | module will be called cyberjack. | 
|  | 554 |  | 
|  | 555 | If unsure, say N. | 
|  | 556 |  | 
|  | 557 | config USB_SERIAL_XIRCOM | 
|  | 558 | tristate "USB Xircom / Entregra Single Port Serial Driver" | 
|  | 559 | depends on USB_SERIAL | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 560 | select USB_EZUSB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 561 | help | 
|  | 562 | Say Y here if you want to use a Xircom or Entregra single port USB to | 
|  | 563 | serial converter device.  This driver makes use of firmware | 
|  | 564 | developed from scratch by Brian Warner. | 
|  | 565 |  | 
|  | 566 | To compile this driver as a module, choose M here: the | 
|  | 567 | module will be called keyspan_pda. | 
|  | 568 |  | 
| Matthias Urlichs | 58cfe91 | 2005-05-23 17:00:48 -0700 | [diff] [blame] | 569 | config USB_SERIAL_OPTION | 
| Matthias Urlichs | 31fcbb7 | 2006-07-12 08:35:29 +0200 | [diff] [blame] | 570 | tristate "USB driver for GSM and CDMA modems" | 
| Matthias Urlichs | 14f76cc | 2006-06-02 11:48:56 +0200 | [diff] [blame] | 571 | depends on USB_SERIAL | 
| Matthias Urlichs | 58cfe91 | 2005-05-23 17:00:48 -0700 | [diff] [blame] | 572 | help | 
| Matthias Urlichs | 31fcbb7 | 2006-07-12 08:35:29 +0200 | [diff] [blame] | 573 | 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] | 574 |  | 
| Matthias Urlichs | 31fcbb7 | 2006-07-12 08:35:29 +0200 | [diff] [blame] | 575 | This driver also supports several PCMCIA cards which have a | 
|  | 576 | built-in OHCI-USB adapter and an internally-connected GSM modem. | 
|  | 577 | The USB bus on these cards is not accessible externally. | 
|  | 578 |  | 
|  | 579 | Supported devices include (some of?) those made by: | 
| Kevin Lloyd | 033a3fb | 2006-10-13 23:53:21 -0700 | [diff] [blame] | 580 | Option, Huawei, Audiovox, Novatel Wireless, or Anydata. | 
| Matthias Urlichs | 58cfe91 | 2005-05-23 17:00:48 -0700 | [diff] [blame] | 581 |  | 
|  | 582 | To compile this driver as a module, choose M here: the | 
|  | 583 | module will be called option. | 
|  | 584 |  | 
| Matthias Urlichs | 14f76cc | 2006-06-02 11:48:56 +0200 | [diff] [blame] | 585 | If this driver doesn't recognize your device, | 
|  | 586 | it might be accessible via the FTDI_SIO driver. | 
|  | 587 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 588 | config USB_SERIAL_OMNINET | 
|  | 589 | tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)" | 
|  | 590 | depends on USB_SERIAL && EXPERIMENTAL | 
|  | 591 | help | 
|  | 592 | Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA. | 
|  | 593 |  | 
|  | 594 | To compile this driver as a module, choose M here: the | 
|  | 595 | module will be called omninet. | 
|  | 596 |  | 
| Greg Kroah-Hartman | 958e874 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 597 | config USB_SERIAL_DEBUG | 
|  | 598 | tristate "USB Debugging Device" | 
|  | 599 | depends on USB_SERIAL | 
|  | 600 | help | 
| David Sterba | 3dde6ad | 2007-05-09 07:12:20 +0200 | [diff] [blame] | 601 | 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] | 602 | debugging data from another machine.  The most common of these | 
|  | 603 | devices is the NetChip TurboCONNECT device. | 
|  | 604 |  | 
|  | 605 | To compile this driver as a module, choose M here: the | 
|  | 606 | module will be called usb-debug. | 
|  | 607 |  | 
| Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 608 | endif # USB_SERIAL |