Linux Audio

Check our new training course

Buildroot integration, development and maintenance

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