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