USB: add usb-serial spcp8x5 driver
[pandora-kernel.git] / drivers / usb / serial / Kconfig
1 #
2 # USB Serial device configuration
3 #
4
5 menuconfig USB_SERIAL
6         tristate "USB Serial Converter support"
7         depends on 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
20 if USB_SERIAL
21
22 config USB_SERIAL_CONSOLE
23         bool "USB Serial Console device support"
24         depends on USB_SERIAL=y
25         ---help---
26           If you say Y here, it will be possible to use a USB to serial
27           converter port as the system console (the system console is the
28           device which receives all kernel messages and warnings and which
29           allows logins in single user mode). This could be useful if some
30           terminal or printer is connected to that serial port.
31
32           Even if you say Y here, the currently visible virtual console
33           (/dev/tty0) will still be used as the system console by default, but
34           you can alter that using a kernel command line option such as
35           "console=ttyUSB0". (Try "man bootparam" or see the documentation of
36           your boot loader (lilo or loadlin) about how to pass options to the
37           kernel at boot time.)
38
39           If you don't have a VGA card installed and you say Y here, the
40           kernel will automatically use the first USB to serial converter
41           port, /dev/ttyUSB0, as system console.
42
43           If unsure, say N.
44
45 config USB_EZUSB
46         bool "Functions for loading firmware on EZUSB chips"
47         depends on USB_SERIAL
48         help
49             Say Y here if you need EZUSB device support.
50
51 config USB_SERIAL_GENERIC
52         bool "USB Generic Serial Driver"
53         depends on USB_SERIAL
54         help
55           Say Y here if you want to use the generic USB serial driver.  Please
56           read <file:Documentation/usb/usb-serial.txt> for more information on
57           using this driver.  It is recommended that the "USB Serial converter
58           support" be compiled as a module for this driver to be used
59           properly.
60
61 config USB_SERIAL_AIRCABLE
62         tristate "USB AIRcable Bluetooth Dongle Driver"
63         depends on USB_SERIAL
64         help
65             Say Y here if you want to use USB AIRcable Bluetooth Dongle.
66
67             To compile this driver as a module, choose M here: the module
68             will be called aircable.
69
70 config USB_SERIAL_AIRPRIME
71         tristate "USB AirPrime CDMA Wireless Driver"
72         depends on USB_SERIAL
73         help
74           Say Y here if you want to use a AirPrime CDMA Wireless PC card.
75
76           To compile this driver as a module, choose M here: the
77           module will be called airprime.
78
79 config USB_SERIAL_ARK3116
80         tristate "USB ARK Micro 3116 USB Serial Driver"
81         depends on USB_SERIAL
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
89 config USB_SERIAL_BELKIN
90         tristate "USB Belkin and Peracom Single Port Serial Driver"
91         depends on USB_SERIAL
92         help
93           Say Y here if you want to use a Belkin USB Serial single port
94           adaptor (F5U103 is one of the model numbers) or the Peracom single
95           port USB to serial adapter.
96
97           To compile this driver as a module, choose M here: the
98           module will be called belkin_sa.
99
100 config USB_SERIAL_CH341
101         tristate "USB Winchiphead CH341 Single Port Serial Driver"
102         depends on USB_SERIAL
103         help
104           Say Y here if you want to use a Winchiphead CH341 single port
105           USB to serial adapter.
106
107           To compile this driver as a module, choose M here: the
108           module will be called ch341.
109
110 config USB_SERIAL_WHITEHEAT
111         tristate "USB ConnectTech WhiteHEAT Serial Driver"
112         depends on USB_SERIAL
113         select USB_EZUSB
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
121 config USB_SERIAL_DIGI_ACCELEPORT
122         tristate "USB Digi International AccelePort USB Serial Driver"
123         depends on USB_SERIAL
124         ---help---
125           Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
126           2 port (plus parallel port) and 4 port USB serial converters.  The
127           parallel port on the USB 2 appears as a third serial port on Linux.
128           The Digi Acceleport USB 8 is not yet supported by this driver.
129
130           This driver works under SMP with the usb-uhci driver.  It does not
131           work under SMP with the uhci driver.
132
133           To compile this driver as a module, choose M here: the
134           module will be called digi_acceleport.
135
136 config USB_SERIAL_CP2101
137         tristate "USB CP2101 UART Bridge Controller"
138         depends on USB_SERIAL
139         help
140           Say Y here if you want to use a CP2101/CP2102 based USB to RS232
141           converter.
142
143           To compile this driver as a module, choose M here: the
144           module will be called cp2101.
145
146 config USB_SERIAL_CYPRESS_M8
147         tristate "USB Cypress M8 USB Serial Driver"
148         depends on USB_SERIAL
149         help
150           Say Y here if you want to use a device that contains the Cypress
151           USB to Serial microcontroller, such as the DeLorme Earthmate GPS.
152
153                 Attempted SMP support... send bug reports!
154
155           Supported microcontrollers in the CY4601 family are:
156                 CY7C63741 CY7C63742 CY7C63743 CY7C64013
157         
158           To compile this driver as a module, choose M here: the
159           module will be called cypress_m8.
160
161 config USB_SERIAL_EMPEG
162         tristate "USB Empeg empeg-car Mark I/II Driver"
163         depends on USB_SERIAL
164         help
165           Say Y here if you want to connect to your Empeg empeg-car Mark I/II
166           mp3 player via USB.  The driver uses a single ttyUSB{0,1,2,...}
167           device node.  See <file:Documentation/usb/usb-serial.txt> for more
168           tidbits of information.
169
170           To compile this driver as a module, choose M here: the
171           module will be called empeg.
172
173 config USB_SERIAL_FTDI_SIO
174         tristate "USB FTDI Single Port Serial Driver"
175         depends on USB_SERIAL
176         ---help---
177           Say Y here if you want to use a FTDI SIO single port USB to serial
178           converter device. The implementation I have is called the USC-1000.
179           This driver has also be tested with the 245 and 232 devices.
180
181           See <http://ftdi-usb-sio.sourceforge.net/> for more
182           information on this driver and the device.
183
184           To compile this driver as a module, choose M here: the
185           module will be called ftdi_sio.
186
187 config USB_SERIAL_FUNSOFT
188         tristate "USB Fundamental Software Dongle Driver"
189         depends on USB_SERIAL
190         ---help---
191           Say Y here if you want to use the Fundamental Software dongle.
192
193           To compile this driver as a module, choose M here: the
194           module will be called funsoft.
195
196 config USB_SERIAL_VISOR
197         tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
198         depends on USB_SERIAL
199         help
200           Say Y here if you want to connect to your HandSpring Visor, Palm
201           m500 or m505 through its USB docking station. See
202           <http://usbvisor.sourceforge.net/> for more information on using this
203           driver.
204
205           To compile this driver as a module, choose M here: the
206           module will be called visor.
207
208 config USB_SERIAL_IPAQ
209         tristate "USB PocketPC PDA Driver"
210         depends on USB_SERIAL
211         help
212           Say Y here if you want to connect to your Compaq iPAQ, HP Jornada
213           or any other PDA running Windows CE 3.0 or PocketPC 2002
214           using a USB cradle/cable. For information on using the driver,
215           read <file:Documentation/usb/usb-serial.txt>.
216
217           To compile this driver as a module, choose M here: the
218           module will be called ipaq.
219
220 config USB_SERIAL_IR
221         tristate "USB IR Dongle Serial Driver"
222         depends on USB_SERIAL
223         help
224           Say Y here if you want to enable simple serial support for USB IrDA
225           devices.  This is useful if you do not want to use the full IrDA
226           stack.
227
228           To compile this driver as a module, choose M here: the
229           module will be called ir-usb.
230
231 config USB_SERIAL_EDGEPORT
232         tristate "USB Inside Out Edgeport Serial Driver"
233         depends on USB_SERIAL
234         ---help---
235           Say Y here if you want to use any of the following devices from
236           Inside Out Networks (Digi):
237           Edgeport/4
238           Rapidport/4
239           Edgeport/4t
240           Edgeport/2
241           Edgeport/4i
242           Edgeport/2i
243           Edgeport/421
244           Edgeport/21
245           Edgeport/8
246           Edgeport/8 Dual
247           Edgeport/2D8
248           Edgeport/4D8
249           Edgeport/8i
250           Edgeport/2 DIN
251           Edgeport/4 DIN
252           Edgeport/16 Dual
253
254           To compile this driver as a module, choose M here: the
255           module will be called io_edgeport.
256
257 config USB_SERIAL_EDGEPORT_TI
258         tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
259         depends on USB_SERIAL
260         help
261           Say Y here if you want to use any of the devices from Inside Out
262           Networks (Digi) that are not supported by the io_edgeport driver.
263           This includes the Edgeport/1 device.
264
265           To compile this driver as a module, choose M here: the
266           module will be called io_ti.
267
268 config USB_SERIAL_GARMIN
269        tristate "USB Garmin GPS driver"
270        depends on USB_SERIAL
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
281 config USB_SERIAL_IPW
282         tristate "USB IPWireless (3G UMTS TDD) Driver"
283         depends on USB_SERIAL
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
291 config USB_SERIAL_IUU
292         tristate "USB Infinity USB Unlimited Phoenix Driver"
293         depends on USB_SERIAL
294         help
295           Say Y here if you want to use a IUU in phoenix mode and get
296           an extra ttyUSBx device. More information available on
297           http://eczema.ecze.com/iuu_phoenix.html
298
299           To compile this driver as a module, choose M here: the
300           module will be called iuu_phoenix.o
301
302 config USB_SERIAL_KEYSPAN_PDA
303         tristate "USB Keyspan PDA Single Port Serial Driver"
304         depends on USB_SERIAL
305         select USB_EZUSB
306         help
307           Say Y here if you want to use a Keyspan PDA single port USB to
308           serial converter device.  This driver makes use of firmware
309           developed from scratch by Brian Warner.
310
311           To compile this driver as a module, choose M here: the
312           module will be called keyspan_pda.
313
314 config USB_SERIAL_KEYSPAN
315         tristate "USB Keyspan USA-xxx Serial Driver"
316         depends on USB_SERIAL
317         select USB_EZUSB
318         ---help---
319           Say Y here if you want to use Keyspan USB to serial converter
320           devices.  This driver makes use of Keyspan's official firmware
321           and was developed with their support.  You must also include
322           firmware to support your particular device(s).
323
324           See <http://misc.nu/hugh/keyspan.html> for more information.
325
326           To compile this driver as a module, choose M here: the
327           module will be called keyspan.
328
329 config USB_SERIAL_KEYSPAN_MPR
330         bool "USB Keyspan MPR Firmware"
331         depends on USB_SERIAL_KEYSPAN
332         help
333           Say Y here to include firmware for the Keyspan MPR converter.
334
335 config USB_SERIAL_KEYSPAN_USA28
336         bool "USB Keyspan USA-28 Firmware"
337         depends on USB_SERIAL_KEYSPAN
338         help
339           Say Y here to include firmware for the USA-28 converter.
340
341 config USB_SERIAL_KEYSPAN_USA28X
342         bool "USB Keyspan USA-28X Firmware"
343         depends on USB_SERIAL_KEYSPAN
344         help
345           Say Y here to include firmware for the USA-28X converter.
346           Be sure you have a USA-28X, there are also 28XA and 28XB
347           models, the label underneath has the actual part number.
348
349 config USB_SERIAL_KEYSPAN_USA28XA
350         bool "USB Keyspan USA-28XA Firmware"
351         depends on USB_SERIAL_KEYSPAN
352         help
353           Say Y here to include firmware for the USA-28XA converter.
354           Be sure you have a USA-28XA, there are also 28X and 28XB
355           models, the label underneath has the actual part number.
356
357 config USB_SERIAL_KEYSPAN_USA28XB
358         bool "USB Keyspan USA-28XB Firmware"
359         depends on USB_SERIAL_KEYSPAN
360         help
361           Say Y here to include firmware for the USA-28XB converter.
362           Be sure you have a USA-28XB, there are also 28X and 28XA
363           models, the label underneath has the actual part number.
364
365 config USB_SERIAL_KEYSPAN_USA19
366         bool "USB Keyspan USA-19 Firmware"
367         depends on USB_SERIAL_KEYSPAN
368         help
369           Say Y here to include firmware for the USA-19 converter.
370
371 config USB_SERIAL_KEYSPAN_USA18X
372         bool "USB Keyspan USA-18X Firmware"
373         depends on USB_SERIAL_KEYSPAN
374         help
375           Say Y here to include firmware for the USA-18X converter.
376
377 config USB_SERIAL_KEYSPAN_USA19W
378         bool "USB Keyspan USA-19W Firmware"
379         depends on USB_SERIAL_KEYSPAN
380         help
381           Say Y here to include firmware for the USA-19W converter.
382
383 config USB_SERIAL_KEYSPAN_USA19QW
384         bool "USB Keyspan USA-19QW Firmware"
385         depends on USB_SERIAL_KEYSPAN
386         help
387           Say Y here to include firmware for the USA-19QW converter.
388
389 config USB_SERIAL_KEYSPAN_USA19QI
390         bool "USB Keyspan USA-19QI Firmware"
391         depends on USB_SERIAL_KEYSPAN
392         help
393           Say Y here to include firmware for the USA-19QI converter.
394
395 config USB_SERIAL_KEYSPAN_USA49W
396         bool "USB Keyspan USA-49W Firmware"
397         depends on USB_SERIAL_KEYSPAN
398         help
399           Say Y here to include firmware for the USA-49W converter.
400
401 config USB_SERIAL_KEYSPAN_USA49WLC
402         bool "USB Keyspan USA-49WLC Firmware"
403         depends on USB_SERIAL_KEYSPAN
404         help
405           Say Y here to include firmware for the USA-49WLC converter.
406
407 config USB_SERIAL_KLSI
408         tristate "USB KL5KUSB105 (Palmconnect) Driver"
409         depends on USB_SERIAL
410         ---help---
411           Say Y here if you want to use a KL5KUSB105 - based single port
412           serial adapter. The most widely known -- and currently the only
413           tested -- device in this category is the PalmConnect USB Serial
414           adapter sold by Palm Inc. for use with their Palm III and Palm V
415           series PDAs.
416
417           Please read <file:Documentation/usb/usb-serial.txt> for more
418           information.
419
420           To compile this driver as a module, choose M here: the
421           module will be called kl5kusb105.
422
423 config USB_SERIAL_KOBIL_SCT
424         tristate "USB KOBIL chipcard reader"
425         depends on USB_SERIAL
426         ---help---
427           Say Y here if you want to use one of the following KOBIL USB chipcard
428           readers:
429
430             - USB TWIN
431             - KAAN Standard Plus
432             - KAAN SIM
433             - SecOVID Reader Plus
434             - B1 Professional
435             - KAAN Professional
436
437           Note that you need a current CT-API.
438           To compile this driver as a module, choose M here: the
439           module will be called kobil_sct.
440
441 config USB_SERIAL_MCT_U232
442         tristate "USB MCT Single Port Serial Driver"
443         depends on USB_SERIAL
444         ---help---
445           Say Y here if you want to use a USB Serial single port adapter from
446           Magic Control Technology Corp. (U232 is one of the model numbers).
447
448           This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
449           BAY, Belkin F5U109, and Belkin F5U409 devices.
450
451           To compile this driver as a module, choose M here: the
452           module will be called mct_u232.
453
454 config USB_SERIAL_MOS7720
455         tristate "USB Moschip 7720 Serial Driver"
456         depends on USB_SERIAL
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
464 config USB_SERIAL_MOS7840
465         tristate "USB Moschip 7840/7820 USB Serial Driver"
466         depends on USB_SERIAL
467         ---help---
468           Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
469           Dual-Serial port device from MosChip Semiconductor.
470
471           The MCS7840 and MCS7820 have been developed to connect a wide range
472           of standard serial devices to a USB host.  The MCS7840 has a USB
473           device controller connected to four (4) individual UARTs while the
474           MCS7820 controller connects to two (2) individual UARTs.
475
476           To compile this driver as a module, choose M here: the
477           module will be called mos7840.  If unsure, choose N.
478
479 config USB_SERIAL_NAVMAN
480         tristate "USB Navman GPS device"
481         depends on USB_SERIAL
482         help
483           To compile this driver as a module, choose M here: the
484           module will be called navman.
485
486 config USB_SERIAL_PL2303
487         tristate "USB Prolific 2303 Single Port Serial Driver"
488         depends on USB_SERIAL
489         help
490           Say Y here if you want to use the PL2303 USB Serial single port
491           adapter from Prolific.
492
493           To compile this driver as a module, choose M here: the
494           module will be called pl2303.
495
496 config USB_SERIAL_OTI6858
497         tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller"
498         depends on USB_SERIAL
499         help
500           Say Y here if you want to use the OTi-6858 single port USB to serial
501           converter device.
502
503           To compile this driver as a module, choose M here: the
504           module will be called oti6858.
505
506 config USB_SERIAL_SPCP8X5
507         tristate "USB SPCP8x5 USB To Serial Driver"
508         depends on USB_SERIAL
509         help
510           Say Y here if you want to use the spcp8x5 converter chip.  This is
511           commonly found in some Z-Wave USB devices.
512
513           To compile this driver as a module, choose M here: the
514           module will be called spcp8x5.
515
516 config USB_SERIAL_HP4X
517         tristate "USB HP4x Calculators support"
518         depends on USB_SERIAL
519         help
520           Say Y here if you want to use an Hewlett-Packard 4x Calculator.
521
522           To compile this driver as a module, choose M here: the
523           module will be called hp4x.
524
525 config USB_SERIAL_SAFE
526         tristate "USB Safe Serial (Encapsulated) Driver"
527         depends on USB_SERIAL
528
529 config USB_SERIAL_SAFE_PADDED
530         bool "USB Secure Encapsulated Driver - Padded"
531         depends on USB_SERIAL_SAFE
532
533 config USB_SERIAL_SIERRAWIRELESS
534         tristate "USB Sierra Wireless Driver"
535         depends on USB_SERIAL
536         help
537           Say M here if you want to use a Sierra Wireless device (if
538           using an PC 5220 or AC580 please use the Airprime driver
539           instead).
540
541           To compile this driver as a module, choose M here: the
542           module will be called sierra.
543
544 config USB_SERIAL_TI
545         tristate "USB TI 3410/5052 Serial Driver"
546         depends on USB_SERIAL
547         help
548           Say Y here if you want to use the TI USB 3410 or 5052
549           serial devices.
550
551           To compile this driver as a module, choose M here: the
552           module will be called ti_usb_3410_5052.
553
554 config USB_SERIAL_CYBERJACK
555         tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader"
556         depends on USB_SERIAL
557         ---help---
558           Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
559           reader. This is an interface to ISO 7816 compatible contact-based
560           chipcards, e.g. GSM SIMs.
561
562           To compile this driver as a module, choose M here: the
563           module will be called cyberjack.
564
565           If unsure, say N.
566
567 config USB_SERIAL_XIRCOM
568         tristate "USB Xircom / Entregra Single Port Serial Driver"
569         depends on USB_SERIAL
570         select USB_EZUSB
571         help
572           Say Y here if you want to use a Xircom or Entregra single port USB to
573           serial converter device.  This driver makes use of firmware
574           developed from scratch by Brian Warner.
575
576           To compile this driver as a module, choose M here: the
577           module will be called keyspan_pda.
578
579 config USB_SERIAL_OPTION
580         tristate "USB driver for GSM and CDMA modems"
581         depends on USB_SERIAL
582         help
583           Say Y here if you have a GSM or CDMA modem that's connected to USB.
584
585           This driver also supports several PCMCIA cards which have a
586           built-in OHCI-USB adapter and an internally-connected GSM modem.
587           The USB bus on these cards is not accessible externally.
588
589           Supported devices include (some of?) those made by:
590           Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
591
592           To compile this driver as a module, choose M here: the
593           module will be called option.
594
595           If this driver doesn't recognize your device,
596           it might be accessible via the FTDI_SIO driver.
597
598 config USB_SERIAL_OMNINET
599         tristate "USB ZyXEL omni.net LCD Plus Driver"
600         depends on USB_SERIAL
601         help
602           Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
603
604           To compile this driver as a module, choose M here: the
605           module will be called omninet.
606
607 config USB_SERIAL_DEBUG
608         tristate "USB Debugging Device"
609         depends on USB_SERIAL
610         help
611           Say Y here if you have a USB debugging device used to receive
612           debugging data from another machine.  The most common of these
613           devices is the NetChip TurboCONNECT device.
614
615           To compile this driver as a module, choose M here: the
616           module will be called usb-debug.
617
618 endif # USB_SERIAL