blob: ab05158ad03e68296eb005d6132a2099b9aff5cf [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB Serial device configuration
3#
4
Denis Chengb75be4a2008-01-24 16:36:31 +08005menuconfig USB_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 tristate "USB Serial Converter support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +02007 depends on TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 ---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 Chengb75be4a2008-01-24 16:36:31 +080020if USB_SERIAL
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config USB_SERIAL_CONSOLE
Robert P. J. Day1b75dc42008-03-08 03:00:04 -050023 bool "USB Serial Console device support"
24 depends on USB_SERIAL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 ---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
45config USB_SERIAL_GENERIC
46 bool "USB Generic Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 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-Hartman1f923072013-08-05 19:27:19 +080054config 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
Dave Jonesdc298a22013-09-03 17:18:38 -040063 - a number of Motorola phones
Johan Hovoldc5cd24d2014-08-18 18:14:53 +020064 - Novatel Wireless GPS receivers
Greg Kroah-Hartman1f923072013-08-05 19:27:19 +080065 - Siemens USB/MPI adapter.
66 - ViVOtech ViVOpay USB device.
67 - Infineon Modem Flashloader USB interface
68 - ZIO Motherboard USB serial interface
69
70 To compile this driver as a module, choose M here: the module
71 will be called usb-serial-simple.
72
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -030073config USB_SERIAL_AIRCABLE
Robert P. J. Day1b75dc42008-03-08 03:00:04 -050074 tristate "USB AIRcable Bluetooth Dongle Driver"
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -030075 help
Naranjo Manuel Francisco23b0d962006-10-27 16:08:54 -030076 Say Y here if you want to use USB AIRcable Bluetooth Dongle.
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -030077
78 To compile this driver as a module, choose M here: the module
79 will be called aircable.
80
Greg Kroah-Hartman815ddc92006-05-12 11:05:29 -070081config USB_SERIAL_ARK3116
Robert P. J. Day1b75dc42008-03-08 03:00:04 -050082 tristate "USB ARK Micro 3116 USB Serial Driver"
Greg Kroah-Hartman815ddc92006-05-12 11:05:29 -070083 help
84 Say Y here if you want to use a ARK Micro 3116 USB to Serial
85 device.
86
87 To compile this driver as a module, choose M here: the
88 module will be called ark3116
89
Linus Torvalds1da177e2005-04-16 15:20:36 -070090config USB_SERIAL_BELKIN
91 tristate "USB Belkin and Peracom Single Port Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -070092 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 Kingswood6ce76102007-08-22 20:48:58 +0100100config USB_SERIAL_CH341
101 tristate "USB Winchiphead CH341 Single Port Serial Driver"
Frank A Kingswood6ce76102007-08-22 20:48:58 +0100102 help
103 Say Y here if you want to use a Winchiphead CH341 single port
104 USB to serial adapter.
105
106 To compile this driver as a module, choose M here: the
107 module will be called ch341.
108
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109config USB_SERIAL_WHITEHEAT
110 tristate "USB ConnectTech WhiteHEAT Serial Driver"
Rene Buergel70c048a2012-09-26 22:20:19 +0200111 select USB_EZUSB_FX2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 help
113 Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
114 USB to serial converter device.
115
116 To compile this driver as a module, choose M here: the
117 module will be called whiteheat.
118
119config USB_SERIAL_DIGI_ACCELEPORT
120 tristate "USB Digi International AccelePort USB Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121 ---help---
122 Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
123 2 port (plus parallel port) and 4 port USB serial converters. The
124 parallel port on the USB 2 appears as a third serial port on Linux.
125 The Digi Acceleport USB 8 is not yet supported by this driver.
126
127 This driver works under SMP with the usb-uhci driver. It does not
128 work under SMP with the uhci driver.
129
130 To compile this driver as a module, choose M here: the
131 module will be called digi_acceleport.
132
Greg Kroah-Hartman03ee2512009-03-11 11:03:49 -0700133config USB_SERIAL_CP210X
134 tristate "USB CP210x family of UART Bridge Controllers"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135 help
Greg Kroah-Hartman03ee2512009-03-11 11:03:49 -0700136 Say Y here if you want to use a CP2101/CP2102/CP2103 based USB
137 to RS232 converters.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138
139 To compile this driver as a module, choose M here: the
Greg Kroah-Hartman03ee2512009-03-11 11:03:49 -0700140 module will be called cp210x.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
142config USB_SERIAL_CYPRESS_M8
143 tristate "USB Cypress M8 USB Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 help
145 Say Y here if you want to use a device that contains the Cypress
146 USB to Serial microcontroller, such as the DeLorme Earthmate GPS.
147
148 Attempted SMP support... send bug reports!
149
150 Supported microcontrollers in the CY4601 family are:
151 CY7C63741 CY7C63742 CY7C63743 CY7C64013
152
153 To compile this driver as a module, choose M here: the
154 module will be called cypress_m8.
155
156config USB_SERIAL_EMPEG
157 tristate "USB Empeg empeg-car Mark I/II Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 help
159 Say Y here if you want to connect to your Empeg empeg-car Mark I/II
160 mp3 player via USB. The driver uses a single ttyUSB{0,1,2,...}
161 device node. See <file:Documentation/usb/usb-serial.txt> for more
162 tidbits of information.
163
164 To compile this driver as a module, choose M here: the
165 module will be called empeg.
166
167config USB_SERIAL_FTDI_SIO
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500168 tristate "USB FTDI Single Port Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 ---help---
170 Say Y here if you want to use a FTDI SIO single port USB to serial
171 converter device. The implementation I have is called the USC-1000.
172 This driver has also be tested with the 245 and 232 devices.
173
174 See <http://ftdi-usb-sio.sourceforge.net/> for more
175 information on this driver and the device.
176
177 To compile this driver as a module, choose M here: the
178 module will be called ftdi_sio.
179
180config USB_SERIAL_VISOR
181 tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182 help
183 Say Y here if you want to connect to your HandSpring Visor, Palm
184 m500 or m505 through its USB docking station. See
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200185 <http://usbvisor.sourceforge.net/index.php3> for more information on using this
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186 driver.
187
188 To compile this driver as a module, choose M here: the
189 module will be called visor.
190
191config USB_SERIAL_IPAQ
192 tristate "USB PocketPC PDA Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 help
194 Say Y here if you want to connect to your Compaq iPAQ, HP Jornada
195 or any other PDA running Windows CE 3.0 or PocketPC 2002
196 using a USB cradle/cable. For information on using the driver,
197 read <file:Documentation/usb/usb-serial.txt>.
198
199 To compile this driver as a module, choose M here: the
200 module will be called ipaq.
201
202config USB_SERIAL_IR
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500203 tristate "USB IR Dongle Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 help
205 Say Y here if you want to enable simple serial support for USB IrDA
206 devices. This is useful if you do not want to use the full IrDA
207 stack.
208
209 To compile this driver as a module, choose M here: the
210 module will be called ir-usb.
211
212config USB_SERIAL_EDGEPORT
213 tristate "USB Inside Out Edgeport Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 ---help---
215 Say Y here if you want to use any of the following devices from
216 Inside Out Networks (Digi):
217 Edgeport/4
218 Rapidport/4
219 Edgeport/4t
220 Edgeport/2
221 Edgeport/4i
222 Edgeport/2i
223 Edgeport/421
224 Edgeport/21
225 Edgeport/8
226 Edgeport/8 Dual
227 Edgeport/2D8
228 Edgeport/4D8
229 Edgeport/8i
230 Edgeport/2 DIN
231 Edgeport/4 DIN
232 Edgeport/16 Dual
233
234 To compile this driver as a module, choose M here: the
235 module will be called io_edgeport.
236
237config USB_SERIAL_EDGEPORT_TI
238 tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239 help
240 Say Y here if you want to use any of the devices from Inside Out
241 Networks (Digi) that are not supported by the io_edgeport driver.
242 This includes the Edgeport/1 device.
243
244 To compile this driver as a module, choose M here: the
245 module will be called io_ti.
246
Greg Kroah-Hartmanaac1fc32012-02-28 13:36:35 -0800247config USB_SERIAL_F81232
248 tristate "USB Fintek F81232 Single Port Serial Driver"
249 help
250 Say Y here if you want to use the Fintek F81232 single
251 port usb to serial adapter.
252
253 To compile this driver as a module, choose M here: the
254 module will be called f81232.
255
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256config USB_SERIAL_GARMIN
257 tristate "USB Garmin GPS driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 help
259 Say Y here if you want to connect to your Garmin GPS.
260 Should work with most Garmin GPS devices which have a native USB port.
261
262 See <http://sourceforge.net/projects/garmin-gps> for the latest
263 version of the driver.
264
265 To compile this driver as a module, choose M here: the
266 module will be called garmin_gps.
267
268config USB_SERIAL_IPW
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500269 tristate "USB IPWireless (3G UMTS TDD) Driver"
Randy Dunlap5d7a1c82011-08-23 11:22:37 -0700270 select USB_SERIAL_WWAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 help
272 Say Y here if you want to use a IPWireless USB modem such as
273 the ones supplied by Axity3G/Sentech South Africa.
274
275 To compile this driver as a module, choose M here: the
276 module will be called ipw.
277
Alain Degreffe60a8fc02007-10-26 13:51:49 +0200278config USB_SERIAL_IUU
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500279 tristate "USB Infinity USB Unlimited Phoenix Driver"
Alain Degreffe60a8fc02007-10-26 13:51:49 +0200280 help
281 Say Y here if you want to use a IUU in phoenix mode and get
282 an extra ttyUSBx device. More information available on
283 http://eczema.ecze.com/iuu_phoenix.html
284
285 To compile this driver as a module, choose M here: the
286 module will be called iuu_phoenix.o
287
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288config USB_SERIAL_KEYSPAN_PDA
289 tristate "USB Keyspan PDA Single Port Serial Driver"
Rene Buergel70c048a2012-09-26 22:20:19 +0200290 select USB_EZUSB_FX2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 help
292 Say Y here if you want to use a Keyspan PDA single port USB to
293 serial converter device. This driver makes use of firmware
294 developed from scratch by Brian Warner.
295
296 To compile this driver as a module, choose M here: the
297 module will be called keyspan_pda.
298
299config USB_SERIAL_KEYSPAN
300 tristate "USB Keyspan USA-xxx Serial Driver"
Rene Buergel70c048a2012-09-26 22:20:19 +0200301 select USB_EZUSB_FX2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302 ---help---
303 Say Y here if you want to use Keyspan USB to serial converter
304 devices. This driver makes use of Keyspan's official firmware
305 and was developed with their support. You must also include
306 firmware to support your particular device(s).
307
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200308 See <http://blemings.org/hugh/keyspan.html> for more information.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309
310 To compile this driver as a module, choose M here: the
311 module will be called keyspan.
312
313config USB_SERIAL_KEYSPAN_MPR
314 bool "USB Keyspan MPR Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300315 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 help
317 Say Y here to include firmware for the Keyspan MPR converter.
318
319config USB_SERIAL_KEYSPAN_USA28
320 bool "USB Keyspan USA-28 Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300321 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 help
323 Say Y here to include firmware for the USA-28 converter.
324
325config USB_SERIAL_KEYSPAN_USA28X
326 bool "USB Keyspan USA-28X Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300327 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328 help
329 Say Y here to include firmware for the USA-28X converter.
330 Be sure you have a USA-28X, there are also 28XA and 28XB
331 models, the label underneath has the actual part number.
332
333config USB_SERIAL_KEYSPAN_USA28XA
334 bool "USB Keyspan USA-28XA Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300335 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336 help
337 Say Y here to include firmware for the USA-28XA converter.
338 Be sure you have a USA-28XA, there are also 28X and 28XB
339 models, the label underneath has the actual part number.
340
341config USB_SERIAL_KEYSPAN_USA28XB
342 bool "USB Keyspan USA-28XB Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300343 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344 help
345 Say Y here to include firmware for the USA-28XB converter.
346 Be sure you have a USA-28XB, there are also 28X and 28XA
347 models, the label underneath has the actual part number.
348
349config USB_SERIAL_KEYSPAN_USA19
350 bool "USB Keyspan USA-19 Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300351 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352 help
353 Say Y here to include firmware for the USA-19 converter.
354
355config USB_SERIAL_KEYSPAN_USA18X
356 bool "USB Keyspan USA-18X Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300357 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 help
359 Say Y here to include firmware for the USA-18X converter.
360
361config USB_SERIAL_KEYSPAN_USA19W
362 bool "USB Keyspan USA-19W Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300363 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364 help
365 Say Y here to include firmware for the USA-19W converter.
366
367config USB_SERIAL_KEYSPAN_USA19QW
368 bool "USB Keyspan USA-19QW Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300369 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370 help
371 Say Y here to include firmware for the USA-19QW converter.
372
373config USB_SERIAL_KEYSPAN_USA19QI
374 bool "USB Keyspan USA-19QI Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300375 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376 help
377 Say Y here to include firmware for the USA-19QI converter.
378
379config USB_SERIAL_KEYSPAN_USA49W
380 bool "USB Keyspan USA-49W Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300381 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382 help
383 Say Y here to include firmware for the USA-49W converter.
384
385config USB_SERIAL_KEYSPAN_USA49WLC
386 bool "USB Keyspan USA-49WLC Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300387 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388 help
389 Say Y here to include firmware for the USA-49WLC converter.
390
391config USB_SERIAL_KLSI
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500392 tristate "USB KL5KUSB105 (Palmconnect) Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 ---help---
394 Say Y here if you want to use a KL5KUSB105 - based single port
395 serial adapter. The most widely known -- and currently the only
396 tested -- device in this category is the PalmConnect USB Serial
397 adapter sold by Palm Inc. for use with their Palm III and Palm V
398 series PDAs.
399
400 Please read <file:Documentation/usb/usb-serial.txt> for more
401 information.
402
403 To compile this driver as a module, choose M here: the
404 module will be called kl5kusb105.
405
406config USB_SERIAL_KOBIL_SCT
407 tristate "USB KOBIL chipcard reader"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408 ---help---
409 Say Y here if you want to use one of the following KOBIL USB chipcard
410 readers:
411
412 - USB TWIN
413 - KAAN Standard Plus
414 - KAAN SIM
415 - SecOVID Reader Plus
416 - B1 Professional
417 - KAAN Professional
418
419 Note that you need a current CT-API.
420 To compile this driver as a module, choose M here: the
421 module will be called kobil_sct.
422
423config USB_SERIAL_MCT_U232
424 tristate "USB MCT Single Port Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 ---help---
426 Say Y here if you want to use a USB Serial single port adapter from
427 Magic Control Technology Corp. (U232 is one of the model numbers).
428
429 This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
Pete Zaitcev6f065f72006-05-22 22:02:32 -0700430 BAY, Belkin F5U109, and Belkin F5U409 devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431
432 To compile this driver as a module, choose M here: the
433 module will be called mct_u232.
434
Greg Kroah-Hartman62f2a832012-03-08 13:34:01 -0800435config USB_SERIAL_METRO
436 tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver"
437 ---help---
438 Say Y here if you want to use a USB POS Metrologic barcode scanner.
439
440 To compile this driver as a module, choose M here: the
441 module will be called metro-usb.
442
Greg Kroah-Hartman0f644782002-04-09 12:14:34 -0700443config USB_SERIAL_MOS7720
Oliver Neukum37846532007-03-14 15:23:56 +0100444 tristate "USB Moschip 7720 Serial Driver"
Greg Kroah-Hartman0f644782002-04-09 12:14:34 -0700445 ---help---
Oliver Neukum37846532007-03-14 15:23:56 +0100446 Say Y here if you want to use USB Serial single and double
447 port adapters from Moschip Semiconductor Tech.
Greg Kroah-Hartman0f644782002-04-09 12:14:34 -0700448
449 To compile this driver as a module, choose M here: the
450 module will be called mos7720.
451
Mike Dunnb69578d2010-04-15 17:01:33 -0400452config USB_SERIAL_MOS7715_PARPORT
453 bool "Support for parallel port on the Moschip 7715"
Randy Dunlap9ff68c72010-05-03 10:07:25 -0700454 depends on USB_SERIAL_MOS7720
455 depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720
Mike Dunnb69578d2010-04-15 17:01:33 -0400456 select PARPORT_NOT_PC
Mike Dunnb69578d2010-04-15 17:01:33 -0400457 ---help---
458 Say Y if you have a Moschip 7715 device and would like to use
459 the parallel port it provides. The port will register with
460 the parport subsystem as a low-level driver.
Mike Dunnb69578d2010-04-15 17:01:33 -0400461
Paul B Schroeder3f542972006-08-31 19:41:47 -0500462config USB_SERIAL_MOS7840
463 tristate "USB Moschip 7840/7820 USB Serial Driver"
Paul B Schroeder3f542972006-08-31 19:41:47 -0500464 ---help---
465 Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
466 Dual-Serial port device from MosChip Semiconductor.
467
468 The MCS7840 and MCS7820 have been developed to connect a wide range
469 of standard serial devices to a USB host. The MCS7840 has a USB
470 device controller connected to four (4) individual UARTs while the
471 MCS7820 controller connects to two (2) individual UARTs.
472
473 To compile this driver as a module, choose M here: the
474 module will be called mos7840. If unsure, choose N.
475
Andrew Lunnee467a12013-12-29 19:23:17 +0100476config USB_SERIAL_MXUPORT
477 tristate "USB Moxa UPORT Serial Driver"
478 ---help---
479 Say Y here if you want to use a MOXA UPort Serial hub.
480
481 This driver supports:
482
483 [2 Port]
484 - UPort 1250 : 2 Port RS-232/422/485 USB to Serial Hub
485 - UPort 1250I : 2 Port RS-232/422/485 USB to Serial Hub with
486 Isolation
487
488 [4 Port]
489 - UPort 1410 : 4 Port RS-232 USB to Serial Hub
490 - UPort 1450 : 4 Port RS-232/422/485 USB to Serial Hub
491 - UPort 1450I : 4 Port RS-232/422/485 USB to Serial Hub with
492 Isolation
493
494 [8 Port]
495 - UPort 1610-8 : 8 Port RS-232 USB to Serial Hub
496 - UPort 1650-8 : 8 Port RS-232/422/485 USB to Serial Hub
497
498 [16 Port]
499 - UPort 1610-16 : 16 Port RS-232 USB to Serial Hub
500 - UPort 1650-16 : 16 Port RS-232/422/485 USB to Serial Hub
501
502 To compile this driver as a module, choose M here: the
503 module will be called mxuport.
504
Greg Kroah-Hartmane9a66c62006-03-17 17:40:08 -0800505config USB_SERIAL_NAVMAN
506 tristate "USB Navman GPS device"
Greg Kroah-Hartmane9a66c62006-03-17 17:40:08 -0800507 help
508 To compile this driver as a module, choose M here: the
509 module will be called navman.
510
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511config USB_SERIAL_PL2303
512 tristate "USB Prolific 2303 Single Port Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 help
514 Say Y here if you want to use the PL2303 USB Serial single port
515 adapter from Prolific.
516
517 To compile this driver as a module, choose M here: the
518 module will be called pl2303.
519
Kees Lemmens49cdee02007-03-27 12:34:30 +0200520config USB_SERIAL_OTI6858
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500521 tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller"
Kees Lemmens49cdee02007-03-27 12:34:30 +0200522 help
523 Say Y here if you want to use the OTi-6858 single port USB to serial
524 converter device.
525
526 To compile this driver as a module, choose M here: the
527 module will be called oti6858.
528
Dan Williams019ccc72010-02-25 10:39:20 -0800529config USB_SERIAL_QCAUX
530 tristate "USB Qualcomm Auxiliary Serial Port Driver"
Stefan Schmidt510607d2010-03-03 19:37:12 +0100531 help
Dan Williams019ccc72010-02-25 10:39:20 -0800532 Say Y here if you want to use the auxiliary serial ports provided
533 by many modems based on Qualcomm chipsets. These ports often use
534 a proprietary protocol called DM and cannot be used for AT- or
535 PPP-based communication.
536
537 To compile this driver as a module, choose M here: the
Stefan Schmidt510607d2010-03-03 19:37:12 +0100538 module will be called qcaux. If unsure, choose N.
Dan Williams019ccc72010-02-25 10:39:20 -0800539
Greg Kroah-Hartmana78b4282009-02-17 22:39:56 -0800540config USB_SERIAL_QUALCOMM
541 tristate "USB Qualcomm Serial modem"
Matthew Garrett3d7e59a2010-04-01 12:31:09 -0400542 select USB_SERIAL_WWAN
Greg Kroah-Hartmana78b4282009-02-17 22:39:56 -0800543 help
544 Say Y here if you have a Qualcomm USB modem device. These are
545 usually wireless cellular modems.
546
547 To compile this driver as a module, choose M here: the
548 module will be called qcserial.
549
Greg Kroah-Hartman619a6f12008-02-07 23:59:03 +0100550config USB_SERIAL_SPCP8X5
551 tristate "USB SPCP8x5 USB To Serial Driver"
Greg Kroah-Hartman619a6f12008-02-07 23:59:03 +0100552 help
553 Say Y here if you want to use the spcp8x5 converter chip. This is
554 commonly found in some Z-Wave USB devices.
555
556 To compile this driver as a module, choose M here: the
557 module will be called spcp8x5.
558
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559config USB_SERIAL_SAFE
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500560 tristate "USB Safe Serial (Encapsulated) Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561
562config USB_SERIAL_SAFE_PADDED
563 bool "USB Secure Encapsulated Driver - Padded"
564 depends on USB_SERIAL_SAFE
565
Kevin Lloyd69de51f2006-06-30 11:17:55 -0700566config USB_SERIAL_SIERRAWIRELESS
567 tristate "USB Sierra Wireless Driver"
Kevin Lloyd69de51f2006-06-30 11:17:55 -0700568 help
Kevin Lloyd0585e4d2008-07-10 14:14:54 -0700569 Say M here if you want to use Sierra Wireless devices.
570
Matt LaPlante692105b2009-01-26 11:12:25 +0100571 Many devices have a feature known as TRU-Install. For those devices
572 to work properly, the USB Storage Sierra feature must be enabled.
Kevin Lloyd69de51f2006-06-30 11:17:55 -0700573
574 To compile this driver as a module, choose M here: the
575 module will be called sierra.
576
Greg Kroah-Hartman68b44eae2009-02-13 17:25:46 -0800577config USB_SERIAL_SYMBOL
578 tristate "USB Symbol Barcode driver (serial mode)"
579 help
580 Say Y here if you want to use a Symbol USB Barcode device
581 in serial emulation mode.
582
583 To compile this driver as a module, choose M here: the
584 module will be called symbolserial.
585
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586config USB_SERIAL_TI
587 tristate "USB TI 3410/5052 Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588 help
589 Say Y here if you want to use the TI USB 3410 or 5052
590 serial devices.
591
592 To compile this driver as a module, choose M here: the
593 module will be called ti_usb_3410_5052.
594
595config USB_SERIAL_CYBERJACK
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500596 tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 ---help---
598 Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200599 reader. This is an interface to ISO 7816 compatible contact-based
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 chipcards, e.g. GSM SIMs.
601
602 To compile this driver as a module, choose M here: the
603 module will be called cyberjack.
604
605 If unsure, say N.
606
607config USB_SERIAL_XIRCOM
608 tristate "USB Xircom / Entregra Single Port Serial Driver"
Rene Buergel70c048a2012-09-26 22:20:19 +0200609 select USB_EZUSB_FX2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 help
611 Say Y here if you want to use a Xircom or Entregra single port USB to
612 serial converter device. This driver makes use of firmware
613 developed from scratch by Brian Warner.
614
615 To compile this driver as a module, choose M here: the
616 module will be called keyspan_pda.
617
Matthew Garrett0d456192010-04-01 12:31:07 -0400618config USB_SERIAL_WWAN
619 tristate
620
Matthias Urlichs58cfe912005-05-23 17:00:48 -0700621config USB_SERIAL_OPTION
Matthias Urlichs31fcbb72006-07-12 08:35:29 +0200622 tristate "USB driver for GSM and CDMA modems"
Matthew Garrett8b4c6a32010-04-01 12:31:08 -0400623 select USB_SERIAL_WWAN
Matthias Urlichs58cfe912005-05-23 17:00:48 -0700624 help
Matthias Urlichs31fcbb72006-07-12 08:35:29 +0200625 Say Y here if you have a GSM or CDMA modem that's connected to USB.
Matthias Urlichs14f76cc2006-06-02 11:48:56 +0200626
Matthias Urlichs31fcbb72006-07-12 08:35:29 +0200627 This driver also supports several PCMCIA cards which have a
628 built-in OHCI-USB adapter and an internally-connected GSM modem.
629 The USB bus on these cards is not accessible externally.
630
631 Supported devices include (some of?) those made by:
Kevin Lloyd033a3fb2006-10-13 23:53:21 -0700632 Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
Matthias Urlichs58cfe912005-05-23 17:00:48 -0700633
634 To compile this driver as a module, choose M here: the
635 module will be called option.
636
Matthias Urlichs14f76cc2006-06-02 11:48:56 +0200637 If this driver doesn't recognize your device,
638 it might be accessible via the FTDI_SIO driver.
639
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640config USB_SERIAL_OMNINET
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500641 tristate "USB ZyXEL omni.net LCD Plus Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 help
643 Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
644
645 To compile this driver as a module, choose M here: the
646 module will be called omninet.
647
Greg Kroah-Hartman57262b82008-11-03 13:27:03 -0800648config USB_SERIAL_OPTICON
649 tristate "USB Opticon Barcode driver (serial mode)"
650 help
651 Say Y here if you want to use a Opticon USB Barcode device
652 in serial emulation mode.
653
654 To compile this driver as a module, choose M here: the
655 module will be called opticon.
656
Frans Klaver59e931c42013-01-25 17:05:44 +0100657config USB_SERIAL_XSENS_MT
658 tristate "Xsens motion tracker serial interface driver"
659 help
660 Say Y here if you want to use Xsens motion trackers.
661
662 This driver supports the new generation of motion trackers
663 by Xsens. Older devices can be accessed using the FTDI_SIO
664 driver.
665
666 To compile this driver as a module, choose M here: the
667 module will be called xsens_mt.
668
Wesley W. Terpstra1157f692013-04-11 15:08:20 +0200669config USB_SERIAL_WISHBONE
670 tristate "USB-Wishbone adapter interface driver"
671 help
672 Say Y here if you want to use a USB attached Wishbone bus.
673
674 Wishbone is an open hardware SoC bus commonly used in FPGA
675 designs. Bus access can be serialized using the Etherbone
676 protocol <http://www.ohwr.org/projects/etherbone-core>.
677
678 This driver is intended to be used with devices which attach
679 their internal Wishbone bus to a USB serial interface using
680 the Etherbone protocol. A userspace library is required to
681 speak the protocol made available by this driver as ttyUSBx.
682
683 To compile this driver as a module, choose M here: the
684 module will be called wishbone-serial.
685
Greg Kroah-Hartman799ee922012-08-17 16:59:51 -0700686config USB_SERIAL_ZTE
687 tristate "ZTE USB serial driver"
688 help
689 Say Y here if you want to use a ZTE USB to serial device.
690
691 To compile this driver as a module, choose M here: the
692 module will be called zte.
693
Bill Pemberton52af9542010-07-29 11:05:41 -0400694config USB_SERIAL_SSU100
695 tristate "USB Quatech SSU-100 Single Port Serial Driver"
696 help
697 Say Y here if you want to use the Quatech SSU-100 single
698 port usb to serial adapter.
699
700 To compile this driver as a module, choose M here: the
701 module will be called ssu100.
702
Bill Pembertonf7a33e602012-05-10 15:36:02 -0400703config USB_SERIAL_QT2
704 tristate "USB Quatech Serial Driver for USB 2 devices"
705 help
706 Say Y here if you want to use the Quatech USB 2
707 serial adapters.
708
709 To compile this driver as a module, choose M here: the
710 module will be called quatech-serial.
711
Greg Kroah-Hartman958e8742002-04-09 12:14:34 -0700712config USB_SERIAL_DEBUG
713 tristate "USB Debugging Device"
Greg Kroah-Hartman958e8742002-04-09 12:14:34 -0700714 help
David Sterba3dde6ad2007-05-09 07:12:20 +0200715 Say Y here if you have a USB debugging device used to receive
Greg Kroah-Hartman958e8742002-04-09 12:14:34 -0700716 debugging data from another machine. The most common of these
717 devices is the NetChip TurboCONNECT device.
718
719 To compile this driver as a module, choose M here: the
720 module will be called usb-debug.
721
Denis Chengb75be4a2008-01-24 16:36:31 +0800722endif # USB_SERIAL