upgrade to linux 2.6.10-1.12_FC2
[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_IPW
206         tristate "USB IPWireless (3G UMTS TDD) Driver (EXPERIMENTAL)"
207         depends on USB_SERIAL && EXPERIMENTAL
208         help
209           Say Y here if you want to use a IPWireless USB modem such as
210           the ones supplied by Axity3G/Sentech South Africa.
211
212           To compile this driver as a module, choose M here: the
213           module will be called ipw.
214
215 config USB_SERIAL_KEYSPAN_PDA
216         tristate "USB Keyspan PDA Single Port Serial Driver"
217         depends on USB_SERIAL
218         help
219           Say Y here if you want to use a Keyspan PDA single port USB to
220           serial converter device.  This driver makes use of firmware
221           developed from scratch by Brian Warner.
222
223           To compile this driver as a module, choose M here: the
224           module will be called keyspan_pda.
225
226 config USB_SERIAL_KEYSPAN
227         tristate "USB Keyspan USA-xxx Serial Driver"
228         depends on USB_SERIAL
229         ---help---
230           Say Y here if you want to use Keyspan USB to serial converter
231           devices.  This driver makes use of Keyspan's official firmware
232           and was developed with their support.  You must also include
233           firmware to support your particular device(s).
234
235           See <http://misc.nu/hugh/keyspan.html> for more information.
236
237           To compile this driver as a module, choose M here: the
238           module will be called keyspan.
239
240 config USB_SERIAL_KEYSPAN_MPR
241         bool "USB Keyspan MPR Firmware"
242         depends on USB_SERIAL_KEYSPAN
243         help
244           Say Y here to include firmware for the Keyspan MPR converter.
245
246 config USB_SERIAL_KEYSPAN_USA28
247         bool "USB Keyspan USA-28 Firmware"
248         depends on USB_SERIAL_KEYSPAN
249         help
250           Say Y here to include firmware for the USA-28 converter.
251
252 config USB_SERIAL_KEYSPAN_USA28X
253         bool "USB Keyspan USA-28X Firmware"
254         depends on USB_SERIAL_KEYSPAN
255         help
256           Say Y here to include firmware for the USA-28X converter.
257           Be sure you have a USA-28X, there are also 28XA and 28XB
258           models, the label underneath has the actual part number.
259
260 config USB_SERIAL_KEYSPAN_USA28XA
261         bool "USB Keyspan USA-28XA Firmware"
262         depends on USB_SERIAL_KEYSPAN
263         help
264           Say Y here to include firmware for the USA-28XA converter.
265           Be sure you have a USA-28XA, there are also 28X and 28XB
266           models, the label underneath has the actual part number.
267
268 config USB_SERIAL_KEYSPAN_USA28XB
269         bool "USB Keyspan USA-28XB Firmware"
270         depends on USB_SERIAL_KEYSPAN
271         help
272           Say Y here to include firmware for the USA-28XB converter.
273           Be sure you have a USA-28XB, there are also 28X and 28XA
274           models, the label underneath has the actual part number.
275
276 config USB_SERIAL_KEYSPAN_USA19
277         bool "USB Keyspan USA-19 Firmware"
278         depends on USB_SERIAL_KEYSPAN
279         help
280           Say Y here to include firmware for the USA-19 converter.
281
282 config USB_SERIAL_KEYSPAN_USA18X
283         bool "USB Keyspan USA-18X Firmware"
284         depends on USB_SERIAL_KEYSPAN
285         help
286           Say Y here to include firmware for the USA-18X converter.
287
288 config USB_SERIAL_KEYSPAN_USA19W
289         bool "USB Keyspan USA-19W Firmware"
290         depends on USB_SERIAL_KEYSPAN
291         help
292           Say Y here to include firmware for the USA-19W converter.
293
294 config USB_SERIAL_KEYSPAN_USA19QW
295         bool "USB Keyspan USA-19QW Firmware"
296         depends on USB_SERIAL_KEYSPAN
297         help
298           Say Y here to include firmware for the USA-19QW converter.
299
300 config USB_SERIAL_KEYSPAN_USA19QI
301         bool "USB Keyspan USA-19QI Firmware"
302         depends on USB_SERIAL_KEYSPAN
303         help
304           Say Y here to include firmware for the USA-19QI converter.
305
306 config USB_SERIAL_KEYSPAN_USA49W
307         bool "USB Keyspan USA-49W Firmware"
308         depends on USB_SERIAL_KEYSPAN
309         help
310           Say Y here to include firmware for the USA-49W converter.
311
312 config USB_SERIAL_KEYSPAN_USA49WLC
313         bool "USB Keyspan USA-49WLC Firmware"
314         depends on USB_SERIAL_KEYSPAN
315         help
316           Say Y here to include firmware for the USA-49WLC converter.
317
318 config USB_SERIAL_KLSI
319         tristate "USB KL5KUSB105 (Palmconnect) Driver (EXPERIMENTAL)"
320         depends on USB_SERIAL && EXPERIMENTAL
321         ---help---
322           Say Y here if you want to use a KL5KUSB105 - based single port
323           serial adapter. The most widely known -- and currently the only
324           tested -- device in this category is the PalmConnect USB Serial
325           adapter sold by Palm Inc. for use with their Palm III and Palm V
326           series PDAs.
327
328           Please read <file:Documentation/usb/usb-serial.txt> for more
329           information.
330
331           To compile this driver as a module, choose M here: the
332           module will be called kl5kusb105.
333
334 config USB_SERIAL_KOBIL_SCT
335         tristate "USB KOBIL chipcard reader"
336         depends on USB_SERIAL
337         ---help---
338           Say Y here if you want to use one of the following KOBIL USB chipcard
339           readers:
340
341             - USB TWIN
342             - KAAN Standard Plus
343             - KAAN SIM
344             - SecOVID Reader Plus
345             - B1 Professional
346             - KAAN Professional
347
348           Note that you need a current CT-API.
349           To compile this driver as a module, choose M here: the
350           module will be called kobil_sct.
351
352 config USB_SERIAL_MCT_U232
353         tristate "USB MCT Single Port Serial Driver"
354         depends on USB_SERIAL
355         ---help---
356           Say Y here if you want to use a USB Serial single port adapter from
357           Magic Control Technology Corp. (U232 is one of the model numbers).
358
359           This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
360           BAY devices.
361
362           To compile this driver as a module, choose M here: the
363           module will be called mct_u232.
364
365 config USB_SERIAL_PL2303
366         tristate "USB Prolific 2303 Single Port Serial Driver"
367         depends on USB_SERIAL
368         help
369           Say Y here if you want to use the PL2303 USB Serial single port
370           adapter from Prolific.
371
372           To compile this driver as a module, choose M here: the
373           module will be called pl2303.
374
375 config USB_SERIAL_SAFE
376         tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)"
377         depends on USB_SERIAL && EXPERIMENTAL
378
379 config USB_SERIAL_SAFE_PADDED
380         bool "USB Secure Encapsulated Driver - Padded"
381         depends on USB_SERIAL_SAFE
382
383 config USB_SERIAL_CYBERJACK
384         tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL)"
385         depends on USB_SERIAL && EXPERIMENTAL
386         ---help---
387           Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
388           reader. This is an interface to ISO 7816 compatible contactbased
389           chipcards, e.g. GSM SIMs.
390
391           To compile this driver as a module, choose M here: the
392           module will be called cyberjack.
393
394           If unsure, say N.
395
396 config USB_SERIAL_XIRCOM
397         tristate "USB Xircom / Entregra Single Port Serial Driver"
398         depends on USB_SERIAL
399         help
400           Say Y here if you want to use a Xircom or Entregra single port USB to
401           serial converter device.  This driver makes use of firmware
402           developed from scratch by Brian Warner.
403
404           To compile this driver as a module, choose M here: the
405           module will be called keyspan_pda.
406
407 config USB_SERIAL_OMNINET
408         tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)"
409         depends on USB_SERIAL && EXPERIMENTAL
410         help
411           Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
412
413           To compile this driver as a module, choose M here: the
414           module will be called omninet.
415
416 config USB_EZUSB
417         bool
418         depends on USB_SERIAL_KEYSPAN_PDA || USB_SERIAL_XIRCOM || USB_SERIAL_KEYSPAN || USB_SERIAL_WHITEHEAT
419         default y
420
421 endmenu
422