xref: /linux-6.15/drivers/usb/serial/Kconfig (revision c5cd24d7)
1#
2# USB Serial device configuration
3#
4
5menuconfig USB_SERIAL
6	tristate "USB Serial Converter support"
7	depends on TTY
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
20if USB_SERIAL
21
22config USB_SERIAL_CONSOLE
23	bool "USB Serial Console device support"
24	depends on USB_SERIAL=y
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
45config USB_SERIAL_GENERIC
46	bool "USB Generic Serial Driver"
47	help
48	  Say Y here if you want to use the generic USB serial driver.  Please
49	  read <file:Documentation/usb/usb-serial.txt> for more information on
50	  using this driver.  It is recommended that the "USB Serial converter
51	  support" be compiled as a module for this driver to be used
52	  properly.
53
54config USB_SERIAL_SIMPLE
55	tristate "USB Serial Simple Driver"
56	help
57	  Say Y here to use the USB serial "simple" driver.  This driver
58	  handles a wide range of very simple devices, all in one
59	  driver.  Specifically, it supports:
60		- Suunto ANT+ USB device.
61		- Fundamental Software dongle.
62		- HP4x calculators
63		- a number of Motorola phones
64		- Novatel Wireless GPS receivers
65		- 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
73config USB_SERIAL_AIRCABLE
74	tristate "USB AIRcable Bluetooth Dongle Driver"
75	help
76	    Say Y here if you want to use USB AIRcable Bluetooth Dongle.
77
78	    To compile this driver as a module, choose M here: the module
79	    will be called aircable.
80
81config USB_SERIAL_ARK3116
82	tristate "USB ARK Micro 3116 USB Serial Driver"
83	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
90config USB_SERIAL_BELKIN
91	tristate "USB Belkin and Peracom Single Port Serial Driver"
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
100config USB_SERIAL_CH341
101	tristate "USB Winchiphead CH341 Single Port Serial Driver"
102	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
109config USB_SERIAL_WHITEHEAT
110	tristate "USB ConnectTech WhiteHEAT Serial Driver"
111	select USB_EZUSB_FX2
112	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"
121	---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
133config USB_SERIAL_CP210X
134	tristate "USB CP210x family of UART Bridge Controllers"
135	help
136	  Say Y here if you want to use a CP2101/CP2102/CP2103 based USB
137	  to RS232 converters.
138
139	  To compile this driver as a module, choose M here: the
140	  module will be called cp210x.
141
142config USB_SERIAL_CYPRESS_M8
143	tristate "USB Cypress M8 USB Serial Driver"
144	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"
158	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
168	tristate "USB FTDI Single Port Serial Driver"
169	---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"
182	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
185	  <http://usbvisor.sourceforge.net/index.php3> for more information on using this
186	  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"
193	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
203	tristate "USB IR Dongle Serial Driver"
204	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"
214	---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)"
239	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
247config 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
256config USB_SERIAL_GARMIN
257       tristate "USB Garmin GPS driver"
258       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
269        tristate "USB IPWireless (3G UMTS TDD) Driver"
270	select USB_SERIAL_WWAN
271	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
278config USB_SERIAL_IUU
279	tristate "USB Infinity USB Unlimited Phoenix Driver"
280	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
288config USB_SERIAL_KEYSPAN_PDA
289	tristate "USB Keyspan PDA Single Port Serial Driver"
290	select USB_EZUSB_FX2
291	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"
301	select USB_EZUSB_FX2
302	---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
308	  See <http://blemings.org/hugh/keyspan.html> for more information.
309
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"
315	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
316	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"
321	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
322	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"
327	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
328	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"
335	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
336	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"
343	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
344	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"
351	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
352	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"
357	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
358	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"
363	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
364	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"
369	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
370	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"
375	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
376	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"
381	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
382	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"
387	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
388	help
389	  Say Y here to include firmware for the USA-49WLC converter.
390
391config USB_SERIAL_KLSI
392	tristate "USB KL5KUSB105 (Palmconnect) Driver"
393	---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"
408        ---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"
425	---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
430	  BAY, Belkin F5U109, and Belkin F5U409 devices.
431
432	  To compile this driver as a module, choose M here: the
433	  module will be called mct_u232.
434
435config 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
443config USB_SERIAL_MOS7720
444	tristate "USB Moschip 7720 Serial Driver"
445	---help---
446	  Say Y here if you want to use USB Serial single and double
447	  port adapters from Moschip Semiconductor Tech.
448
449	  To compile this driver as a module, choose M here: the
450	  module will be called mos7720.
451
452config USB_SERIAL_MOS7715_PARPORT
453	bool "Support for parallel port on the Moschip 7715"
454	depends on USB_SERIAL_MOS7720
455	depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720
456	select PARPORT_NOT_PC
457	---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.
461
462config USB_SERIAL_MOS7840
463	tristate "USB Moschip 7840/7820 USB Serial Driver"
464	---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
476config 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
505config USB_SERIAL_NAVMAN
506	tristate "USB Navman GPS device"
507	help
508	  To compile this driver as a module, choose M here: the
509	  module will be called navman.
510
511config USB_SERIAL_PL2303
512	tristate "USB Prolific 2303 Single Port Serial Driver"
513	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
520config USB_SERIAL_OTI6858
521	tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller"
522	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
529config USB_SERIAL_QCAUX
530	tristate "USB Qualcomm Auxiliary Serial Port Driver"
531	help
532	  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
538	  module will be called qcaux.  If unsure, choose N.
539
540config USB_SERIAL_QUALCOMM
541	tristate "USB Qualcomm Serial modem"
542	select USB_SERIAL_WWAN
543	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
550config USB_SERIAL_SPCP8X5
551	tristate "USB SPCP8x5 USB To Serial Driver"
552	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
559config USB_SERIAL_SAFE
560	tristate "USB Safe Serial (Encapsulated) Driver"
561
562config USB_SERIAL_SAFE_PADDED
563	bool "USB Secure Encapsulated Driver - Padded"
564	depends on USB_SERIAL_SAFE
565
566config USB_SERIAL_SIERRAWIRELESS
567	tristate "USB Sierra Wireless Driver"
568	help
569	  Say M here if you want to use Sierra Wireless devices.
570
571	  Many devices have a feature known as TRU-Install. For those devices
572	  to work properly, the USB Storage Sierra feature must be enabled.
573
574	  To compile this driver as a module, choose M here: the
575	  module will be called sierra.
576
577config 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
586config USB_SERIAL_TI
587	tristate "USB TI 3410/5052 Serial Driver"
588	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
596	tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader"
597	---help---
598	  Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
599	  reader. This is an interface to ISO 7816 compatible contact-based
600	  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"
609	select USB_EZUSB_FX2
610	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
618config USB_SERIAL_WWAN
619	tristate
620
621config USB_SERIAL_OPTION
622	tristate "USB driver for GSM and CDMA modems"
623	select USB_SERIAL_WWAN
624	help
625	  Say Y here if you have a GSM or CDMA modem that's connected to USB.
626
627	  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:
632	  Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
633
634	  To compile this driver as a module, choose M here: the
635	  module will be called option.
636
637	  If this driver doesn't recognize your device,
638	  it might be accessible via the FTDI_SIO driver.
639
640config USB_SERIAL_OMNINET
641	tristate "USB ZyXEL omni.net LCD Plus Driver"
642	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
648config 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
657config 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
669config 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
686config 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
694config 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
703config 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
712config USB_SERIAL_DEBUG
713	tristate "USB Debugging Device"
714	help
715	  Say Y here if you have a USB debugging device used to receive
716	  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
722endif # USB_SERIAL
723