vserver 1.9.5.x5
[linux-2.6.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_BELKIN
57         tristate "USB Belkin and Peracom Single Port Serial Driver"
58         depends on USB_SERIAL
59         help
60           Say Y here if you want to use a Belkin USB Serial single port
61           adaptor (F5U103 is one of the model numbers) or the Peracom single
62           port USB to serial adapter.
63
64           To compile this driver as a module, choose M here: the
65           module will be called belkin_sa.
66
67 config USB_SERIAL_WHITEHEAT
68         tristate "USB ConnectTech WhiteHEAT Serial Driver"
69         depends on USB_SERIAL && BROKEN_ON_SMP
70         help
71           Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
72           USB to serial converter device.
73
74           To compile this driver as a module, choose M here: the
75           module will be called whiteheat.
76
77 config USB_SERIAL_DIGI_ACCELEPORT
78         tristate "USB Digi International AccelePort USB Serial Driver"
79         depends on USB_SERIAL
80         ---help---
81           Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
82           2 port (plus parallel port) and 4 port USB serial converters.  The
83           parallel port on the USB 2 appears as a third serial port on Linux.
84           The Digi Acceleport USB 8 is not yet supported by this driver.
85
86           This driver works under SMP with the usb-uhci driver.  It does not
87           work under SMP with the uhci driver.
88
89           To compile this driver as a module, choose M here: the
90           module will be called digi_acceleport.
91
92 config USB_SERIAL_CYPRESS_M8
93         tristate "USB Cypress M8 USB Serial Driver"
94         depends on USB_SERIAL && EXPERIMENTAL
95         help
96           Say Y here if you want to use a device that contains the Cypress
97           USB to Serial microcontroller, such as the DeLorme Earthmate GPS.
98
99                 Attempted SMP support... send bug reports!
100
101           Supported microcontrollers in the CY4601 family are:
102                 CY7C63741 CY7C63742 CY7C63743 CY7C64013
103         
104           To compile this driver as a module, choose M here: the
105           module will be called cypress_m8.
106
107 config USB_SERIAL_EMPEG
108         tristate "USB Empeg empeg-car Mark I/II Driver"
109         depends on USB_SERIAL
110         help
111           Say Y here if you want to connect to your Empeg empeg-car Mark I/II
112           mp3 player via USB.  The driver uses a single ttyUSB{0,1,2,...}
113           device node.  See <file:Documentation/usb/usb-serial.txt> for more
114           tidbits of information.
115
116           To compile this driver as a module, choose M here: the
117           module will be called empeg.
118
119 config USB_SERIAL_FTDI_SIO
120         tristate "USB FTDI Single Port Serial Driver (EXPERIMENTAL)"
121         depends on USB_SERIAL && EXPERIMENTAL
122         ---help---
123           Say Y here if you want to use a FTDI SIO single port USB to serial
124           converter device. The implementation I have is called the USC-1000.
125           This driver has also be tested with the 245 and 232 devices.
126
127           See <http://ftdi-usb-sio.sourceforge.net/> for more
128           information on this driver and the device.
129
130           To compile this driver as a module, choose M here: the
131           module will be called ftdi_sio.
132
133 config USB_SERIAL_VISOR
134         tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
135         depends on USB_SERIAL
136         help
137           Say Y here if you want to connect to your HandSpring Visor, Palm
138           m500 or m505 through its USB docking station. See
139           <http://usbvisor.sourceforge.net/> for more information on using this
140           driver.
141
142           To compile this driver as a module, choose M here: the
143           module will be called visor.
144
145 config USB_SERIAL_IPAQ
146         tristate "USB PocketPC PDA Driver"
147         depends on USB_SERIAL
148         help
149           Say Y here if you want to connect to your Compaq iPAQ, HP Jornada
150           or any other PDA running Windows CE 3.0 or PocketPC 2002
151           using a USB cradle/cable. For information on using the driver,
152           read <file:Documentation/usb/usb-serial.txt>.
153
154           To compile this driver as a module, choose M here: the
155           module will be called ipaq.
156
157 config USB_SERIAL_IR
158         tristate "USB IR Dongle Serial Driver (EXPERIMENTAL)"
159         depends on USB_SERIAL && EXPERIMENTAL
160         help
161           Say Y here if you want to enable simple serial support for USB IrDA
162           devices.  This is useful if you do not want to use the full IrDA
163           stack.
164
165           To compile this driver as a module, choose M here: the
166           module will be called ir-usb.
167
168 config USB_SERIAL_EDGEPORT
169         tristate "USB Inside Out Edgeport Serial Driver"
170         depends on USB_SERIAL
171         ---help---
172           Say Y here if you want to use any of the following devices from
173           Inside Out Networks (Digi):
174           Edgeport/4
175           Rapidport/4
176           Edgeport/4t
177           Edgeport/2
178           Edgeport/4i
179           Edgeport/2i
180           Edgeport/421
181           Edgeport/21
182           Edgeport/8
183           Edgeport/8 Dual
184           Edgeport/2D8
185           Edgeport/4D8
186           Edgeport/8i
187           Edgeport/2 DIN
188           Edgeport/4 DIN
189           Edgeport/16 Dual
190
191           To compile this driver as a module, choose M here: the
192           module will be called io_edgeport.
193
194 config USB_SERIAL_EDGEPORT_TI
195         tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
196         depends on USB_SERIAL
197         help
198           Say Y here if you want to use any of the devices from Inside Out
199           Networks (Digi) that are not supported by the io_edgeport driver.
200           This includes the Edgeport/1 device.
201
202           To compile this driver as a module, choose M here: the
203           module will be called io_ti.
204
205 config USB_SERIAL_GARMIN
206        tristate "USB Garmin GPS driver"
207        depends on USB_SERIAL
208        help
209          Say Y here if you want to connect to your Garmin GPS.
210          Should work with most Garmin GPS devices which have a native USB port.
211
212          See <http://sourceforge.net/projects/garmin-gps> for the latest
213          version of the driver.
214
215          To compile this driver as a module, choose M here: the
216          module will be called garmin_gps.
217
218 config USB_SERIAL_IPW
219         tristate "USB IPWireless (3G UMTS TDD) Driver (EXPERIMENTAL)"
220         depends on USB_SERIAL && EXPERIMENTAL
221         help
222           Say Y here if you want to use a IPWireless USB modem such as
223           the ones supplied by Axity3G/Sentech South Africa.
224
225           To compile this driver as a module, choose M here: the
226           module will be called ipw.
227
228 config USB_SERIAL_KEYSPAN_PDA
229         tristate "USB Keyspan PDA Single Port Serial Driver"
230         depends on USB_SERIAL
231         help
232           Say Y here if you want to use a Keyspan PDA single port USB to
233           serial converter device.  This driver makes use of firmware
234           developed from scratch by Brian Warner.
235
236           To compile this driver as a module, choose M here: the
237           module will be called keyspan_pda.
238
239 config USB_SERIAL_KEYSPAN
240         tristate "USB Keyspan USA-xxx Serial Driver"
241         depends on USB_SERIAL
242         ---help---
243           Say Y here if you want to use Keyspan USB to serial converter
244           devices.  This driver makes use of Keyspan's official firmware
245           and was developed with their support.  You must also include
246           firmware to support your particular device(s).
247
248           See <http://misc.nu/hugh/keyspan.html> for more information.
249
250           To compile this driver as a module, choose M here: the
251           module will be called keyspan.
252
253 config USB_SERIAL_KEYSPAN_MPR
254         bool "USB Keyspan MPR Firmware"
255         depends on USB_SERIAL_KEYSPAN
256         help
257           Say Y here to include firmware for the Keyspan MPR converter.
258
259 config USB_SERIAL_KEYSPAN_USA28
260         bool "USB Keyspan USA-28 Firmware"
261         depends on USB_SERIAL_KEYSPAN
262         help
263           Say Y here to include firmware for the USA-28 converter.
264
265 config USB_SERIAL_KEYSPAN_USA28X
266         bool "USB Keyspan USA-28X Firmware"
267         depends on USB_SERIAL_KEYSPAN
268         help
269           Say Y here to include firmware for the USA-28X converter.
270           Be sure you have a USA-28X, there are also 28XA and 28XB
271           models, the label underneath has the actual part number.
272
273 config USB_SERIAL_KEYSPAN_USA28XA
274         bool "USB Keyspan USA-28XA Firmware"
275         depends on USB_SERIAL_KEYSPAN
276         help
277           Say Y here to include firmware for the USA-28XA converter.
278           Be sure you have a USA-28XA, there are also 28X and 28XB
279           models, the label underneath has the actual part number.
280
281 config USB_SERIAL_KEYSPAN_USA28XB
282         bool "USB Keyspan USA-28XB Firmware"
283         depends on USB_SERIAL_KEYSPAN
284         help
285           Say Y here to include firmware for the USA-28XB converter.
286           Be sure you have a USA-28XB, there are also 28X and 28XA
287           models, the label underneath has the actual part number.
288
289 config USB_SERIAL_KEYSPAN_USA19
290         bool "USB Keyspan USA-19 Firmware"
291         depends on USB_SERIAL_KEYSPAN
292         help
293           Say Y here to include firmware for the USA-19 converter.
294
295 config USB_SERIAL_KEYSPAN_USA18X
296         bool "USB Keyspan USA-18X Firmware"
297         depends on USB_SERIAL_KEYSPAN
298         help
299           Say Y here to include firmware for the USA-18X converter.
300
301 config USB_SERIAL_KEYSPAN_USA19W
302         bool "USB Keyspan USA-19W Firmware"
303         depends on USB_SERIAL_KEYSPAN
304         help
305           Say Y here to include firmware for the USA-19W converter.
306
307 config USB_SERIAL_KEYSPAN_USA19QW
308         bool "USB Keyspan USA-19QW Firmware"
309         depends on USB_SERIAL_KEYSPAN
310         help
311           Say Y here to include firmware for the USA-19QW converter.
312
313 config USB_SERIAL_KEYSPAN_USA19QI
314         bool "USB Keyspan USA-19QI Firmware"
315         depends on USB_SERIAL_KEYSPAN
316         help
317           Say Y here to include firmware for the USA-19QI converter.
318
319 config USB_SERIAL_KEYSPAN_USA49W
320         bool "USB Keyspan USA-49W Firmware"
321         depends on USB_SERIAL_KEYSPAN
322         help
323           Say Y here to include firmware for the USA-49W converter.
324
325 config USB_SERIAL_KEYSPAN_USA49WLC
326         bool "USB Keyspan USA-49WLC Firmware"
327         depends on USB_SERIAL_KEYSPAN
328         help
329           Say Y here to include firmware for the USA-49WLC converter.
330
331 config USB_SERIAL_KLSI
332         tristate "USB KL5KUSB105 (Palmconnect) Driver (EXPERIMENTAL)"
333         depends on USB_SERIAL && EXPERIMENTAL
334         ---help---
335           Say Y here if you want to use a KL5KUSB105 - based single port
336           serial adapter. The most widely known -- and currently the only
337           tested -- device in this category is the PalmConnect USB Serial
338           adapter sold by Palm Inc. for use with their Palm III and Palm V
339           series PDAs.
340
341           Please read <file:Documentation/usb/usb-serial.txt> for more
342           information.
343
344           To compile this driver as a module, choose M here: the
345           module will be called kl5kusb105.
346
347 config USB_SERIAL_KOBIL_SCT
348         tristate "USB KOBIL chipcard reader"
349         depends on USB_SERIAL
350         ---help---
351           Say Y here if you want to use one of the following KOBIL USB chipcard
352           readers:
353
354             - USB TWIN
355             - KAAN Standard Plus
356             - KAAN SIM
357             - SecOVID Reader Plus
358             - B1 Professional
359             - KAAN Professional
360
361           Note that you need a current CT-API.
362           To compile this driver as a module, choose M here: the
363           module will be called kobil_sct.
364
365 config USB_SERIAL_MCT_U232
366         tristate "USB MCT Single Port Serial Driver"
367         depends on USB_SERIAL
368         ---help---
369           Say Y here if you want to use a USB Serial single port adapter from
370           Magic Control Technology Corp. (U232 is one of the model numbers).
371
372           This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
373           BAY devices.
374
375           To compile this driver as a module, choose M here: the
376           module will be called mct_u232.
377
378 config USB_SERIAL_PL2303
379         tristate "USB Prolific 2303 Single Port Serial Driver"
380         depends on USB_SERIAL
381         help
382           Say Y here if you want to use the PL2303 USB Serial single port
383           adapter from Prolific.
384
385           To compile this driver as a module, choose M here: the
386           module will be called pl2303.
387
388 config USB_SERIAL_SAFE
389         tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)"
390         depends on USB_SERIAL && EXPERIMENTAL
391
392 config USB_SERIAL_SAFE_PADDED
393         bool "USB Secure Encapsulated Driver - Padded"
394         depends on USB_SERIAL_SAFE
395
396 config USB_SERIAL_TI
397         tristate "USB TI 3410/5052 Serial Driver"
398         depends on USB_SERIAL
399         help
400           Say Y here if you want to use the TI USB 3410 or 5052
401           serial devices.
402
403           To compile this driver as a module, choose M here: the
404           module will be called ti_usb_3410_5052.
405
406 config USB_SERIAL_CYBERJACK
407         tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL)"
408         depends on USB_SERIAL && EXPERIMENTAL
409         ---help---
410           Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
411           reader. This is an interface to ISO 7816 compatible contactbased
412           chipcards, e.g. GSM SIMs.
413
414           To compile this driver as a module, choose M here: the
415           module will be called cyberjack.
416
417           If unsure, say N.
418
419 config USB_SERIAL_XIRCOM
420         tristate "USB Xircom / Entregra Single Port Serial Driver"
421         depends on USB_SERIAL
422         help
423           Say Y here if you want to use a Xircom or Entregra single port USB to
424           serial converter device.  This driver makes use of firmware
425           developed from scratch by Brian Warner.
426
427           To compile this driver as a module, choose M here: the
428           module will be called keyspan_pda.
429
430 config USB_SERIAL_OMNINET
431         tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)"
432         depends on USB_SERIAL && EXPERIMENTAL
433         help
434           Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
435
436           To compile this driver as a module, choose M here: the
437           module will be called omninet.
438
439 config USB_EZUSB
440         bool
441         depends on USB_SERIAL_KEYSPAN_PDA || USB_SERIAL_XIRCOM || USB_SERIAL_KEYSPAN || USB_SERIAL_WHITEHEAT
442         default y
443
444 endmenu
445