Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[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         help
48             Say Y here if you need EZUSB device support.
49
50 config 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
59 config 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
67 config USB_SERIAL_AIRPRIME
68         tristate "USB AirPrime CDMA Wireless Driver"
69         help
70           Say Y here if you want to use a AirPrime CDMA Wireless PC card.
71
72           To compile this driver as a module, choose M here: the
73           module will be called airprime.
74
75 config USB_SERIAL_ARK3116
76         tristate "USB ARK Micro 3116 USB Serial Driver"
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         help
87           Say Y here if you want to use a Belkin USB Serial single port
88           adaptor (F5U103 is one of the model numbers) or the Peracom single
89           port USB to serial adapter.
90
91           To compile this driver as a module, choose M here: the
92           module will be called belkin_sa.
93
94 config USB_SERIAL_CH341
95         tristate "USB Winchiphead CH341 Single Port Serial Driver"
96         help
97           Say Y here if you want to use a Winchiphead CH341 single port
98           USB to serial adapter.
99
100           To compile this driver as a module, choose M here: the
101           module will be called ch341.
102
103 config USB_SERIAL_WHITEHEAT
104         tristate "USB ConnectTech WhiteHEAT Serial Driver"
105         select USB_EZUSB
106         help
107           Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
108           USB to serial converter device.
109
110           To compile this driver as a module, choose M here: the
111           module will be called whiteheat.
112
113 config USB_SERIAL_DIGI_ACCELEPORT
114         tristate "USB Digi International AccelePort USB Serial Driver"
115         ---help---
116           Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
117           2 port (plus parallel port) and 4 port USB serial converters.  The
118           parallel port on the USB 2 appears as a third serial port on Linux.
119           The Digi Acceleport USB 8 is not yet supported by this driver.
120
121           This driver works under SMP with the usb-uhci driver.  It does not
122           work under SMP with the uhci driver.
123
124           To compile this driver as a module, choose M here: the
125           module will be called digi_acceleport.
126
127 config USB_SERIAL_CP2101
128         tristate "USB CP2101 UART Bridge Controller"
129         help
130           Say Y here if you want to use a CP2101/CP2102 based USB to RS232
131           converter.
132
133           To compile this driver as a module, choose M here: the
134           module will be called cp2101.
135
136 config USB_SERIAL_CYPRESS_M8
137         tristate "USB Cypress M8 USB Serial Driver"
138         help
139           Say Y here if you want to use a device that contains the Cypress
140           USB to Serial microcontroller, such as the DeLorme Earthmate GPS.
141
142                 Attempted SMP support... send bug reports!
143
144           Supported microcontrollers in the CY4601 family are:
145                 CY7C63741 CY7C63742 CY7C63743 CY7C64013
146         
147           To compile this driver as a module, choose M here: the
148           module will be called cypress_m8.
149
150 config USB_SERIAL_EMPEG
151         tristate "USB Empeg empeg-car Mark I/II Driver"
152         help
153           Say Y here if you want to connect to your Empeg empeg-car Mark I/II
154           mp3 player via USB.  The driver uses a single ttyUSB{0,1,2,...}
155           device node.  See <file:Documentation/usb/usb-serial.txt> for more
156           tidbits of information.
157
158           To compile this driver as a module, choose M here: the
159           module will be called empeg.
160
161 config USB_SERIAL_FTDI_SIO
162         tristate "USB FTDI Single Port Serial Driver"
163         ---help---
164           Say Y here if you want to use a FTDI SIO single port USB to serial
165           converter device. The implementation I have is called the USC-1000.
166           This driver has also be tested with the 245 and 232 devices.
167
168           See <http://ftdi-usb-sio.sourceforge.net/> for more
169           information on this driver and the device.
170
171           To compile this driver as a module, choose M here: the
172           module will be called ftdi_sio.
173
174 config USB_SERIAL_FUNSOFT
175         tristate "USB Fundamental Software Dongle Driver"
176         ---help---
177           Say Y here if you want to use the Fundamental Software dongle.
178
179           To compile this driver as a module, choose M here: the
180           module will be called funsoft.
181
182 config 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/> 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
193 config 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
204 config 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
214 config 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
239 config 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
249 config USB_SERIAL_GARMIN
250        tristate "USB Garmin GPS driver"
251        help
252          Say Y here if you want to connect to your Garmin GPS.
253          Should work with most Garmin GPS devices which have a native USB port.
254
255          See <http://sourceforge.net/projects/garmin-gps> for the latest
256          version of the driver.
257
258          To compile this driver as a module, choose M here: the
259          module will be called garmin_gps.
260
261 config USB_SERIAL_IPW
262         tristate "USB IPWireless (3G UMTS TDD) Driver"
263         help
264           Say Y here if you want to use a IPWireless USB modem such as
265           the ones supplied by Axity3G/Sentech South Africa.
266
267           To compile this driver as a module, choose M here: the
268           module will be called ipw.
269
270 config USB_SERIAL_IUU
271         tristate "USB Infinity USB Unlimited Phoenix Driver"
272         help
273           Say Y here if you want to use a IUU in phoenix mode and get
274           an extra ttyUSBx device. More information available on
275           http://eczema.ecze.com/iuu_phoenix.html
276
277           To compile this driver as a module, choose M here: the
278           module will be called iuu_phoenix.o
279
280 config USB_SERIAL_KEYSPAN_PDA
281         tristate "USB Keyspan PDA Single Port Serial Driver"
282         select USB_EZUSB
283         help
284           Say Y here if you want to use a Keyspan PDA single port USB to
285           serial converter device.  This driver makes use of firmware
286           developed from scratch by Brian Warner.
287
288           To compile this driver as a module, choose M here: the
289           module will be called keyspan_pda.
290
291 config USB_SERIAL_KEYSPAN
292         tristate "USB Keyspan USA-xxx Serial Driver"
293         select USB_EZUSB
294         ---help---
295           Say Y here if you want to use Keyspan USB to serial converter
296           devices.  This driver makes use of Keyspan's official firmware
297           and was developed with their support.  You must also include
298           firmware to support your particular device(s).
299
300           See <http://misc.nu/hugh/keyspan.html> for more information.
301
302           To compile this driver as a module, choose M here: the
303           module will be called keyspan.
304
305 config USB_SERIAL_KEYSPAN_MPR
306         bool "USB Keyspan MPR Firmware"
307         depends on USB_SERIAL_KEYSPAN
308         help
309           Say Y here to include firmware for the Keyspan MPR converter.
310
311 config USB_SERIAL_KEYSPAN_USA28
312         bool "USB Keyspan USA-28 Firmware"
313         depends on USB_SERIAL_KEYSPAN
314         help
315           Say Y here to include firmware for the USA-28 converter.
316
317 config USB_SERIAL_KEYSPAN_USA28X
318         bool "USB Keyspan USA-28X Firmware"
319         depends on USB_SERIAL_KEYSPAN
320         help
321           Say Y here to include firmware for the USA-28X converter.
322           Be sure you have a USA-28X, there are also 28XA and 28XB
323           models, the label underneath has the actual part number.
324
325 config USB_SERIAL_KEYSPAN_USA28XA
326         bool "USB Keyspan USA-28XA Firmware"
327         depends on USB_SERIAL_KEYSPAN
328         help
329           Say Y here to include firmware for the USA-28XA converter.
330           Be sure you have a USA-28XA, there are also 28X and 28XB
331           models, the label underneath has the actual part number.
332
333 config USB_SERIAL_KEYSPAN_USA28XB
334         bool "USB Keyspan USA-28XB Firmware"
335         depends on USB_SERIAL_KEYSPAN
336         help
337           Say Y here to include firmware for the USA-28XB converter.
338           Be sure you have a USA-28XB, there are also 28X and 28XA
339           models, the label underneath has the actual part number.
340
341 config USB_SERIAL_KEYSPAN_USA19
342         bool "USB Keyspan USA-19 Firmware"
343         depends on USB_SERIAL_KEYSPAN
344         help
345           Say Y here to include firmware for the USA-19 converter.
346
347 config USB_SERIAL_KEYSPAN_USA18X
348         bool "USB Keyspan USA-18X Firmware"
349         depends on USB_SERIAL_KEYSPAN
350         help
351           Say Y here to include firmware for the USA-18X converter.
352
353 config USB_SERIAL_KEYSPAN_USA19W
354         bool "USB Keyspan USA-19W Firmware"
355         depends on USB_SERIAL_KEYSPAN
356         help
357           Say Y here to include firmware for the USA-19W converter.
358
359 config USB_SERIAL_KEYSPAN_USA19QW
360         bool "USB Keyspan USA-19QW Firmware"
361         depends on USB_SERIAL_KEYSPAN
362         help
363           Say Y here to include firmware for the USA-19QW converter.
364
365 config USB_SERIAL_KEYSPAN_USA19QI
366         bool "USB Keyspan USA-19QI Firmware"
367         depends on USB_SERIAL_KEYSPAN
368         help
369           Say Y here to include firmware for the USA-19QI converter.
370
371 config USB_SERIAL_KEYSPAN_USA49W
372         bool "USB Keyspan USA-49W Firmware"
373         depends on USB_SERIAL_KEYSPAN
374         help
375           Say Y here to include firmware for the USA-49W converter.
376
377 config USB_SERIAL_KEYSPAN_USA49WLC
378         bool "USB Keyspan USA-49WLC Firmware"
379         depends on USB_SERIAL_KEYSPAN
380         help
381           Say Y here to include firmware for the USA-49WLC converter.
382
383 config USB_SERIAL_KLSI
384         tristate "USB KL5KUSB105 (Palmconnect) Driver"
385         ---help---
386           Say Y here if you want to use a KL5KUSB105 - based single port
387           serial adapter. The most widely known -- and currently the only
388           tested -- device in this category is the PalmConnect USB Serial
389           adapter sold by Palm Inc. for use with their Palm III and Palm V
390           series PDAs.
391
392           Please read <file:Documentation/usb/usb-serial.txt> for more
393           information.
394
395           To compile this driver as a module, choose M here: the
396           module will be called kl5kusb105.
397
398 config USB_SERIAL_KOBIL_SCT
399         tristate "USB KOBIL chipcard reader"
400         ---help---
401           Say Y here if you want to use one of the following KOBIL USB chipcard
402           readers:
403
404             - USB TWIN
405             - KAAN Standard Plus
406             - KAAN SIM
407             - SecOVID Reader Plus
408             - B1 Professional
409             - KAAN Professional
410
411           Note that you need a current CT-API.
412           To compile this driver as a module, choose M here: the
413           module will be called kobil_sct.
414
415 config USB_SERIAL_MCT_U232
416         tristate "USB MCT Single Port Serial Driver"
417         ---help---
418           Say Y here if you want to use a USB Serial single port adapter from
419           Magic Control Technology Corp. (U232 is one of the model numbers).
420
421           This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
422           BAY, Belkin F5U109, and Belkin F5U409 devices.
423
424           To compile this driver as a module, choose M here: the
425           module will be called mct_u232.
426
427 config USB_SERIAL_MOS7720
428         tristate "USB Moschip 7720 Serial Driver"
429         ---help---
430           Say Y here if you want to use USB Serial single and double
431           port adapters from Moschip Semiconductor Tech.
432
433           To compile this driver as a module, choose M here: the
434           module will be called mos7720.
435
436 config USB_SERIAL_MOS7840
437         tristate "USB Moschip 7840/7820 USB Serial Driver"
438         ---help---
439           Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
440           Dual-Serial port device from MosChip Semiconductor.
441
442           The MCS7840 and MCS7820 have been developed to connect a wide range
443           of standard serial devices to a USB host.  The MCS7840 has a USB
444           device controller connected to four (4) individual UARTs while the
445           MCS7820 controller connects to two (2) individual UARTs.
446
447           To compile this driver as a module, choose M here: the
448           module will be called mos7840.  If unsure, choose N.
449
450 config USB_SERIAL_MOTOROLA
451         tristate "USB Motorola Phone modem driver"
452         ---help---
453           Say Y here if you want to use a Motorola phone with a USB
454           connector as a modem link.
455
456           To compile this driver as a module, choose M here: the
457           module will be called moto_modem.  If unsure, choose N.
458
459 config USB_SERIAL_NAVMAN
460         tristate "USB Navman GPS device"
461         help
462           To compile this driver as a module, choose M here: the
463           module will be called navman.
464
465 config USB_SERIAL_PL2303
466         tristate "USB Prolific 2303 Single Port Serial Driver"
467         help
468           Say Y here if you want to use the PL2303 USB Serial single port
469           adapter from Prolific.
470
471           To compile this driver as a module, choose M here: the
472           module will be called pl2303.
473
474 config USB_SERIAL_OTI6858
475         tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller"
476         help
477           Say Y here if you want to use the OTi-6858 single port USB to serial
478           converter device.
479
480           To compile this driver as a module, choose M here: the
481           module will be called oti6858.
482
483 config USB_SERIAL_SPCP8X5
484         tristate "USB SPCP8x5 USB To Serial Driver"
485         help
486           Say Y here if you want to use the spcp8x5 converter chip.  This is
487           commonly found in some Z-Wave USB devices.
488
489           To compile this driver as a module, choose M here: the
490           module will be called spcp8x5.
491
492 config USB_SERIAL_HP4X
493         tristate "USB HP4x Calculators support"
494         help
495           Say Y here if you want to use an Hewlett-Packard 4x Calculator.
496
497           To compile this driver as a module, choose M here: the
498           module will be called hp4x.
499
500 config USB_SERIAL_SAFE
501         tristate "USB Safe Serial (Encapsulated) Driver"
502
503 config USB_SERIAL_SAFE_PADDED
504         bool "USB Secure Encapsulated Driver - Padded"
505         depends on USB_SERIAL_SAFE
506
507 config USB_SERIAL_SIERRAWIRELESS
508         tristate "USB Sierra Wireless Driver"
509         help
510           Say M here if you want to use a Sierra Wireless device (if
511           using an PC 5220 or AC580 please use the Airprime driver
512           instead).
513
514           To compile this driver as a module, choose M here: the
515           module will be called sierra.
516
517 config USB_SERIAL_TI
518         tristate "USB TI 3410/5052 Serial Driver"
519         help
520           Say Y here if you want to use the TI USB 3410 or 5052
521           serial devices.
522
523           To compile this driver as a module, choose M here: the
524           module will be called ti_usb_3410_5052.
525
526 config USB_SERIAL_CYBERJACK
527         tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader"
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 contact-based
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         select USB_EZUSB
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         help
552           Say Y here if you have a GSM or CDMA modem that's connected to USB.
553
554           This driver also supports several PCMCIA cards which have a
555           built-in OHCI-USB adapter and an internally-connected GSM modem.
556           The USB bus on these cards is not accessible externally.
557
558           Supported devices include (some of?) those made by:
559           Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
560
561           To compile this driver as a module, choose M here: the
562           module will be called option.
563
564           If this driver doesn't recognize your device,
565           it might be accessible via the FTDI_SIO driver.
566
567 config USB_SERIAL_OMNINET
568         tristate "USB ZyXEL omni.net LCD Plus Driver"
569         help
570           Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
571
572           To compile this driver as a module, choose M here: the
573           module will be called omninet.
574
575 config USB_SERIAL_DEBUG
576         tristate "USB Debugging Device"
577         help
578           Say Y here if you have a USB debugging device used to receive
579           debugging data from another machine.  The most common of these
580           devices is the NetChip TurboCONNECT device.
581
582           To compile this driver as a module, choose M here: the
583           module will be called usb-debug.
584
585 endif # USB_SERIAL