Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[pandora-kernel.git] / drivers / usb / serial / Kconfig
1 #
2 # USB Serial device configuration
3 #
4
5 menu "USB Serial Converter support"
6         depends on USB!=n
7
8 config USB_SERIAL
9         tristate "USB Serial Converter support"
10         depends on USB
11         ---help---
12           Say Y here if you have a USB device that provides normal serial
13           ports, or acts like a serial device, and you want to connect it to
14           your USB bus.
15
16           Please read <file:Documentation/usb/usb-serial.txt> for more
17           information on the specifics of the different devices that are
18           supported, and on how to use them.
19
20           To compile this driver as a module, choose M here: the
21           module will be called usbserial.
22
23 config USB_SERIAL_CONSOLE
24         bool "USB Serial Console device support (EXPERIMENTAL)"
25         depends on USB_SERIAL=y && EXPERIMENTAL
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
46 config USB_SERIAL_GENERIC
47         bool "USB Generic Serial Driver"
48         depends on USB_SERIAL
49         help
50           Say Y here if you want to use the generic USB serial driver.  Please
51           read <file:Documentation/usb/usb-serial.txt> for more information on
52           using this driver.  It is recommended that the "USB Serial converter
53           support" be compiled as a module for this driver to be used
54           properly.
55
56 config USB_SERIAL_AIRCABLE
57         tristate "USB AIRcable Bluetooth Dongle Driver (EXPERIMENTAL)"
58         depends on USB_SERIAL && EXPERIMENTAL
59         help
60             Say Y here if you want to use USB AIRcable Bluetooth Dongle.
61
62             To compile this driver as a module, choose M here: the module
63             will be called aircable.
64
65 config USB_SERIAL_AIRPRIME
66         tristate "USB AirPrime CDMA Wireless Driver"
67         depends on USB_SERIAL
68         help
69           Say Y here if you want to use a AirPrime CDMA Wireless PC card.
70
71           To compile this driver as a module, choose M here: the
72           module will be called airprime.
73
74 config USB_SERIAL_ARK3116
75         tristate "USB ARK Micro 3116 USB Serial Driver (EXPERIMENTAL)"
76         depends on USB_SERIAL && EXPERIMENTAL
77         help
78           Say Y here if you want to use a ARK Micro 3116 USB to Serial
79           device.
80
81           To compile this driver as a module, choose M here: the
82           module will be called ark3116
83
84 config USB_SERIAL_BELKIN
85         tristate "USB Belkin and Peracom Single Port Serial Driver"
86         depends on USB_SERIAL
87         help
88           Say Y here if you want to use a Belkin USB Serial single port
89           adaptor (F5U103 is one of the model numbers) or the Peracom single
90           port USB to serial adapter.
91
92           To compile this driver as a module, choose M here: the
93           module will be called belkin_sa.
94
95 config USB_SERIAL_CH341
96         tristate "USB Winchiphead CH341 Single Port Serial Driver"
97         depends on USB_SERIAL
98         help
99           Say Y here if you want to use a Winchiphead CH341 single port
100           USB to serial adapter.
101
102           To compile this driver as a module, choose M here: the
103           module will be called ch341.
104
105 config USB_SERIAL_WHITEHEAT
106         tristate "USB ConnectTech WhiteHEAT Serial Driver"
107         depends on USB_SERIAL
108         help
109           Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
110           USB to serial converter device.
111
112           To compile this driver as a module, choose M here: the
113           module will be called whiteheat.
114
115 config USB_SERIAL_DIGI_ACCELEPORT
116         tristate "USB Digi International AccelePort USB Serial Driver"
117         depends on USB_SERIAL
118         ---help---
119           Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
120           2 port (plus parallel port) and 4 port USB serial converters.  The
121           parallel port on the USB 2 appears as a third serial port on Linux.
122           The Digi Acceleport USB 8 is not yet supported by this driver.
123
124           This driver works under SMP with the usb-uhci driver.  It does not
125           work under SMP with the uhci driver.
126
127           To compile this driver as a module, choose M here: the
128           module will be called digi_acceleport.
129
130 config USB_SERIAL_CP2101
131         tristate "USB CP2101 UART Bridge Controller"
132         depends on USB_SERIAL && EXPERIMENTAL
133         help
134           Say Y here if you want to use a CP2101/CP2102 based USB to RS232
135           converter.
136
137           To compile this driver as a module, choose M here: the
138           module will be called cp2101.
139
140 config USB_SERIAL_CYPRESS_M8
141         tristate "USB Cypress M8 USB Serial Driver"
142         depends on USB_SERIAL && EXPERIMENTAL
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
155 config USB_SERIAL_EMPEG
156         tristate "USB Empeg empeg-car Mark I/II Driver"
157         depends on USB_SERIAL
158         help
159           Say Y here if you want to connect to your Empeg empeg-car Mark I/II
160           mp3 player via USB.  The driver uses a single ttyUSB{0,1,2,...}
161           device node.  See <file:Documentation/usb/usb-serial.txt> for more
162           tidbits of information.
163
164           To compile this driver as a module, choose M here: the
165           module will be called empeg.
166
167 config USB_SERIAL_FTDI_SIO
168         tristate "USB FTDI Single Port Serial Driver (EXPERIMENTAL)"
169         depends on USB_SERIAL && EXPERIMENTAL
170         ---help---
171           Say Y here if you want to use a FTDI SIO single port USB to serial
172           converter device. The implementation I have is called the USC-1000.
173           This driver has also be tested with the 245 and 232 devices.
174
175           See <http://ftdi-usb-sio.sourceforge.net/> for more
176           information on this driver and the device.
177
178           To compile this driver as a module, choose M here: the
179           module will be called ftdi_sio.
180
181 config USB_SERIAL_FUNSOFT
182         tristate "USB Fundamental Software Dongle Driver"
183         depends on USB_SERIAL
184         ---help---
185           Say Y here if you want to use the Fundamental Software dongle.
186
187           To compile this driver as a module, choose M here: the
188           module will be called funsoft.
189
190 config USB_SERIAL_VISOR
191         tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
192         depends on USB_SERIAL
193         help
194           Say Y here if you want to connect to your HandSpring Visor, Palm
195           m500 or m505 through its USB docking station. See
196           <http://usbvisor.sourceforge.net/> for more information on using this
197           driver.
198
199           To compile this driver as a module, choose M here: the
200           module will be called visor.
201
202 config USB_SERIAL_IPAQ
203         tristate "USB PocketPC PDA Driver"
204         depends on USB_SERIAL
205         help
206           Say Y here if you want to connect to your Compaq iPAQ, HP Jornada
207           or any other PDA running Windows CE 3.0 or PocketPC 2002
208           using a USB cradle/cable. For information on using the driver,
209           read <file:Documentation/usb/usb-serial.txt>.
210
211           To compile this driver as a module, choose M here: the
212           module will be called ipaq.
213
214 config USB_SERIAL_IR
215         tristate "USB IR Dongle Serial Driver (EXPERIMENTAL)"
216         depends on USB_SERIAL && EXPERIMENTAL
217         help
218           Say Y here if you want to enable simple serial support for USB IrDA
219           devices.  This is useful if you do not want to use the full IrDA
220           stack.
221
222           To compile this driver as a module, choose M here: the
223           module will be called ir-usb.
224
225 config USB_SERIAL_EDGEPORT
226         tristate "USB Inside Out Edgeport Serial Driver"
227         depends on USB_SERIAL
228         ---help---
229           Say Y here if you want to use any of the following devices from
230           Inside Out Networks (Digi):
231           Edgeport/4
232           Rapidport/4
233           Edgeport/4t
234           Edgeport/2
235           Edgeport/4i
236           Edgeport/2i
237           Edgeport/421
238           Edgeport/21
239           Edgeport/8
240           Edgeport/8 Dual
241           Edgeport/2D8
242           Edgeport/4D8
243           Edgeport/8i
244           Edgeport/2 DIN
245           Edgeport/4 DIN
246           Edgeport/16 Dual
247
248           To compile this driver as a module, choose M here: the
249           module will be called io_edgeport.
250
251 config USB_SERIAL_EDGEPORT_TI
252         tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
253         depends on USB_SERIAL
254         help
255           Say Y here if you want to use any of the devices from Inside Out
256           Networks (Digi) that are not supported by the io_edgeport driver.
257           This includes the Edgeport/1 device.
258
259           To compile this driver as a module, choose M here: the
260           module will be called io_ti.
261
262 config USB_SERIAL_GARMIN
263        tristate "USB Garmin GPS driver"
264        depends on USB_SERIAL
265        help
266          Say Y here if you want to connect to your Garmin GPS.
267          Should work with most Garmin GPS devices which have a native USB port.
268
269          See <http://sourceforge.net/projects/garmin-gps> for the latest
270          version of the driver.
271
272          To compile this driver as a module, choose M here: the
273          module will be called garmin_gps.
274
275 config USB_SERIAL_IPW
276         tristate "USB IPWireless (3G UMTS TDD) Driver (EXPERIMENTAL)"
277         depends on USB_SERIAL && EXPERIMENTAL
278         help
279           Say Y here if you want to use a IPWireless USB modem such as
280           the ones supplied by Axity3G/Sentech South Africa.
281
282           To compile this driver as a module, choose M here: the
283           module will be called ipw.
284
285 config USB_SERIAL_KEYSPAN_PDA
286         tristate "USB Keyspan PDA Single Port Serial Driver"
287         depends on USB_SERIAL
288         help
289           Say Y here if you want to use a Keyspan PDA single port USB to
290           serial converter device.  This driver makes use of firmware
291           developed from scratch by Brian Warner.
292
293           To compile this driver as a module, choose M here: the
294           module will be called keyspan_pda.
295
296 config USB_SERIAL_KEYSPAN
297         tristate "USB Keyspan USA-xxx Serial Driver"
298         depends on USB_SERIAL
299         ---help---
300           Say Y here if you want to use Keyspan USB to serial converter
301           devices.  This driver makes use of Keyspan's official firmware
302           and was developed with their support.  You must also include
303           firmware to support your particular device(s).
304
305           See <http://misc.nu/hugh/keyspan.html> for more information.
306
307           To compile this driver as a module, choose M here: the
308           module will be called keyspan.
309
310 config USB_SERIAL_KEYSPAN_MPR
311         bool "USB Keyspan MPR Firmware"
312         depends on USB_SERIAL_KEYSPAN
313         help
314           Say Y here to include firmware for the Keyspan MPR converter.
315
316 config USB_SERIAL_KEYSPAN_USA28
317         bool "USB Keyspan USA-28 Firmware"
318         depends on USB_SERIAL_KEYSPAN
319         help
320           Say Y here to include firmware for the USA-28 converter.
321
322 config USB_SERIAL_KEYSPAN_USA28X
323         bool "USB Keyspan USA-28X Firmware"
324         depends on USB_SERIAL_KEYSPAN
325         help
326           Say Y here to include firmware for the USA-28X converter.
327           Be sure you have a USA-28X, there are also 28XA and 28XB
328           models, the label underneath has the actual part number.
329
330 config USB_SERIAL_KEYSPAN_USA28XA
331         bool "USB Keyspan USA-28XA Firmware"
332         depends on USB_SERIAL_KEYSPAN
333         help
334           Say Y here to include firmware for the USA-28XA converter.
335           Be sure you have a USA-28XA, there are also 28X and 28XB
336           models, the label underneath has the actual part number.
337
338 config USB_SERIAL_KEYSPAN_USA28XB
339         bool "USB Keyspan USA-28XB Firmware"
340         depends on USB_SERIAL_KEYSPAN
341         help
342           Say Y here to include firmware for the USA-28XB converter.
343           Be sure you have a USA-28XB, there are also 28X and 28XA
344           models, the label underneath has the actual part number.
345
346 config USB_SERIAL_KEYSPAN_USA19
347         bool "USB Keyspan USA-19 Firmware"
348         depends on USB_SERIAL_KEYSPAN
349         help
350           Say Y here to include firmware for the USA-19 converter.
351
352 config USB_SERIAL_KEYSPAN_USA18X
353         bool "USB Keyspan USA-18X Firmware"
354         depends on USB_SERIAL_KEYSPAN
355         help
356           Say Y here to include firmware for the USA-18X converter.
357
358 config USB_SERIAL_KEYSPAN_USA19W
359         bool "USB Keyspan USA-19W Firmware"
360         depends on USB_SERIAL_KEYSPAN
361         help
362           Say Y here to include firmware for the USA-19W converter.
363
364 config USB_SERIAL_KEYSPAN_USA19QW
365         bool "USB Keyspan USA-19QW Firmware"
366         depends on USB_SERIAL_KEYSPAN
367         help
368           Say Y here to include firmware for the USA-19QW converter.
369
370 config USB_SERIAL_KEYSPAN_USA19QI
371         bool "USB Keyspan USA-19QI Firmware"
372         depends on USB_SERIAL_KEYSPAN
373         help
374           Say Y here to include firmware for the USA-19QI converter.
375
376 config USB_SERIAL_KEYSPAN_USA49W
377         bool "USB Keyspan USA-49W Firmware"
378         depends on USB_SERIAL_KEYSPAN
379         help
380           Say Y here to include firmware for the USA-49W converter.
381
382 config USB_SERIAL_KEYSPAN_USA49WLC
383         bool "USB Keyspan USA-49WLC Firmware"
384         depends on USB_SERIAL_KEYSPAN
385         help
386           Say Y here to include firmware for the USA-49WLC converter.
387
388 config USB_SERIAL_KLSI
389         tristate "USB KL5KUSB105 (Palmconnect) Driver (EXPERIMENTAL)"
390         depends on USB_SERIAL && EXPERIMENTAL
391         ---help---
392           Say Y here if you want to use a KL5KUSB105 - based single port
393           serial adapter. The most widely known -- and currently the only
394           tested -- device in this category is the PalmConnect USB Serial
395           adapter sold by Palm Inc. for use with their Palm III and Palm V
396           series PDAs.
397
398           Please read <file:Documentation/usb/usb-serial.txt> for more
399           information.
400
401           To compile this driver as a module, choose M here: the
402           module will be called kl5kusb105.
403
404 config USB_SERIAL_KOBIL_SCT
405         tristate "USB KOBIL chipcard reader"
406         depends on USB_SERIAL
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
422 config USB_SERIAL_MCT_U232
423         tristate "USB MCT Single Port Serial Driver"
424         depends on USB_SERIAL
425         ---help---
426           Say Y here if you want to use a USB Serial single port adapter from
427           Magic Control Technology Corp. (U232 is one of the model numbers).
428
429           This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
430           BAY, Belkin F5U109, and Belkin F5U409 devices.
431
432           To compile this driver as a module, choose M here: the
433           module will be called mct_u232.
434
435 config USB_SERIAL_MOS7720
436         tristate "USB Moschip 7720 Serial Driver"
437         depends on USB_SERIAL
438         ---help---
439           Say Y here if you want to use USB Serial single and double
440           port adapters from Moschip Semiconductor Tech.
441
442           To compile this driver as a module, choose M here: the
443           module will be called mos7720.
444
445 config USB_SERIAL_MOS7840
446         tristate "USB Moschip 7840/7820 USB Serial Driver"
447         depends on USB_SERIAL
448         ---help---
449           Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
450           Dual-Serial port device from MosChip Semiconductor.
451
452           The MCS7840 and MCS7820 have been developed to connect a wide range
453           of standard serial devices to a USB host.  The MCS7840 has a USB
454           device controller connected to four (4) individual UARTs while the
455           MCS7820 controller connects to two (2) individual UARTs.
456
457           To compile this driver as a module, choose M here: the
458           module will be called mos7840.  If unsure, choose N.
459
460 config USB_SERIAL_NAVMAN
461         tristate "USB Navman GPS device"
462         depends on USB_SERIAL
463         help
464           To compile this driver as a module, choose M here: the
465           module will be called navman.
466
467 config USB_SERIAL_PL2303
468         tristate "USB Prolific 2303 Single Port Serial Driver"
469         depends on USB_SERIAL
470         help
471           Say Y here if you want to use the PL2303 USB Serial single port
472           adapter from Prolific.
473
474           To compile this driver as a module, choose M here: the
475           module will be called pl2303.
476
477 config USB_SERIAL_OTI6858
478         tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller (EXPERIMENTAL)"
479         depends on USB_SERIAL
480         help
481           Say Y here if you want to use the OTi-6858 single port USB to serial
482           converter device.
483
484           To compile this driver as a module, choose M here: the
485           module will be called oti6858.
486
487 config USB_SERIAL_HP4X
488         tristate "USB HP4x Calculators support"
489         depends on USB_SERIAL
490         help
491           Say Y here if you want to use an Hewlett-Packard 4x Calculator.
492
493           To compile this driver as a module, choose M here: the
494           module will be called hp4x.
495
496 config USB_SERIAL_SAFE
497         tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)"
498         depends on USB_SERIAL && EXPERIMENTAL
499
500 config USB_SERIAL_SAFE_PADDED
501         bool "USB Secure Encapsulated Driver - Padded"
502         depends on USB_SERIAL_SAFE
503
504 config USB_SERIAL_SIERRAWIRELESS
505         tristate "USB Sierra Wireless Driver"
506         depends on USB_SERIAL
507         help
508           Say M here if you want to use a Sierra Wireless device (if
509           using an PC 5220 or AC580 please use the Airprime driver
510           instead).
511
512           To compile this driver as a module, choose M here: the
513           module will be called sierra.
514
515 config USB_SERIAL_TI
516         tristate "USB TI 3410/5052 Serial Driver"
517         depends on USB_SERIAL
518         help
519           Say Y here if you want to use the TI USB 3410 or 5052
520           serial devices.
521
522           To compile this driver as a module, choose M here: the
523           module will be called ti_usb_3410_5052.
524
525 config USB_SERIAL_CYBERJACK
526         tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL)"
527         depends on USB_SERIAL && EXPERIMENTAL
528         ---help---
529           Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
530           reader. This is an interface to ISO 7816 compatible contactbased
531           chipcards, e.g. GSM SIMs.
532
533           To compile this driver as a module, choose M here: the
534           module will be called cyberjack.
535
536           If unsure, say N.
537
538 config USB_SERIAL_XIRCOM
539         tristate "USB Xircom / Entregra Single Port Serial Driver"
540         depends on USB_SERIAL
541         help
542           Say Y here if you want to use a Xircom or Entregra single port USB to
543           serial converter device.  This driver makes use of firmware
544           developed from scratch by Brian Warner.
545
546           To compile this driver as a module, choose M here: the
547           module will be called keyspan_pda.
548
549 config USB_SERIAL_OPTION
550         tristate "USB driver for GSM and CDMA modems"
551         depends on USB_SERIAL
552         help
553           Say Y here if you have a GSM or CDMA modem that's connected to USB.
554
555           This driver also supports several PCMCIA cards which have a
556           built-in OHCI-USB adapter and an internally-connected GSM modem.
557           The USB bus on these cards is not accessible externally.
558
559           Supported devices include (some of?) those made by:
560           Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
561
562           To compile this driver as a module, choose M here: the
563           module will be called option.
564
565           If this driver doesn't recognize your device,
566           it might be accessible via the FTDI_SIO driver.
567
568 config USB_SERIAL_OMNINET
569         tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)"
570         depends on USB_SERIAL && EXPERIMENTAL
571         help
572           Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
573
574           To compile this driver as a module, choose M here: the
575           module will be called omninet.
576
577 config USB_SERIAL_DEBUG
578         tristate "USB Debugging Device"
579         depends on USB_SERIAL
580         help
581           Say Y here if you have a USB debugging device used to receive
582           debugging data from another machine.  The most common of these
583           devices is the NetChip TurboCONNECT device.
584
585           To compile this driver as a module, choose M here: the
586           module will be called usb-debug.
587
588 config USB_EZUSB
589         bool
590         depends on USB_SERIAL_KEYSPAN_PDA || USB_SERIAL_XIRCOM || USB_SERIAL_KEYSPAN || USB_SERIAL_WHITEHEAT
591         default y
592
593
594 endmenu
595