GNU Linux-libre 4.9.318-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_GARMIN
262        tristate "USB Garmin GPS driver"
263        help
264          Say Y here if you want to connect to your Garmin GPS.
265          Should work with most Garmin GPS devices which have a native USB port.
266
267          See <http://sourceforge.net/projects/garmin-gps> for the latest
268          version of the driver.
269
270          To compile this driver as a module, choose M here: the
271          module will be called garmin_gps.
272
273 config USB_SERIAL_IPW
274         tristate "USB IPWireless (3G UMTS TDD) Driver"
275         select USB_SERIAL_WWAN
276         help
277           Say Y here if you want to use a IPWireless USB modem such as
278           the ones supplied by Axity3G/Sentech South Africa.
279
280           To compile this driver as a module, choose M here: the
281           module will be called ipw.
282
283 config USB_SERIAL_IUU
284         tristate "USB Infinity USB Unlimited Phoenix Driver"
285         help
286           Say Y here if you want to use a IUU in phoenix mode and get
287           an extra ttyUSBx device. More information available on
288           http://eczema.ecze.com/iuu_phoenix.html
289
290           To compile this driver as a module, choose M here: the
291           module will be called iuu_phoenix.o
292
293 config USB_SERIAL_KEYSPAN_PDA
294         tristate "USB Keyspan PDA Single Port Serial Driver"
295         select USB_EZUSB_FX2
296         help
297           Say Y here if you want to use a Keyspan PDA single port USB to
298           serial converter device.  This driver makes use of firmware
299           developed from scratch by Brian Warner.
300
301           To compile this driver as a module, choose M here: the
302           module will be called keyspan_pda.
303
304 config USB_SERIAL_KEYSPAN
305         tristate "USB Keyspan USA-xxx Serial Driver"
306         select USB_EZUSB_FX2
307         ---help---
308           Say Y here if you want to use Keyspan USB to serial converter
309           devices.  This driver makes use of Keyspan's official firmware
310           and was developed with their support.  You must also include
311           firmware to support your particular device(s).
312
313           See <http://blemings.org/hugh/keyspan.html> for more information.
314
315           To compile this driver as a module, choose M here: the
316           module will be called keyspan.
317
318 config USB_SERIAL_KEYSPAN_MPR
319         bool "USB Keyspan MPR Firmware"
320         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
321         help
322           Say Y here to include firmware for the Keyspan MPR converter.
323
324 config USB_SERIAL_KEYSPAN_USA28
325         bool "USB Keyspan USA-28 Firmware"
326         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
327         help
328           Say Y here to include firmware for the USA-28 converter.
329
330 config USB_SERIAL_KEYSPAN_USA28X
331         bool "USB Keyspan USA-28X Firmware"
332         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
333         help
334           Say Y here to include firmware for the USA-28X converter.
335           Be sure you have a USA-28X, there are also 28XA and 28XB
336           models, the label underneath has the actual part number.
337
338 config USB_SERIAL_KEYSPAN_USA28XA
339         bool "USB Keyspan USA-28XA Firmware"
340         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
341         help
342           Say Y here to include firmware for the USA-28XA converter.
343           Be sure you have a USA-28XA, there are also 28X and 28XB
344           models, the label underneath has the actual part number.
345
346 config USB_SERIAL_KEYSPAN_USA28XB
347         bool "USB Keyspan USA-28XB Firmware"
348         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
349         help
350           Say Y here to include firmware for the USA-28XB converter.
351           Be sure you have a USA-28XB, there are also 28X and 28XA
352           models, the label underneath has the actual part number.
353
354 config USB_SERIAL_KEYSPAN_USA19
355         bool "USB Keyspan USA-19 Firmware"
356         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
357         help
358           Say Y here to include firmware for the USA-19 converter.
359
360 config USB_SERIAL_KEYSPAN_USA18X
361         bool "USB Keyspan USA-18X Firmware"
362         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
363         help
364           Say Y here to include firmware for the USA-18X converter.
365
366 config USB_SERIAL_KEYSPAN_USA19W
367         bool "USB Keyspan USA-19W Firmware"
368         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
369         help
370           Say Y here to include firmware for the USA-19W converter.
371
372 config USB_SERIAL_KEYSPAN_USA19QW
373         bool "USB Keyspan USA-19QW Firmware"
374         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
375         help
376           Say Y here to include firmware for the USA-19QW converter.
377
378 config USB_SERIAL_KEYSPAN_USA19QI
379         bool "USB Keyspan USA-19QI Firmware"
380         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
381         help
382           Say Y here to include firmware for the USA-19QI converter.
383
384 config USB_SERIAL_KEYSPAN_USA49W
385         bool "USB Keyspan USA-49W Firmware"
386         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
387         help
388           Say Y here to include firmware for the USA-49W converter.
389
390 config USB_SERIAL_KEYSPAN_USA49WLC
391         bool "USB Keyspan USA-49WLC Firmware"
392         depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
393         help
394           Say Y here to include firmware for the USA-49WLC converter.
395
396 config USB_SERIAL_KLSI
397         tristate "USB KL5KUSB105 (Palmconnect) Driver"
398         ---help---
399           Say Y here if you want to use a KL5KUSB105 - based single port
400           serial adapter. The most widely known -- and currently the only
401           tested -- device in this category is the PalmConnect USB Serial
402           adapter sold by Palm Inc. for use with their Palm III and Palm V
403           series PDAs.
404
405           Please read <file:Documentation/usb/usb-serial.txt> for more
406           information.
407
408           To compile this driver as a module, choose M here: the
409           module will be called kl5kusb105.
410
411 config USB_SERIAL_KOBIL_SCT
412         tristate "USB KOBIL chipcard reader"
413         ---help---
414           Say Y here if you want to use one of the following KOBIL USB chipcard
415           readers:
416
417             - USB TWIN
418             - KAAN Standard Plus
419             - KAAN SIM
420             - SecOVID Reader Plus
421             - B1 Professional
422             - KAAN Professional
423
424           Note that you need a current CT-API.
425           To compile this driver as a module, choose M here: the
426           module will be called kobil_sct.
427
428 config USB_SERIAL_MCT_U232
429         tristate "USB MCT Single Port Serial Driver"
430         ---help---
431           Say Y here if you want to use a USB Serial single port adapter from
432           Magic Control Technology Corp. (U232 is one of the model numbers).
433
434           This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
435           BAY, Belkin F5U109, and Belkin F5U409 devices.
436
437           To compile this driver as a module, choose M here: the
438           module will be called mct_u232.
439
440 config USB_SERIAL_METRO
441         tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver"
442         ---help---
443           Say Y here if you want to use a USB POS Metrologic barcode scanner.
444
445           To compile this driver as a module, choose M here: the
446           module will be called metro-usb.
447
448 config USB_SERIAL_MOS7720
449         tristate "USB Moschip 7720 Serial Driver"
450         ---help---
451           Say Y here if you want to use USB Serial single and double
452           port adapters from Moschip Semiconductor Tech.
453
454           To compile this driver as a module, choose M here: the
455           module will be called mos7720.
456
457 config USB_SERIAL_MOS7715_PARPORT
458         bool "Support for parallel port on the Moschip 7715"
459         depends on USB_SERIAL_MOS7720
460         depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720
461         select PARPORT_NOT_PC
462         ---help---
463         Say Y if you have a Moschip 7715 device and would like to use
464         the parallel port it provides.  The port will register with
465         the parport subsystem as a low-level driver.
466
467 config USB_SERIAL_MOS7840
468         tristate "USB Moschip 7840/7820 USB Serial Driver"
469         ---help---
470           Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
471           Dual-Serial port device from MosChip Semiconductor.
472
473           The MCS7840 and MCS7820 have been developed to connect a wide range
474           of standard serial devices to a USB host.  The MCS7840 has a USB
475           device controller connected to four (4) individual UARTs while the
476           MCS7820 controller connects to two (2) individual UARTs.
477
478           To compile this driver as a module, choose M here: the
479           module will be called mos7840.  If unsure, choose N.
480
481 config USB_SERIAL_MXUPORT
482         tristate "USB Moxa UPORT Serial Driver"
483         ---help---
484           Say Y here if you want to use a MOXA UPort Serial hub.
485
486           This driver supports:
487
488           [2 Port]
489           - UPort 1250 :  2 Port RS-232/422/485 USB to Serial Hub
490           - UPort 1250I : 2 Port RS-232/422/485 USB to Serial Hub with
491                           Isolation
492
493           [4 Port]
494           - UPort 1410 :  4 Port RS-232 USB to Serial Hub
495           - UPort 1450 :  4 Port RS-232/422/485 USB to Serial Hub
496           - UPort 1450I : 4 Port RS-232/422/485 USB to Serial Hub with
497                           Isolation
498
499           [8 Port]
500           - UPort 1610-8 : 8 Port RS-232 USB to Serial Hub
501           - UPort 1650-8 : 8 Port RS-232/422/485 USB to Serial Hub
502
503           [16 Port]
504           - UPort 1610-16 : 16 Port RS-232 USB to Serial Hub
505           - UPort 1650-16 : 16 Port RS-232/422/485 USB to Serial Hub
506
507           To compile this driver as a module, choose M here: the
508           module will be called mxuport.
509
510 config USB_SERIAL_NAVMAN
511         tristate "USB Navman GPS device"
512         help
513           To compile this driver as a module, choose M here: the
514           module will be called navman.
515
516 config USB_SERIAL_PL2303
517         tristate "USB Prolific 2303 Single Port Serial Driver"
518         help
519           Say Y here if you want to use the PL2303 USB Serial single port
520           adapter from Prolific.
521
522           To compile this driver as a module, choose M here: the
523           module will be called pl2303.
524
525 config USB_SERIAL_OTI6858
526         tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller"
527         help
528           Say Y here if you want to use the OTi-6858 single port USB to serial
529           converter device.
530
531           To compile this driver as a module, choose M here: the
532           module will be called oti6858.
533
534 config USB_SERIAL_QCAUX
535         tristate "USB Qualcomm Auxiliary Serial Port Driver"
536         help
537           Say Y here if you want to use the auxiliary serial ports provided
538           by many modems based on Qualcomm chipsets.  These ports often use
539           a proprietary protocol called DM and cannot be used for AT- or
540           PPP-based communication.
541
542           To compile this driver as a module, choose M here: the
543           module will be called qcaux.  If unsure, choose N.
544
545 config USB_SERIAL_QUALCOMM
546         tristate "USB Qualcomm Serial modem"
547         select USB_SERIAL_WWAN
548         help
549           Say Y here if you have a Qualcomm USB modem device.  These are
550           usually wireless cellular modems.
551
552           To compile this driver as a module, choose M here: the
553           module will be called qcserial.
554
555 config USB_SERIAL_SPCP8X5
556         tristate "USB SPCP8x5 USB To Serial Driver"
557         help
558           Say Y here if you want to use the spcp8x5 converter chip.  This is
559           commonly found in some Z-Wave USB devices.
560
561           To compile this driver as a module, choose M here: the
562           module will be called spcp8x5.
563
564 config USB_SERIAL_SAFE
565         tristate "USB Safe Serial (Encapsulated) Driver"
566
567 config USB_SERIAL_SAFE_PADDED
568         bool "USB Secure Encapsulated Driver - Padded"
569         depends on USB_SERIAL_SAFE
570
571 config USB_SERIAL_SIERRAWIRELESS
572         tristate "USB Sierra Wireless Driver"
573         help
574           Say M here if you want to use Sierra Wireless devices.
575
576           Many devices have a feature known as TRU-Install. For those devices
577           to work properly, the USB Storage Sierra feature must be enabled.
578
579           To compile this driver as a module, choose M here: the
580           module will be called sierra.
581
582 config USB_SERIAL_SYMBOL
583         tristate "USB Symbol Barcode driver (serial mode)"
584         help
585           Say Y here if you want to use a Symbol USB Barcode device
586           in serial emulation mode.
587
588           To compile this driver as a module, choose M here: the
589           module will be called symbolserial.
590
591 config USB_SERIAL_TI
592         tristate "USB TI 3410/5052 Serial Driver"
593         help
594           Say Y here if you want to use the TI USB 3410 or 5052
595           serial devices.
596
597           To compile this driver as a module, choose M here: the
598           module will be called ti_usb_3410_5052.
599
600 config USB_SERIAL_CYBERJACK
601         tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader"
602         ---help---
603           Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
604           reader. This is an interface to ISO 7816 compatible contact-based
605           chipcards, e.g. GSM SIMs.
606
607           To compile this driver as a module, choose M here: the
608           module will be called cyberjack.
609
610           If unsure, say N.
611
612 config USB_SERIAL_XIRCOM
613         tristate "USB Xircom / Entrega Single Port Serial Driver"
614         select USB_EZUSB_FX2
615         help
616           Say Y here if you want to use a Xircom or Entrega single port USB to
617           serial converter device.  This driver makes use of firmware
618           developed from scratch by Brian Warner.
619
620           To compile this driver as a module, choose M here: the
621           module will be called keyspan_pda.
622
623 config USB_SERIAL_WWAN
624         tristate
625
626 config USB_SERIAL_OPTION
627         tristate "USB driver for GSM and CDMA modems"
628         select USB_SERIAL_WWAN
629         help
630           Say Y here if you have a GSM or CDMA modem that's connected to USB.
631
632           This driver also supports several PCMCIA cards which have a
633           built-in OHCI-USB adapter and an internally-connected GSM modem.
634           The USB bus on these cards is not accessible externally.
635
636           Supported devices include (some of?) those made by:
637           Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
638
639           To compile this driver as a module, choose M here: the
640           module will be called option.
641
642           If this driver doesn't recognize your device,
643           it might be accessible via the FTDI_SIO driver.
644
645 config USB_SERIAL_OMNINET
646         tristate "USB ZyXEL omni.net LCD Plus Driver"
647         help
648           Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
649
650           To compile this driver as a module, choose M here: the
651           module will be called omninet.
652
653 config USB_SERIAL_OPTICON
654         tristate "USB Opticon Barcode driver (serial mode)"
655         help
656           Say Y here if you want to use a Opticon USB Barcode device
657           in serial emulation mode.
658
659           To compile this driver as a module, choose M here: the
660           module will be called opticon.
661
662 config USB_SERIAL_XSENS_MT
663         tristate "Xsens motion tracker serial interface driver"
664         help
665           Say Y here if you want to use Xsens motion trackers.
666
667           This driver supports the new generation of motion trackers
668           by Xsens. Older devices can be accessed using the FTDI_SIO
669           driver.
670
671           To compile this driver as a module, choose M here: the
672           module will be called xsens_mt.
673
674 config USB_SERIAL_WISHBONE
675         tristate "USB-Wishbone adapter interface driver"
676         help
677           Say Y here if you want to use a USB attached Wishbone bus.
678
679           Wishbone is an open hardware SoC bus commonly used in FPGA
680           designs. Bus access can be serialized using the Etherbone
681           protocol <http://www.ohwr.org/projects/etherbone-core>.
682
683           This driver is intended to be used with devices which attach
684           their internal Wishbone bus to a USB serial interface using
685           the Etherbone protocol. A userspace library is required to
686           speak the protocol made available by this driver as ttyUSBx.
687
688           To compile this driver as a module, choose M here: the
689           module will be called wishbone-serial.
690
691 config USB_SERIAL_SSU100
692         tristate "USB Quatech SSU-100 Single Port Serial Driver"
693         help
694           Say Y here if you want to use the Quatech SSU-100 single
695           port usb to serial adapter.
696
697           To compile this driver as a module, choose M here: the
698           module will be called ssu100.
699
700 config USB_SERIAL_QT2
701         tristate "USB Quatech Serial Driver for USB 2 devices"
702         help
703           Say Y here if you want to use the Quatech USB 2
704           serial adapters.
705
706           To compile this driver as a module, choose M here: the
707           module will be called quatech-serial.
708
709 config USB_SERIAL_DEBUG
710         tristate "USB Debugging Device"
711         help
712           Say Y here if you have a USB debugging device used to receive
713           debugging data from another machine.  The most common of these
714           devices is the NetChip TurboCONNECT device.
715
716           To compile this driver as a module, choose M here: the
717           module will be called usb-debug.
718
719 endif # USB_SERIAL