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