patch-2_6_7-vs1_9_1_12
[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_DEBUG
24         bool "USB Serial Converter verbose debug"
25         depends on USB_SERIAL=y
26         help
27           Say Y here if you want verbose debug messages from the USB Serial
28           Drivers sent to the kernel debug log.
29
30 config USB_SERIAL_CONSOLE
31         bool "USB Serial Console device support (EXPERIMENTAL)"
32         depends on USB_SERIAL=y && EXPERIMENTAL
33         ---help---
34           If you say Y here, it will be possible to use a USB to serial
35           converter port as the system console (the system console is the
36           device which receives all kernel messages and warnings and which
37           allows logins in single user mode). This could be useful if some
38           terminal or printer is connected to that serial port.
39
40           Even if you say Y here, the currently visible virtual console
41           (/dev/tty0) will still be used as the system console by default, but
42           you can alter that using a kernel command line option such as
43           "console=ttyUSB0". (Try "man bootparam" or see the documentation of
44           your boot loader (lilo or loadlin) about how to pass options to the
45           kernel at boot time.)
46
47           If you don't have a VGA card installed and you say Y here, the
48           kernel will automatically use the first USB to serial converter
49           port, /dev/ttyUSB0, as system console.
50
51           If unsure, say N.
52
53 config USB_SERIAL_GENERIC
54         bool "USB Generic Serial Driver"
55         depends on USB_SERIAL
56         help
57           Say Y here if you want to use the generic USB serial driver.  Please
58           read <file:Documentation/usb/usb-serial.txt> for more information on
59           using this driver.  It is recommended that the "USB Serial converter
60           support" be compiled as a module for this driver to be used
61           properly.
62
63 config USB_SERIAL_BELKIN
64         tristate "USB Belkin and Peracom Single Port Serial Driver"
65         depends on USB_SERIAL
66         help
67           Say Y here if you want to use a Belkin USB Serial single port
68           adaptor (F5U103 is one of the model numbers) or the Peracom single
69           port USB to serial adapter.
70
71           To compile this driver as a module, choose M here: the
72           module will be called belkin_sa.
73
74 config USB_SERIAL_WHITEHEAT
75         tristate "USB ConnectTech WhiteHEAT Serial Driver"
76         depends on USB_SERIAL && BROKEN_ON_SMP
77         help
78           Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
79           USB to serial converter device.
80
81           To compile this driver as a module, choose M here: the
82           module will be called whiteheat.
83
84 config USB_SERIAL_DIGI_ACCELEPORT
85         tristate "USB Digi International AccelePort USB Serial Driver"
86         depends on USB_SERIAL
87         ---help---
88           Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
89           2 port (plus parallel port) and 4 port USB serial converters.  The
90           parallel port on the USB 2 appears as a third serial port on Linux.
91           The Digi Acceleport USB 8 is not yet supported by this driver.
92
93           This driver works under SMP with the usb-uhci driver.  It does not
94           work under SMP with the uhci driver.
95
96           To compile this driver as a module, choose M here: the
97           module will be called digi_acceleport.
98
99 config USB_SERIAL_EMPEG
100         tristate "USB Empeg empeg-car Mark I/II Driver"
101         depends on USB_SERIAL
102         help
103           Say Y here if you want to connect to your Empeg empeg-car Mark I/II
104           mp3 player via USB.  The driver uses a single ttyUSB{0,1,2,...}
105           device node.  See <file:Documentation/usb/usb-serial.txt> for more
106           tidbits of information.
107
108           To compile this driver as a module, choose M here: the
109           module will be called empeg.
110
111 config USB_SERIAL_FTDI_SIO
112         tristate "USB FTDI Single Port Serial Driver (EXPERIMENTAL)"
113         depends on USB_SERIAL && EXPERIMENTAL
114         ---help---
115           Say Y here if you want to use a FTDI SIO single port USB to serial
116           converter device. The implementation I have is called the USC-1000.
117           This driver has also be tested with the 245 and 232 devices.
118
119           See <http://ftdi-usb-sio.sourceforge.net/> for more
120           information on this driver and the device.
121
122           To compile this driver as a module, choose M here: the
123           module will be called ftdi_sio.
124
125 config USB_SERIAL_VISOR
126         tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
127         depends on USB_SERIAL
128         help
129           Say Y here if you want to connect to your HandSpring Visor, Palm
130           m500 or m505 through its USB docking station. See
131           <http://usbvisor.sourceforge.net/> for more information on using this
132           driver.
133
134           To compile this driver as a module, choose M here: the
135           module will be called visor.
136
137 config USB_SERIAL_IPAQ
138         tristate "USB PocketPC PDA Driver"
139         depends on USB_SERIAL
140         help
141           Say Y here if you want to connect to your Compaq iPAQ, HP Jornada
142           or any other PDA running Windows CE 3.0 or PocketPC 2002
143           using a USB cradle/cable. For information on using the driver,
144           read <file:Documentation/usb/usb-serial.txt>.
145
146           To compile this driver as a module, choose M here: the
147           module will be called ipaq.
148
149 config USB_SERIAL_IR
150         tristate "USB IR Dongle Serial Driver (EXPERIMENTAL)"
151         depends on USB_SERIAL && EXPERIMENTAL
152         help
153           Say Y here if you want to enable simple serial support for USB IrDA
154           devices.  This is useful if you do not want to use the full IrDA
155           stack.
156
157           To compile this driver as a module, choose M here: the
158           module will be called ir-usb.
159
160 config USB_SERIAL_EDGEPORT
161         tristate "USB Inside Out Edgeport Serial Driver"
162         depends on USB_SERIAL
163         ---help---
164           Say Y here if you want to use any of the following devices from
165           Inside Out Networks (Digi):
166           Edgeport/4
167           Rapidport/4
168           Edgeport/4t
169           Edgeport/2
170           Edgeport/4i
171           Edgeport/2i
172           Edgeport/421
173           Edgeport/21
174           Edgeport/8
175           Edgeport/8 Dual
176           Edgeport/2D8
177           Edgeport/4D8
178           Edgeport/8i
179           Edgeport/2 DIN
180           Edgeport/4 DIN
181           Edgeport/16 Dual
182
183           To compile this driver as a module, choose M here: the
184           module will be called io_edgeport.
185
186 config USB_SERIAL_EDGEPORT_TI
187         tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
188         depends on USB_SERIAL
189         help
190           Say Y here if you want to use any of the devices from Inside Out
191           Networks (Digi) that are not supported by the io_edgeport driver.
192           This includes the Edgeport/1 device.
193
194           To compile this driver as a module, choose M here: the
195           module will be called io_ti.
196
197 config USB_SERIAL_KEYSPAN_PDA
198         tristate "USB Keyspan PDA Single Port Serial Driver"
199         depends on USB_SERIAL
200         help
201           Say Y here if you want to use a Keyspan PDA single port USB to
202           serial converter device.  This driver makes use of firmware
203           developed from scratch by Brian Warner.
204
205           To compile this driver as a module, choose M here: the
206           module will be called keyspan_pda.
207
208 config USB_SERIAL_KEYSPAN
209         tristate "USB Keyspan USA-xxx Serial Driver"
210         depends on USB_SERIAL
211         ---help---
212           Say Y here if you want to use Keyspan USB to serial converter
213           devices.  This driver makes use of Keyspan's official firmware
214           and was developed with their support.  You must also include
215           firmware to support your particular device(s).
216
217           See <http://misc.nu/hugh/keyspan.html> for more information.
218
219           To compile this driver as a module, choose M here: the
220           module will be called keyspan.
221
222 config USB_SERIAL_KEYSPAN_MPR
223         bool "USB Keyspan MPR Firmware"
224         depends on USB_SERIAL_KEYSPAN
225         help
226           Say Y here to include firmware for the Keyspan MPR converter.
227
228 config USB_SERIAL_KEYSPAN_USA28
229         bool "USB Keyspan USA-28 Firmware"
230         depends on USB_SERIAL_KEYSPAN
231         help
232           Say Y here to include firmware for the USA-28 converter.
233
234 config USB_SERIAL_KEYSPAN_USA28X
235         bool "USB Keyspan USA-28X Firmware"
236         depends on USB_SERIAL_KEYSPAN
237         help
238           Say Y here to include firmware for the USA-28X converter.
239           Be sure you have a USA-28X, there are also 28XA and 28XB
240           models, the label underneath has the actual part number.
241
242 config USB_SERIAL_KEYSPAN_USA28XA
243         bool "USB Keyspan USA-28XA Firmware"
244         depends on USB_SERIAL_KEYSPAN
245         help
246           Say Y here to include firmware for the USA-28XA converter.
247           Be sure you have a USA-28XA, there are also 28X and 28XB
248           models, the label underneath has the actual part number.
249
250 config USB_SERIAL_KEYSPAN_USA28XB
251         bool "USB Keyspan USA-28XB Firmware"
252         depends on USB_SERIAL_KEYSPAN
253         help
254           Say Y here to include firmware for the USA-28XB converter.
255           Be sure you have a USA-28XB, there are also 28X and 28XA
256           models, the label underneath has the actual part number.
257
258 config USB_SERIAL_KEYSPAN_USA19
259         bool "USB Keyspan USA-19 Firmware"
260         depends on USB_SERIAL_KEYSPAN
261         help
262           Say Y here to include firmware for the USA-19 converter.
263
264 config USB_SERIAL_KEYSPAN_USA18X
265         bool "USB Keyspan USA-18X Firmware"
266         depends on USB_SERIAL_KEYSPAN
267         help
268           Say Y here to include firmware for the USA-18X converter.
269
270 config USB_SERIAL_KEYSPAN_USA19W
271         bool "USB Keyspan USA-19W Firmware"
272         depends on USB_SERIAL_KEYSPAN
273         help
274           Say Y here to include firmware for the USA-19W converter.
275
276 config USB_SERIAL_KEYSPAN_USA19QW
277         bool "USB Keyspan USA-19QW Firmware"
278         depends on USB_SERIAL_KEYSPAN
279         help
280           Say Y here to include firmware for the USA-19QW converter.
281
282 config USB_SERIAL_KEYSPAN_USA19QI
283         bool "USB Keyspan USA-19QI Firmware"
284         depends on USB_SERIAL_KEYSPAN
285         help
286           Say Y here to include firmware for the USA-19QI converter.
287
288 config USB_SERIAL_KEYSPAN_USA49W
289         bool "USB Keyspan USA-49W Firmware"
290         depends on USB_SERIAL_KEYSPAN
291         help
292           Say Y here to include firmware for the USA-49W converter.
293
294 config USB_SERIAL_KEYSPAN_USA49WLC
295         bool "USB Keyspan USA-49WLC Firmware"
296         depends on USB_SERIAL_KEYSPAN
297         help
298           Say Y here to include firmware for the USA-49WLC converter.
299
300 config USB_SERIAL_KLSI
301         tristate "USB KL5KUSB105 (Palmconnect) Driver (EXPERIMENTAL)"
302         depends on USB_SERIAL && EXPERIMENTAL
303         ---help---
304           Say Y here if you want to use a KL5KUSB105 - based single port
305           serial adapter. The most widely known -- and currently the only
306           tested -- device in this category is the PalmConnect USB Serial
307           adapter sold by Palm Inc. for use with their Palm III and Palm V
308           series PDAs.
309
310           Please read <file:Documentation/usb/usb-serial.txt> for more
311           information.
312
313           To compile this driver as a module, choose M here: the
314           module will be called kl5kusb105.
315
316 config USB_SERIAL_KOBIL_SCT
317         tristate "USB KOBIL chipcard reader"
318         depends on USB_SERIAL
319         ---help---
320           Say Y here if you want to use one of the following KOBIL USB chipcard
321           readers:
322
323             - USB TWIN
324             - KAAN Standard Plus
325             - KAAN SIM
326             - SecOVID Reader Plus
327             - B1 Professional
328             - KAAN Professional
329
330           Note that you need a current CT-API.
331           To compile this driver as a module, choose M here: the
332           module will be called kobil_sct.
333
334 config USB_SERIAL_MCT_U232
335         tristate "USB MCT Single Port Serial Driver"
336         depends on USB_SERIAL
337         ---help---
338           Say Y here if you want to use a USB Serial single port adapter from
339           Magic Control Technology Corp. (U232 is one of the model numbers).
340
341           This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
342           BAY devices.
343
344           To compile this driver as a module, choose M here: the
345           module will be called mct_u232.
346
347 config USB_SERIAL_PL2303
348         tristate "USB Prolific 2303 Single Port Serial Driver"
349         depends on USB_SERIAL
350         help
351           Say Y here if you want to use the PL2303 USB Serial single port
352           adapter from Prolific.
353
354           To compile this driver as a module, choose M here: the
355           module will be called pl2303.
356
357 config USB_SERIAL_SAFE
358         tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)"
359         depends on USB_SERIAL && EXPERIMENTAL
360
361 config USB_SERIAL_SAFE_PADDED
362         bool "USB Secure Encapsulated Driver - Padded"
363         depends on USB_SERIAL_SAFE
364
365 config USB_SERIAL_CYBERJACK
366         tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL)"
367         depends on USB_SERIAL && EXPERIMENTAL
368         ---help---
369           Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
370           reader. This is an interface to ISO 7816 compatible contactbased
371           chipcards, e.g. GSM SIMs.
372
373           To compile this driver as a module, choose M here: the
374           module will be called cyberjack.
375
376           If unsure, say N.
377
378 config USB_SERIAL_XIRCOM
379         tristate "USB Xircom / Entregra Single Port Serial Driver"
380         depends on USB_SERIAL
381         help
382           Say Y here if you want to use a Xircom or Entregra single port USB to
383           serial converter device.  This driver makes use of firmware
384           developed from scratch by Brian Warner.
385
386           To compile this driver as a module, choose M here: the
387           module will be called keyspan_pda.
388
389 config USB_SERIAL_OMNINET
390         tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)"
391         depends on USB_SERIAL && EXPERIMENTAL
392         help
393           Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
394
395           To compile this driver as a module, choose M here: the
396           module will be called omninet.
397
398 config USB_EZUSB
399         bool
400         depends on USB_SERIAL_KEYSPAN_PDA || USB_SERIAL_XIRCOM || USB_SERIAL_KEYSPAN || USB_SERIAL_WHITEHEAT
401         default y
402
403 endmenu
404