blob: e2d1d928a1e4e91d1388a41b55b5820264fc0d90 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB Serial device configuration
3#
4
5menu "USB Serial Converter support"
6 depends on USB!=n
7
8config 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
23config 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
46config 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
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -030056config USB_SERIAL_AIRCABLE
Naranjo Manuel Francisco23b0d962006-10-27 16:08:54 -030057 tristate "USB AIRcable Bluetooth Dongle Driver (EXPERIMENTAL)"
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -030058 depends on USB_SERIAL && EXPERIMENTAL
59 help
Naranjo Manuel Francisco23b0d962006-10-27 16:08:54 -030060 Say Y here if you want to use USB AIRcable Bluetooth Dongle.
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -030061
62 To compile this driver as a module, choose M here: the module
63 will be called aircable.
64
Greg KH3b86b202005-04-25 21:46:29 -070065config 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
Greg Kroah-Hartman815ddc92006-05-12 11:05:29 -070074config 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070084config 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
Frank A Kingswood6ce76102007-08-22 20:48:58 +010095config 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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105config USB_SERIAL_WHITEHEAT
106 tristate "USB ConnectTech WhiteHEAT Serial Driver"
Alan Cox33f0f882006-01-09 20:54:13 -0800107 depends on USB_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 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
115config 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
130config 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
140config 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
155config 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
167config 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
Greg Kroah-Hartmanf9814802006-04-13 08:09:52 -0700181config USB_SERIAL_FUNSOFT
182 tristate "USB Fundamental Software Dongle Driver"
David Miller88bf7b32007-01-10 23:15:40 -0800183 depends on USB_SERIAL
Greg Kroah-Hartmanf9814802006-04-13 08:09:52 -0700184 ---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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190config 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
202config 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
214config 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
225config 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
251config 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
262config 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
275config 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
Alain Degreffe60a8fc02007-10-26 13:51:49 +0200285config USB_SERIAL_IUU
286 tristate "USB Infinity USB Unlimited Phoenix Driver (Experimental)"
287 depends on USB_SERIAL && EXPERIMENTAL
288 help
289 Say Y here if you want to use a IUU in phoenix mode and get
290 an extra ttyUSBx device. More information available on
291 http://eczema.ecze.com/iuu_phoenix.html
292
293 To compile this driver as a module, choose M here: the
294 module will be called iuu_phoenix.o
295
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296config USB_SERIAL_KEYSPAN_PDA
297 tristate "USB Keyspan PDA Single Port Serial Driver"
298 depends on USB_SERIAL
299 help
300 Say Y here if you want to use a Keyspan PDA single port USB to
301 serial converter device. This driver makes use of firmware
302 developed from scratch by Brian Warner.
303
304 To compile this driver as a module, choose M here: the
305 module will be called keyspan_pda.
306
307config USB_SERIAL_KEYSPAN
308 tristate "USB Keyspan USA-xxx Serial Driver"
309 depends on USB_SERIAL
310 ---help---
311 Say Y here if you want to use Keyspan USB to serial converter
312 devices. This driver makes use of Keyspan's official firmware
313 and was developed with their support. You must also include
314 firmware to support your particular device(s).
315
316 See <http://misc.nu/hugh/keyspan.html> for more information.
317
318 To compile this driver as a module, choose M here: the
319 module will be called keyspan.
320
321config USB_SERIAL_KEYSPAN_MPR
322 bool "USB Keyspan MPR Firmware"
323 depends on USB_SERIAL_KEYSPAN
324 help
325 Say Y here to include firmware for the Keyspan MPR converter.
326
327config USB_SERIAL_KEYSPAN_USA28
328 bool "USB Keyspan USA-28 Firmware"
329 depends on USB_SERIAL_KEYSPAN
330 help
331 Say Y here to include firmware for the USA-28 converter.
332
333config USB_SERIAL_KEYSPAN_USA28X
334 bool "USB Keyspan USA-28X Firmware"
335 depends on USB_SERIAL_KEYSPAN
336 help
337 Say Y here to include firmware for the USA-28X converter.
338 Be sure you have a USA-28X, there are also 28XA and 28XB
339 models, the label underneath has the actual part number.
340
341config USB_SERIAL_KEYSPAN_USA28XA
342 bool "USB Keyspan USA-28XA Firmware"
343 depends on USB_SERIAL_KEYSPAN
344 help
345 Say Y here to include firmware for the USA-28XA converter.
346 Be sure you have a USA-28XA, there are also 28X and 28XB
347 models, the label underneath has the actual part number.
348
349config USB_SERIAL_KEYSPAN_USA28XB
350 bool "USB Keyspan USA-28XB Firmware"
351 depends on USB_SERIAL_KEYSPAN
352 help
353 Say Y here to include firmware for the USA-28XB converter.
354 Be sure you have a USA-28XB, there are also 28X and 28XA
355 models, the label underneath has the actual part number.
356
357config USB_SERIAL_KEYSPAN_USA19
358 bool "USB Keyspan USA-19 Firmware"
359 depends on USB_SERIAL_KEYSPAN
360 help
361 Say Y here to include firmware for the USA-19 converter.
362
363config USB_SERIAL_KEYSPAN_USA18X
364 bool "USB Keyspan USA-18X Firmware"
365 depends on USB_SERIAL_KEYSPAN
366 help
367 Say Y here to include firmware for the USA-18X converter.
368
369config USB_SERIAL_KEYSPAN_USA19W
370 bool "USB Keyspan USA-19W Firmware"
371 depends on USB_SERIAL_KEYSPAN
372 help
373 Say Y here to include firmware for the USA-19W converter.
374
375config USB_SERIAL_KEYSPAN_USA19QW
376 bool "USB Keyspan USA-19QW Firmware"
377 depends on USB_SERIAL_KEYSPAN
378 help
379 Say Y here to include firmware for the USA-19QW converter.
380
381config USB_SERIAL_KEYSPAN_USA19QI
382 bool "USB Keyspan USA-19QI Firmware"
383 depends on USB_SERIAL_KEYSPAN
384 help
385 Say Y here to include firmware for the USA-19QI converter.
386
387config USB_SERIAL_KEYSPAN_USA49W
388 bool "USB Keyspan USA-49W Firmware"
389 depends on USB_SERIAL_KEYSPAN
390 help
391 Say Y here to include firmware for the USA-49W converter.
392
393config USB_SERIAL_KEYSPAN_USA49WLC
394 bool "USB Keyspan USA-49WLC Firmware"
395 depends on USB_SERIAL_KEYSPAN
396 help
397 Say Y here to include firmware for the USA-49WLC converter.
398
399config USB_SERIAL_KLSI
400 tristate "USB KL5KUSB105 (Palmconnect) Driver (EXPERIMENTAL)"
401 depends on USB_SERIAL && EXPERIMENTAL
402 ---help---
403 Say Y here if you want to use a KL5KUSB105 - based single port
404 serial adapter. The most widely known -- and currently the only
405 tested -- device in this category is the PalmConnect USB Serial
406 adapter sold by Palm Inc. for use with their Palm III and Palm V
407 series PDAs.
408
409 Please read <file:Documentation/usb/usb-serial.txt> for more
410 information.
411
412 To compile this driver as a module, choose M here: the
413 module will be called kl5kusb105.
414
415config USB_SERIAL_KOBIL_SCT
416 tristate "USB KOBIL chipcard reader"
417 depends on USB_SERIAL
418 ---help---
419 Say Y here if you want to use one of the following KOBIL USB chipcard
420 readers:
421
422 - USB TWIN
423 - KAAN Standard Plus
424 - KAAN SIM
425 - SecOVID Reader Plus
426 - B1 Professional
427 - KAAN Professional
428
429 Note that you need a current CT-API.
430 To compile this driver as a module, choose M here: the
431 module will be called kobil_sct.
432
433config USB_SERIAL_MCT_U232
434 tristate "USB MCT Single Port Serial Driver"
435 depends on USB_SERIAL
436 ---help---
437 Say Y here if you want to use a USB Serial single port adapter from
438 Magic Control Technology Corp. (U232 is one of the model numbers).
439
440 This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
Pete Zaitcev6f065f72006-05-22 22:02:32 -0700441 BAY, Belkin F5U109, and Belkin F5U409 devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442
443 To compile this driver as a module, choose M here: the
444 module will be called mct_u232.
445
Greg Kroah-Hartman0f644782002-04-09 12:14:34 -0700446config USB_SERIAL_MOS7720
Oliver Neukum37846532007-03-14 15:23:56 +0100447 tristate "USB Moschip 7720 Serial Driver"
Greg Kroah-Hartman0f644782002-04-09 12:14:34 -0700448 depends on USB_SERIAL
449 ---help---
Oliver Neukum37846532007-03-14 15:23:56 +0100450 Say Y here if you want to use USB Serial single and double
451 port adapters from Moschip Semiconductor Tech.
Greg Kroah-Hartman0f644782002-04-09 12:14:34 -0700452
453 To compile this driver as a module, choose M here: the
454 module will be called mos7720.
455
Paul B Schroeder3f542972006-08-31 19:41:47 -0500456config USB_SERIAL_MOS7840
457 tristate "USB Moschip 7840/7820 USB Serial Driver"
458 depends on USB_SERIAL
459 ---help---
460 Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
461 Dual-Serial port device from MosChip Semiconductor.
462
463 The MCS7840 and MCS7820 have been developed to connect a wide range
464 of standard serial devices to a USB host. The MCS7840 has a USB
465 device controller connected to four (4) individual UARTs while the
466 MCS7820 controller connects to two (2) individual UARTs.
467
468 To compile this driver as a module, choose M here: the
469 module will be called mos7840. If unsure, choose N.
470
Greg Kroah-Hartmane9a66c62006-03-17 17:40:08 -0800471config USB_SERIAL_NAVMAN
472 tristate "USB Navman GPS device"
473 depends on USB_SERIAL
474 help
475 To compile this driver as a module, choose M here: the
476 module will be called navman.
477
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478config USB_SERIAL_PL2303
479 tristate "USB Prolific 2303 Single Port Serial Driver"
480 depends on USB_SERIAL
481 help
482 Say Y here if you want to use the PL2303 USB Serial single port
483 adapter from Prolific.
484
485 To compile this driver as a module, choose M here: the
486 module will be called pl2303.
487
Kees Lemmens49cdee02007-03-27 12:34:30 +0200488config USB_SERIAL_OTI6858
489 tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller (EXPERIMENTAL)"
490 depends on USB_SERIAL
491 help
492 Say Y here if you want to use the OTi-6858 single port USB to serial
493 converter device.
494
495 To compile this driver as a module, choose M here: the
496 module will be called oti6858.
497
Arthur Huillet36045fb2005-04-22 15:06:59 -0700498config USB_SERIAL_HP4X
499 tristate "USB HP4x Calculators support"
500 depends on USB_SERIAL
501 help
502 Say Y here if you want to use an Hewlett-Packard 4x Calculator.
503
504 To compile this driver as a module, choose M here: the
505 module will be called hp4x.
506
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507config USB_SERIAL_SAFE
508 tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)"
509 depends on USB_SERIAL && EXPERIMENTAL
510
511config USB_SERIAL_SAFE_PADDED
512 bool "USB Secure Encapsulated Driver - Padded"
513 depends on USB_SERIAL_SAFE
514
Kevin Lloyd69de51f2006-06-30 11:17:55 -0700515config USB_SERIAL_SIERRAWIRELESS
516 tristate "USB Sierra Wireless Driver"
517 depends on USB_SERIAL
518 help
519 Say M here if you want to use a Sierra Wireless device (if
520 using an PC 5220 or AC580 please use the Airprime driver
521 instead).
522
523 To compile this driver as a module, choose M here: the
524 module will be called sierra.
525
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526config USB_SERIAL_TI
527 tristate "USB TI 3410/5052 Serial Driver"
528 depends on USB_SERIAL
529 help
530 Say Y here if you want to use the TI USB 3410 or 5052
531 serial devices.
532
533 To compile this driver as a module, choose M here: the
534 module will be called ti_usb_3410_5052.
535
536config USB_SERIAL_CYBERJACK
537 tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL)"
538 depends on USB_SERIAL && EXPERIMENTAL
539 ---help---
540 Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200541 reader. This is an interface to ISO 7816 compatible contact-based
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 chipcards, e.g. GSM SIMs.
543
544 To compile this driver as a module, choose M here: the
545 module will be called cyberjack.
546
547 If unsure, say N.
548
549config USB_SERIAL_XIRCOM
550 tristate "USB Xircom / Entregra Single Port Serial Driver"
551 depends on USB_SERIAL
552 help
553 Say Y here if you want to use a Xircom or Entregra single port USB to
554 serial converter device. This driver makes use of firmware
555 developed from scratch by Brian Warner.
556
557 To compile this driver as a module, choose M here: the
558 module will be called keyspan_pda.
559
Matthias Urlichs58cfe912005-05-23 17:00:48 -0700560config USB_SERIAL_OPTION
Matthias Urlichs31fcbb72006-07-12 08:35:29 +0200561 tristate "USB driver for GSM and CDMA modems"
Matthias Urlichs14f76cc2006-06-02 11:48:56 +0200562 depends on USB_SERIAL
Matthias Urlichs58cfe912005-05-23 17:00:48 -0700563 help
Matthias Urlichs31fcbb72006-07-12 08:35:29 +0200564 Say Y here if you have a GSM or CDMA modem that's connected to USB.
Matthias Urlichs14f76cc2006-06-02 11:48:56 +0200565
Matthias Urlichs31fcbb72006-07-12 08:35:29 +0200566 This driver also supports several PCMCIA cards which have a
567 built-in OHCI-USB adapter and an internally-connected GSM modem.
568 The USB bus on these cards is not accessible externally.
569
570 Supported devices include (some of?) those made by:
Kevin Lloyd033a3fb2006-10-13 23:53:21 -0700571 Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
Matthias Urlichs58cfe912005-05-23 17:00:48 -0700572
573 To compile this driver as a module, choose M here: the
574 module will be called option.
575
Matthias Urlichs14f76cc2006-06-02 11:48:56 +0200576 If this driver doesn't recognize your device,
577 it might be accessible via the FTDI_SIO driver.
578
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579config USB_SERIAL_OMNINET
580 tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)"
581 depends on USB_SERIAL && EXPERIMENTAL
582 help
583 Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
584
585 To compile this driver as a module, choose M here: the
586 module will be called omninet.
587
Greg Kroah-Hartman958e8742002-04-09 12:14:34 -0700588config USB_SERIAL_DEBUG
589 tristate "USB Debugging Device"
590 depends on USB_SERIAL
591 help
David Sterba3dde6ad2007-05-09 07:12:20 +0200592 Say Y here if you have a USB debugging device used to receive
Greg Kroah-Hartman958e8742002-04-09 12:14:34 -0700593 debugging data from another machine. The most common of these
594 devices is the NetChip TurboCONNECT device.
595
596 To compile this driver as a module, choose M here: the
597 module will be called usb-debug.
598
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599config USB_EZUSB
600 bool
601 depends on USB_SERIAL_KEYSPAN_PDA || USB_SERIAL_XIRCOM || USB_SERIAL_KEYSPAN || USB_SERIAL_WHITEHEAT
602 default y
603
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -0300604
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605endmenu
606