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