GNU Linux-libre 4.14.332-gnu1
[releases.git] / drivers / usb / serial / Kconfig
1 #
2 # USB Serial device configuration
3 #
4
5 menuconfig 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
20 if USB_SERIAL
21
22 config 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
45 config 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
54 config USB_SERIAL_SIMPLE
55         tristate "USB Serial Simple Driver"
56         help
57           Say Y here to use the USB serial "simple" driver.  This driver
58           handles a wide range of very simple devices, all in one
59           driver.  Specifically, it supports:
60                 - Suunto ANT+ USB device.
61                 - Medtronic CareLink USB device
62                 - Fundamental Software dongle.
63                 - Google USB serial devices
64                 - HP4x calculators
65                 - Libtransistor USB console
66                 - a number of Motorola phones
67                 - Motorola Tetra devices
68                 - Nokia mobile phones
69                 - Novatel Wireless GPS receivers
70                 - Siemens USB/MPI adapter.
71                 - ViVOtech ViVOpay USB device.
72                 - Infineon Modem Flashloader USB interface
73                 - ZIO Motherboard USB serial interface
74
75           To compile this driver as a module, choose M here: the module
76           will be called usb-serial-simple.
77
78 config USB_SERIAL_AIRCABLE
79         tristate "USB AIRcable Bluetooth Dongle Driver"
80         help
81             Say Y here if you want to use USB AIRcable Bluetooth Dongle.
82
83             To compile this driver as a module, choose M here: the module
84             will be called aircable.
85
86 config USB_SERIAL_ARK3116
87         tristate "USB ARK Micro 3116 USB Serial Driver"
88         help
89           Say Y here if you want to use a ARK Micro 3116 USB to Serial
90           device.
91
92           To compile this driver as a module, choose M here: the
93           module will be called ark3116
94
95 config USB_SERIAL_BELKIN
96         tristate "USB Belkin and Peracom Single Port Serial Driver"
97         help
98           Say Y here if you want to use a Belkin USB Serial single port
99           adaptor (F5U103 is one of the model numbers) or the Peracom single
100           port USB to serial adapter.
101
102           To compile this driver as a module, choose M here: the
103           module will be called belkin_sa.
104
105 config USB_SERIAL_CH341
106         tristate "USB Winchiphead CH341 Single Port Serial Driver"
107         help
108           Say Y here if you want to use a Winchiphead CH341 single port
109           USB to serial adapter.
110
111           To compile this driver as a module, choose M here: the
112           module will be called ch341.
113
114 config USB_SERIAL_WHITEHEAT
115         tristate "USB ConnectTech WhiteHEAT Serial Driver"
116         select USB_EZUSB_FX2
117         help
118           Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
119           USB to serial converter device.
120
121           To compile this driver as a module, choose M here: the
122           module will be called whiteheat.
123
124 config USB_SERIAL_DIGI_ACCELEPORT
125         tristate "USB Digi International AccelePort USB Serial Driver"
126         ---help---
127           Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
128           2 port (plus parallel port) and 4 port USB serial converters.  The
129           parallel port on the USB 2 appears as a third serial port on Linux.
130           The Digi Acceleport USB 8 is not yet supported by this driver.
131
132           This driver works under SMP with the usb-uhci driver.  It does not
133           work under SMP with the uhci driver.
134
135           To compile this driver as a module, choose M here: the
136           module will be called digi_acceleport.
137
138 config USB_SERIAL_CP210X
139         tristate "USB CP210x family of UART Bridge Controllers"
140         help
141           Say Y here if you want to use a CP2101/CP2102/CP2103 based USB
142           to RS232 converters.
143
144           To compile this driver as a module, choose M here: the
145           module will be called cp210x.
146
147 config USB_SERIAL_CYPRESS_M8
148         tristate "USB Cypress M8 USB Serial Driver"
149         help
150           Say Y here if you want to use a device that contains the Cypress
151           USB to Serial microcontroller, such as the DeLorme Earthmate GPS.
152
153                 Attempted SMP support... send bug reports!
154
155           Supported microcontrollers in the CY4601 family are:
156                 CY7C63741 CY7C63742 CY7C63743 CY7C64013
157         
158           To compile this driver as a module, choose M here: the
159           module will be called cypress_m8.
160
161 config USB_SERIAL_EMPEG
162         tristate "USB Empeg empeg-car Mark I/II Driver"
163         help
164           Say Y here if you want to connect to your Empeg empeg-car Mark I/II
165           mp3 player via USB.  The driver uses a single ttyUSB{0,1,2,...}
166           device node.  See <file:Documentation/usb/usb-serial.txt> for more
167           tidbits of information.
168
169           To compile this driver as a module, choose M here: the
170           module will be called empeg.
171
172 config USB_SERIAL_FTDI_SIO
173         tristate "USB FTDI Single Port Serial Driver"
174         ---help---
175           Say Y here if you want to use a FTDI SIO single port USB to serial
176           converter device. The implementation I have is called the USC-1000.
177           This driver has also been tested with the 245 and 232 devices.
178
179           See <http://ftdi-usb-sio.sourceforge.net/> for more
180           information on this driver and the device.
181
182           To compile this driver as a module, choose M here: the
183           module will be called ftdi_sio.
184
185 config USB_SERIAL_VISOR
186         tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
187         help
188           Say Y here if you want to connect to your HandSpring Visor, Palm
189           m500 or m505 through its USB docking station. See
190           <http://usbvisor.sourceforge.net/index.php3> for more information on using this
191           driver.
192
193           To compile this driver as a module, choose M here: the
194           module will be called visor.
195
196 config USB_SERIAL_IPAQ
197         tristate "USB PocketPC PDA Driver"
198         help
199           Say Y here if you want to connect to your Compaq iPAQ, HP Jornada
200           or any other PDA running Windows CE 3.0 or PocketPC 2002
201           using a USB cradle/cable. For information on using the driver,
202           read <file:Documentation/usb/usb-serial.txt>.
203
204           To compile this driver as a module, choose M here: the
205           module will be called ipaq.
206
207 config USB_SERIAL_IR
208         tristate "USB IR Dongle Serial Driver"
209         help
210           Say Y here if you want to enable simple serial support for USB IrDA
211           devices.  This is useful if you do not want to use the full IrDA
212           stack.
213
214           To compile this driver as a module, choose M here: the
215           module will be called ir-usb.
216
217 config USB_SERIAL_EDGEPORT
218         tristate "USB Inside Out Edgeport Serial Driver"
219         ---help---
220           Say Y here if you want to use any of the following devices from
221           Inside Out Networks (Digi):
222           Edgeport/4
223           Rapidport/4
224           Edgeport/4t
225           Edgeport/2
226           Edgeport/4i
227           Edgeport/2i
228           Edgeport/421
229           Edgeport/21
230           Edgeport/8
231           Edgeport/8 Dual
232           Edgeport/2D8
233           Edgeport/4D8
234           Edgeport/8i
235           Edgeport/2 DIN
236           Edgeport/4 DIN
237           Edgeport/16 Dual
238
239           To compile this driver as a module, choose M here: the
240           module will be called io_edgeport.
241
242 config USB_SERIAL_EDGEPORT_TI
243         tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
244         help
245           Say Y here if you want to use any of the devices from Inside Out
246           Networks (Digi) that are not supported by the io_edgeport driver.
247           This includes the Edgeport/1 device.
248
249           To compile this driver as a module, choose M here: the
250           module will be called io_ti.
251
252 config USB_SERIAL_F81232
253         tristate "USB Fintek F81232 Single Port Serial Driver"
254         help
255           Say Y here if you want to use the Fintek F81232 single
256           port usb to serial adapter.
257
258           To compile this driver as a module, choose M here: the
259           module will be called f81232.
260
261 config USB_SERIAL_F8153X
262         tristate "USB Fintek F81532/534 Multi-Ports Serial Driver"
263         help
264           Say Y here if you want to use the Fintek F81532/534 Multi-Ports
265           USB to serial adapter.
266
267           To compile this driver as a module, choose M here: the
268           module will be called f81534.
269
270
271 config USB_SERIAL_GARMIN
272        tristate "USB Garmin GPS driver"
273        help
274          Say Y here if you want to connect to your Garmin GPS.
275          Should work with most Garmin GPS devices which have a native USB port.
276
277          See <http://sourceforge.net/projects/garmin-gps> for the latest
278          version of the driver.
279
280          To compile this driver as a module, choose M here: the
281          module will be called garmin_gps.
282
283 config USB_SERIAL_IPW
284         tristate "USB IPWireless (3G UMTS TDD) Driver"
285         select USB_SERIAL_WWAN
286         help
287           Say Y here if you want to use a IPWireless USB modem such as
288           the ones supplied by Axity3G/Sentech South Africa.
289
290           To compile this driver as a module, choose M here: the
291           module will be called ipw.
292
293 config USB_SERIAL_IUU
294         tristate "USB Infinity USB Unlimited Phoenix Driver"
295         help
296           Say Y here if you want to use a IUU in phoenix mode and get
297           an extra ttyUSBx device. More information available on
298           http://eczema.ecze.com/iuu_phoenix.html
299
300           To compile this driver as a module, choose M here: the
301           module will be called iuu_phoenix.o
302
303 config USB_SERIAL_KEYSPAN_PDA
304         tristate "USB Keyspan PDA Single Port Serial Driver"
305         select USB_EZUSB_FX2
306         help
307           Say Y here if you want to use a Keyspan PDA single port USB to
308           serial converter device.  This driver makes use of firmware
309           developed from scratch by Brian Warner.
310
311           To compile this driver as a module, choose M here: the
312           module will be called keyspan_pda.
313
314 config USB_SERIAL_KEYSPAN
315         tristate "USB Keyspan USA-xxx Serial Driver"
316         select USB_EZUSB_FX2
317         ---help---
318           Say Y here if you want to use Keyspan USB to serial converter
319           devices.  This driver makes use of Keyspan's official firmware
320           and was developed with their support.  You must also include
321           firmware to support your particular device(s).
322
323           See <http://blemings.org/hugh/keyspan.html> for more information.
324
325           To compile this driver as a module, choose M here: the
326           module will be called keyspan.
327
328 config USB_SERIAL_KEYSPAN_MPR
329         bool "USB Keyspan MPR Firmware"
330         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
331         help
332           Say Y here to include firmware for the Keyspan MPR converter.
333
334 config USB_SERIAL_KEYSPAN_USA28
335         bool "USB Keyspan USA-28 Firmware"
336         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
337         help
338           Say Y here to include firmware for the USA-28 converter.
339
340 config USB_SERIAL_KEYSPAN_USA28X
341         bool "USB Keyspan USA-28X Firmware"
342         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
343         help
344           Say Y here to include firmware for the USA-28X converter.
345           Be sure you have a USA-28X, there are also 28XA and 28XB
346           models, the label underneath has the actual part number.
347
348 config USB_SERIAL_KEYSPAN_USA28XA
349         bool "USB Keyspan USA-28XA Firmware"
350         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
351         help
352           Say Y here to include firmware for the USA-28XA converter.
353           Be sure you have a USA-28XA, there are also 28X and 28XB
354           models, the label underneath has the actual part number.
355
356 config USB_SERIAL_KEYSPAN_USA28XB
357         bool "USB Keyspan USA-28XB Firmware"
358         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
359         help
360           Say Y here to include firmware for the USA-28XB converter.
361           Be sure you have a USA-28XB, there are also 28X and 28XA
362           models, the label underneath has the actual part number.
363
364 config USB_SERIAL_KEYSPAN_USA19
365         bool "USB Keyspan USA-19 Firmware"
366         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
367         help
368           Say Y here to include firmware for the USA-19 converter.
369
370 config USB_SERIAL_KEYSPAN_USA18X
371         bool "USB Keyspan USA-18X Firmware"
372         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
373         help
374           Say Y here to include firmware for the USA-18X converter.
375
376 config USB_SERIAL_KEYSPAN_USA19W
377         bool "USB Keyspan USA-19W Firmware"
378         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
379         help
380           Say Y here to include firmware for the USA-19W converter.
381
382 config USB_SERIAL_KEYSPAN_USA19QW
383         bool "USB Keyspan USA-19QW Firmware"
384         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
385         help
386           Say Y here to include firmware for the USA-19QW converter.
387
388 config USB_SERIAL_KEYSPAN_USA19QI
389         bool "USB Keyspan USA-19QI Firmware"
390         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
391         help
392           Say Y here to include firmware for the USA-19QI converter.
393
394 config USB_SERIAL_KEYSPAN_USA49W
395         bool "USB Keyspan USA-49W Firmware"
396         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
397         help
398           Say Y here to include firmware for the USA-49W converter.
399
400 config USB_SERIAL_KEYSPAN_USA49WLC
401         bool "USB Keyspan USA-49WLC Firmware"
402         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
403         help
404           Say Y here to include firmware for the USA-49WLC converter.
405
406 config USB_SERIAL_KLSI
407         tristate "USB KL5KUSB105 (Palmconnect) Driver"
408         ---help---
409           Say Y here if you want to use a KL5KUSB105 - based single port
410           serial adapter. The most widely known -- and currently the only
411           tested -- device in this category is the PalmConnect USB Serial
412           adapter sold by Palm Inc. for use with their Palm III and Palm V
413           series PDAs.
414
415           Please read <file:Documentation/usb/usb-serial.txt> for more
416           information.
417
418           To compile this driver as a module, choose M here: the
419           module will be called kl5kusb105.
420
421 config USB_SERIAL_KOBIL_SCT
422         tristate "USB KOBIL chipcard reader"
423         ---help---
424           Say Y here if you want to use one of the following KOBIL USB chipcard
425           readers:
426
427             - USB TWIN
428             - KAAN Standard Plus
429             - KAAN SIM
430             - SecOVID Reader Plus
431             - B1 Professional
432             - KAAN Professional
433
434           Note that you need a current CT-API.
435           To compile this driver as a module, choose M here: the
436           module will be called kobil_sct.
437
438 config USB_SERIAL_MCT_U232
439         tristate "USB MCT Single Port Serial Driver"
440         ---help---
441           Say Y here if you want to use a USB Serial single port adapter from
442           Magic Control Technology Corp. (U232 is one of the model numbers).
443
444           This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
445           BAY, Belkin F5U109, and Belkin F5U409 devices.
446
447           To compile this driver as a module, choose M here: the
448           module will be called mct_u232.
449
450 config USB_SERIAL_METRO
451         tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver"
452         ---help---
453           Say Y here if you want to use a USB POS Metrologic barcode scanner.
454
455           To compile this driver as a module, choose M here: the
456           module will be called metro-usb.
457
458 config USB_SERIAL_MOS7720
459         tristate "USB Moschip 7720 Serial Driver"
460         ---help---
461           Say Y here if you want to use USB Serial single and double
462           port adapters from Moschip Semiconductor Tech.
463
464           To compile this driver as a module, choose M here: the
465           module will be called mos7720.
466
467 config USB_SERIAL_MOS7715_PARPORT
468         bool "Support for parallel port on the Moschip 7715"
469         depends on USB_SERIAL_MOS7720
470         depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720
471         select PARPORT_NOT_PC
472         ---help---
473         Say Y if you have a Moschip 7715 device and would like to use
474         the parallel port it provides.  The port will register with
475         the parport subsystem as a low-level driver.
476
477 config USB_SERIAL_MOS7840
478         tristate "USB Moschip 7840/7820 USB Serial Driver"
479         ---help---
480           Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
481           Dual-Serial port device from MosChip Semiconductor.
482
483           The MCS7840 and MCS7820 have been developed to connect a wide range
484           of standard serial devices to a USB host.  The MCS7840 has a USB
485           device controller connected to four (4) individual UARTs while the
486           MCS7820 controller connects to two (2) individual UARTs.
487
488           To compile this driver as a module, choose M here: the
489           module will be called mos7840.  If unsure, choose N.
490
491 config USB_SERIAL_MXUPORT
492         tristate "USB Moxa UPORT Serial Driver"
493         ---help---
494           Say Y here if you want to use a MOXA UPort Serial hub.
495
496           This driver supports:
497
498           [2 Port]
499           - UPort 1250 :  2 Port RS-232/422/485 USB to Serial Hub
500           - UPort 1250I : 2 Port RS-232/422/485 USB to Serial Hub with
501                           Isolation
502
503           [4 Port]
504           - UPort 1410 :  4 Port RS-232 USB to Serial Hub
505           - UPort 1450 :  4 Port RS-232/422/485 USB to Serial Hub
506           - UPort 1450I : 4 Port RS-232/422/485 USB to Serial Hub with
507                           Isolation
508
509           [8 Port]
510           - UPort 1610-8 : 8 Port RS-232 USB to Serial Hub
511           - UPort 1650-8 : 8 Port RS-232/422/485 USB to Serial Hub
512
513           [16 Port]
514           - UPort 1610-16 : 16 Port RS-232 USB to Serial Hub
515           - UPort 1650-16 : 16 Port RS-232/422/485 USB to Serial Hub
516
517           To compile this driver as a module, choose M here: the
518           module will be called mxuport.
519
520 config USB_SERIAL_NAVMAN
521         tristate "USB Navman GPS device"
522         help
523           To compile this driver as a module, choose M here: the
524           module will be called navman.
525
526 config USB_SERIAL_PL2303
527         tristate "USB Prolific 2303 Single Port Serial Driver"
528         help
529           Say Y here if you want to use the PL2303 USB Serial single port
530           adapter from Prolific.
531
532           To compile this driver as a module, choose M here: the
533           module will be called pl2303.
534
535 config USB_SERIAL_OTI6858
536         tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller"
537         help
538           Say Y here if you want to use the OTi-6858 single port USB to serial
539           converter device.
540
541           To compile this driver as a module, choose M here: the
542           module will be called oti6858.
543
544 config USB_SERIAL_QCAUX
545         tristate "USB Qualcomm Auxiliary Serial Port Driver"
546         help
547           Say Y here if you want to use the auxiliary serial ports provided
548           by many modems based on Qualcomm chipsets.  These ports often use
549           a proprietary protocol called DM and cannot be used for AT- or
550           PPP-based communication.
551
552           To compile this driver as a module, choose M here: the
553           module will be called qcaux.  If unsure, choose N.
554
555 config USB_SERIAL_QUALCOMM
556         tristate "USB Qualcomm Serial modem"
557         select USB_SERIAL_WWAN
558         help
559           Say Y here if you have a Qualcomm USB modem device.  These are
560           usually wireless cellular modems.
561
562           To compile this driver as a module, choose M here: the
563           module will be called qcserial.
564
565 config USB_SERIAL_SPCP8X5
566         tristate "USB SPCP8x5 USB To Serial Driver"
567         help
568           Say Y here if you want to use the spcp8x5 converter chip.  This is
569           commonly found in some Z-Wave USB devices.
570
571           To compile this driver as a module, choose M here: the
572           module will be called spcp8x5.
573
574 config USB_SERIAL_SAFE
575         tristate "USB Safe Serial (Encapsulated) Driver"
576
577 config USB_SERIAL_SAFE_PADDED
578         bool "USB Secure Encapsulated Driver - Padded"
579         depends on USB_SERIAL_SAFE
580
581 config USB_SERIAL_SIERRAWIRELESS
582         tristate "USB Sierra Wireless Driver"
583         help
584           Say M here if you want to use Sierra Wireless devices.
585
586           Many devices have a feature known as TRU-Install. For those devices
587           to work properly, the USB Storage Sierra feature must be enabled.
588
589           To compile this driver as a module, choose M here: the
590           module will be called sierra.
591
592 config USB_SERIAL_SYMBOL
593         tristate "USB Symbol Barcode driver (serial mode)"
594         help
595           Say Y here if you want to use a Symbol USB Barcode device
596           in serial emulation mode.
597
598           To compile this driver as a module, choose M here: the
599           module will be called symbolserial.
600
601 config USB_SERIAL_TI
602         tristate "USB TI 3410/5052 Serial Driver"
603         help
604           Say Y here if you want to use the TI USB 3410 or 5052
605           serial devices.
606
607           To compile this driver as a module, choose M here: the
608           module will be called ti_usb_3410_5052.
609
610 config USB_SERIAL_CYBERJACK
611         tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader"
612         ---help---
613           Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
614           reader. This is an interface to ISO 7816 compatible contact-based
615           chipcards, e.g. GSM SIMs.
616
617           To compile this driver as a module, choose M here: the
618           module will be called cyberjack.
619
620           If unsure, say N.
621
622 config USB_SERIAL_XIRCOM
623         tristate "USB Xircom / Entrega Single Port Serial Driver"
624         select USB_EZUSB_FX2
625         help
626           Say Y here if you want to use a Xircom or Entrega single port USB to
627           serial converter device.  This driver makes use of firmware
628           developed from scratch by Brian Warner.
629
630           To compile this driver as a module, choose M here: the
631           module will be called keyspan_pda.
632
633 config USB_SERIAL_WWAN
634         tristate
635
636 config USB_SERIAL_OPTION
637         tristate "USB driver for GSM and CDMA modems"
638         select USB_SERIAL_WWAN
639         help
640           Say Y here if you have a GSM or CDMA modem that's connected to USB.
641
642           This driver also supports several PCMCIA cards which have a
643           built-in OHCI-USB adapter and an internally-connected GSM modem.
644           The USB bus on these cards is not accessible externally.
645
646           Supported devices include (some of?) those made by:
647           Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
648
649           To compile this driver as a module, choose M here: the
650           module will be called option.
651
652           If this driver doesn't recognize your device,
653           it might be accessible via the FTDI_SIO driver.
654
655 config USB_SERIAL_OMNINET
656         tristate "USB ZyXEL omni.net LCD Plus Driver"
657         help
658           Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
659
660           To compile this driver as a module, choose M here: the
661           module will be called omninet.
662
663 config USB_SERIAL_OPTICON
664         tristate "USB Opticon Barcode driver (serial mode)"
665         help
666           Say Y here if you want to use a Opticon USB Barcode device
667           in serial emulation mode.
668
669           To compile this driver as a module, choose M here: the
670           module will be called opticon.
671
672 config USB_SERIAL_XSENS_MT
673         tristate "Xsens motion tracker serial interface driver"
674         help
675           Say Y here if you want to use Xsens motion trackers.
676
677           This driver supports the new generation of motion trackers
678           by Xsens. Older devices can be accessed using the FTDI_SIO
679           driver.
680
681           To compile this driver as a module, choose M here: the
682           module will be called xsens_mt.
683
684 config USB_SERIAL_WISHBONE
685         tristate "USB-Wishbone adapter interface driver"
686         help
687           Say Y here if you want to use a USB attached Wishbone bus.
688
689           Wishbone is an open hardware SoC bus commonly used in FPGA
690           designs. Bus access can be serialized using the Etherbone
691           protocol <http://www.ohwr.org/projects/etherbone-core>.
692
693           This driver is intended to be used with devices which attach
694           their internal Wishbone bus to a USB serial interface using
695           the Etherbone protocol. A userspace library is required to
696           speak the protocol made available by this driver as ttyUSBx.
697
698           To compile this driver as a module, choose M here: the
699           module will be called wishbone-serial.
700
701 config USB_SERIAL_SSU100
702         tristate "USB Quatech SSU-100 Single Port Serial Driver"
703         help
704           Say Y here if you want to use the Quatech SSU-100 single
705           port usb to serial adapter.
706
707           To compile this driver as a module, choose M here: the
708           module will be called ssu100.
709
710 config USB_SERIAL_QT2
711         tristate "USB Quatech Serial Driver for USB 2 devices"
712         help
713           Say Y here if you want to use the Quatech USB 2
714           serial adapters.
715
716           To compile this driver as a module, choose M here: the
717           module will be called quatech-serial.
718
719 config USB_SERIAL_UPD78F0730
720         tristate "USB Renesas uPD78F0730 Single Port Serial Driver"
721         help
722           Say Y here if you want to use the Renesas uPD78F0730
723           serial driver.
724
725           To compile this driver as a module, choose M here: the
726           module will be called upd78f0730.
727
728 config USB_SERIAL_DEBUG
729         tristate "USB Debugging Device"
730         help
731           Say Y here if you have a USB debugging device used to receive
732           debugging data from another machine.  The most common of these
733           devices is the NetChip TurboCONNECT device.
734
735           To compile this driver as a module, choose M here: the
736           module will be called usb-debug.
737
738 endif # USB_SERIAL