Linux Audio

Check our new training course

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