blob: 434df7f2a4bd1fe5967e68186ab11a80c9943a5e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB Serial device configuration
3#
4
Denis Chengb75be4a2008-01-24 16:36:31 +08005menuconfig USB_SERIAL
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 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
Denis Chengb75be4a2008-01-24 16:36:31 +080020if USB_SERIAL
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config USB_SERIAL_CONSOLE
Robert P. J. Day1b75dc42008-03-08 03:00:04 -050023 bool "USB Serial Console device support"
24 depends on USB_SERIAL=y
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 ---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
Paul Chavent7bd4b202008-01-12 15:23:17 +010045config USB_EZUSB
46 bool "Functions for loading firmware on EZUSB chips"
Paul Chavent7bd4b202008-01-12 15:23:17 +010047 help
48 Say Y here if you need EZUSB device support.
49
Linus Torvalds1da177e2005-04-16 15:20:36 -070050config USB_SERIAL_GENERIC
51 bool "USB Generic Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 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
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -030059config USB_SERIAL_AIRCABLE
Robert P. J. Day1b75dc42008-03-08 03:00:04 -050060 tristate "USB AIRcable Bluetooth Dongle Driver"
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -030061 help
Naranjo Manuel Francisco23b0d962006-10-27 16:08:54 -030062 Say Y here if you want to use USB AIRcable Bluetooth Dongle.
Manuel Francisco Naranjo3fe70ba2006-08-09 16:35:12 -030063
64 To compile this driver as a module, choose M here: the module
65 will be called aircable.
66
Greg Kroah-Hartman815ddc92006-05-12 11:05:29 -070067config USB_SERIAL_ARK3116
Robert P. J. Day1b75dc42008-03-08 03:00:04 -050068 tristate "USB ARK Micro 3116 USB Serial Driver"
Greg Kroah-Hartman815ddc92006-05-12 11:05:29 -070069 help
70 Say Y here if you want to use a ARK Micro 3116 USB to Serial
71 device.
72
73 To compile this driver as a module, choose M here: the
74 module will be called ark3116
75
Linus Torvalds1da177e2005-04-16 15:20:36 -070076config USB_SERIAL_BELKIN
77 tristate "USB Belkin and Peracom Single Port Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 help
79 Say Y here if you want to use a Belkin USB Serial single port
80 adaptor (F5U103 is one of the model numbers) or the Peracom single
81 port USB to serial adapter.
82
83 To compile this driver as a module, choose M here: the
84 module will be called belkin_sa.
85
Frank A Kingswood6ce76102007-08-22 20:48:58 +010086config USB_SERIAL_CH341
87 tristate "USB Winchiphead CH341 Single Port Serial Driver"
Frank A Kingswood6ce76102007-08-22 20:48:58 +010088 help
89 Say Y here if you want to use a Winchiphead CH341 single port
90 USB to serial adapter.
91
92 To compile this driver as a module, choose M here: the
93 module will be called ch341.
94
Linus Torvalds1da177e2005-04-16 15:20:36 -070095config USB_SERIAL_WHITEHEAT
96 tristate "USB ConnectTech WhiteHEAT Serial Driver"
Paul Chavent7bd4b202008-01-12 15:23:17 +010097 select USB_EZUSB
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 help
99 Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
100 USB to serial converter device.
101
102 To compile this driver as a module, choose M here: the
103 module will be called whiteheat.
104
105config USB_SERIAL_DIGI_ACCELEPORT
106 tristate "USB Digi International AccelePort USB Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107 ---help---
108 Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
109 2 port (plus parallel port) and 4 port USB serial converters. The
110 parallel port on the USB 2 appears as a third serial port on Linux.
111 The Digi Acceleport USB 8 is not yet supported by this driver.
112
113 This driver works under SMP with the usb-uhci driver. It does not
114 work under SMP with the uhci driver.
115
116 To compile this driver as a module, choose M here: the
117 module will be called digi_acceleport.
118
Greg Kroah-Hartman03ee2512009-03-11 11:03:49 -0700119config USB_SERIAL_CP210X
120 tristate "USB CP210x family of UART Bridge Controllers"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121 help
Greg Kroah-Hartman03ee2512009-03-11 11:03:49 -0700122 Say Y here if you want to use a CP2101/CP2102/CP2103 based USB
123 to RS232 converters.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124
125 To compile this driver as a module, choose M here: the
Greg Kroah-Hartman03ee2512009-03-11 11:03:49 -0700126 module will be called cp210x.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127
128config USB_SERIAL_CYPRESS_M8
129 tristate "USB Cypress M8 USB Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 help
131 Say Y here if you want to use a device that contains the Cypress
132 USB to Serial microcontroller, such as the DeLorme Earthmate GPS.
133
134 Attempted SMP support... send bug reports!
135
136 Supported microcontrollers in the CY4601 family are:
137 CY7C63741 CY7C63742 CY7C63743 CY7C64013
138
139 To compile this driver as a module, choose M here: the
140 module will be called cypress_m8.
141
142config USB_SERIAL_EMPEG
143 tristate "USB Empeg empeg-car Mark I/II Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 help
145 Say Y here if you want to connect to your Empeg empeg-car Mark I/II
146 mp3 player via USB. The driver uses a single ttyUSB{0,1,2,...}
147 device node. See <file:Documentation/usb/usb-serial.txt> for more
148 tidbits of information.
149
150 To compile this driver as a module, choose M here: the
151 module will be called empeg.
152
153config USB_SERIAL_FTDI_SIO
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500154 tristate "USB FTDI Single Port Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155 ---help---
156 Say Y here if you want to use a FTDI SIO single port USB to serial
157 converter device. The implementation I have is called the USC-1000.
158 This driver has also be tested with the 245 and 232 devices.
159
160 See <http://ftdi-usb-sio.sourceforge.net/> for more
161 information on this driver and the device.
162
163 To compile this driver as a module, choose M here: the
164 module will be called ftdi_sio.
165
Greg Kroah-Hartmanf9814802006-04-13 08:09:52 -0700166config USB_SERIAL_FUNSOFT
167 tristate "USB Fundamental Software Dongle Driver"
Greg Kroah-Hartmanf9814802006-04-13 08:09:52 -0700168 ---help---
169 Say Y here if you want to use the Fundamental Software dongle.
170
171 To compile this driver as a module, choose M here: the
172 module will be called funsoft.
173
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174config USB_SERIAL_VISOR
175 tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 help
177 Say Y here if you want to connect to your HandSpring Visor, Palm
178 m500 or m505 through its USB docking station. See
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200179 <http://usbvisor.sourceforge.net/index.php3> for more information on using this
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 driver.
181
182 To compile this driver as a module, choose M here: the
183 module will be called visor.
184
185config USB_SERIAL_IPAQ
186 tristate "USB PocketPC PDA Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 help
188 Say Y here if you want to connect to your Compaq iPAQ, HP Jornada
189 or any other PDA running Windows CE 3.0 or PocketPC 2002
190 using a USB cradle/cable. For information on using the driver,
191 read <file:Documentation/usb/usb-serial.txt>.
192
193 To compile this driver as a module, choose M here: the
194 module will be called ipaq.
195
196config USB_SERIAL_IR
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500197 tristate "USB IR Dongle Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198 help
199 Say Y here if you want to enable simple serial support for USB IrDA
200 devices. This is useful if you do not want to use the full IrDA
201 stack.
202
203 To compile this driver as a module, choose M here: the
204 module will be called ir-usb.
205
206config USB_SERIAL_EDGEPORT
207 tristate "USB Inside Out Edgeport Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 ---help---
209 Say Y here if you want to use any of the following devices from
210 Inside Out Networks (Digi):
211 Edgeport/4
212 Rapidport/4
213 Edgeport/4t
214 Edgeport/2
215 Edgeport/4i
216 Edgeport/2i
217 Edgeport/421
218 Edgeport/21
219 Edgeport/8
220 Edgeport/8 Dual
221 Edgeport/2D8
222 Edgeport/4D8
223 Edgeport/8i
224 Edgeport/2 DIN
225 Edgeport/4 DIN
226 Edgeport/16 Dual
227
228 To compile this driver as a module, choose M here: the
229 module will be called io_edgeport.
230
231config USB_SERIAL_EDGEPORT_TI
232 tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233 help
234 Say Y here if you want to use any of the devices from Inside Out
235 Networks (Digi) that are not supported by the io_edgeport driver.
236 This includes the Edgeport/1 device.
237
238 To compile this driver as a module, choose M here: the
239 module will be called io_ti.
240
Greg Kroah-Hartmanaac1fc32012-02-28 13:36:35 -0800241config USB_SERIAL_F81232
242 tristate "USB Fintek F81232 Single Port Serial Driver"
243 help
244 Say Y here if you want to use the Fintek F81232 single
245 port usb to serial adapter.
246
247 To compile this driver as a module, choose M here: the
248 module will be called f81232.
249
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250config USB_SERIAL_GARMIN
251 tristate "USB Garmin GPS driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 help
253 Say Y here if you want to connect to your Garmin GPS.
254 Should work with most Garmin GPS devices which have a native USB port.
255
256 See <http://sourceforge.net/projects/garmin-gps> for the latest
257 version of the driver.
258
259 To compile this driver as a module, choose M here: the
260 module will be called garmin_gps.
261
262config USB_SERIAL_IPW
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500263 tristate "USB IPWireless (3G UMTS TDD) Driver"
Randy Dunlap5d7a1c82011-08-23 11:22:37 -0700264 select USB_SERIAL_WWAN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265 help
266 Say Y here if you want to use a IPWireless USB modem such as
267 the ones supplied by Axity3G/Sentech South Africa.
268
269 To compile this driver as a module, choose M here: the
270 module will be called ipw.
271
Alain Degreffe60a8fc02007-10-26 13:51:49 +0200272config USB_SERIAL_IUU
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500273 tristate "USB Infinity USB Unlimited Phoenix Driver"
Alain Degreffe60a8fc02007-10-26 13:51:49 +0200274 help
275 Say Y here if you want to use a IUU in phoenix mode and get
276 an extra ttyUSBx device. More information available on
277 http://eczema.ecze.com/iuu_phoenix.html
278
279 To compile this driver as a module, choose M here: the
280 module will be called iuu_phoenix.o
281
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282config USB_SERIAL_KEYSPAN_PDA
283 tristate "USB Keyspan PDA Single Port Serial Driver"
Paul Chavent7bd4b202008-01-12 15:23:17 +0100284 select USB_EZUSB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285 help
286 Say Y here if you want to use a Keyspan PDA single port USB to
287 serial converter device. This driver makes use of firmware
288 developed from scratch by Brian Warner.
289
290 To compile this driver as a module, choose M here: the
291 module will be called keyspan_pda.
292
293config USB_SERIAL_KEYSPAN
294 tristate "USB Keyspan USA-xxx Serial Driver"
Paul Chavent7bd4b202008-01-12 15:23:17 +0100295 select USB_EZUSB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296 ---help---
297 Say Y here if you want to use Keyspan USB to serial converter
298 devices. This driver makes use of Keyspan's official firmware
299 and was developed with their support. You must also include
300 firmware to support your particular device(s).
301
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200302 See <http://blemings.org/hugh/keyspan.html> for more information.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303
304 To compile this driver as a module, choose M here: the
305 module will be called keyspan.
306
307config USB_SERIAL_KEYSPAN_MPR
308 bool "USB Keyspan MPR Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300309 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 help
311 Say Y here to include firmware for the Keyspan MPR converter.
312
313config USB_SERIAL_KEYSPAN_USA28
314 bool "USB Keyspan USA-28 Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300315 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 help
317 Say Y here to include firmware for the USA-28 converter.
318
319config USB_SERIAL_KEYSPAN_USA28X
320 bool "USB Keyspan USA-28X Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300321 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 help
323 Say Y here to include firmware for the USA-28X converter.
324 Be sure you have a USA-28X, there are also 28XA and 28XB
325 models, the label underneath has the actual part number.
326
327config USB_SERIAL_KEYSPAN_USA28XA
328 bool "USB Keyspan USA-28XA Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300329 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 help
331 Say Y here to include firmware for the USA-28XA converter.
332 Be sure you have a USA-28XA, there are also 28X and 28XB
333 models, the label underneath has the actual part number.
334
335config USB_SERIAL_KEYSPAN_USA28XB
336 bool "USB Keyspan USA-28XB Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300337 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338 help
339 Say Y here to include firmware for the USA-28XB converter.
340 Be sure you have a USA-28XB, there are also 28X and 28XA
341 models, the label underneath has the actual part number.
342
343config USB_SERIAL_KEYSPAN_USA19
344 bool "USB Keyspan USA-19 Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300345 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 help
347 Say Y here to include firmware for the USA-19 converter.
348
349config USB_SERIAL_KEYSPAN_USA18X
350 bool "USB Keyspan USA-18X Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300351 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352 help
353 Say Y here to include firmware for the USA-18X converter.
354
355config USB_SERIAL_KEYSPAN_USA19W
356 bool "USB Keyspan USA-19W Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300357 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 help
359 Say Y here to include firmware for the USA-19W converter.
360
361config USB_SERIAL_KEYSPAN_USA19QW
362 bool "USB Keyspan USA-19QW Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300363 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364 help
365 Say Y here to include firmware for the USA-19QW converter.
366
367config USB_SERIAL_KEYSPAN_USA19QI
368 bool "USB Keyspan USA-19QI Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300369 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370 help
371 Say Y here to include firmware for the USA-19QI converter.
372
373config USB_SERIAL_KEYSPAN_USA49W
374 bool "USB Keyspan USA-49W Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300375 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376 help
377 Say Y here to include firmware for the USA-49W converter.
378
379config USB_SERIAL_KEYSPAN_USA49WLC
380 bool "USB Keyspan USA-49WLC Firmware"
David Woodhouse2971c572008-05-30 14:04:03 +0300381 depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382 help
383 Say Y here to include firmware for the USA-49WLC converter.
384
385config USB_SERIAL_KLSI
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500386 tristate "USB KL5KUSB105 (Palmconnect) Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 ---help---
388 Say Y here if you want to use a KL5KUSB105 - based single port
389 serial adapter. The most widely known -- and currently the only
390 tested -- device in this category is the PalmConnect USB Serial
391 adapter sold by Palm Inc. for use with their Palm III and Palm V
392 series PDAs.
393
394 Please read <file:Documentation/usb/usb-serial.txt> for more
395 information.
396
397 To compile this driver as a module, choose M here: the
398 module will be called kl5kusb105.
399
400config USB_SERIAL_KOBIL_SCT
401 tristate "USB KOBIL chipcard reader"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 ---help---
403 Say Y here if you want to use one of the following KOBIL USB chipcard
404 readers:
405
406 - USB TWIN
407 - KAAN Standard Plus
408 - KAAN SIM
409 - SecOVID Reader Plus
410 - B1 Professional
411 - KAAN Professional
412
413 Note that you need a current CT-API.
414 To compile this driver as a module, choose M here: the
415 module will be called kobil_sct.
416
417config USB_SERIAL_MCT_U232
418 tristate "USB MCT Single Port Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419 ---help---
420 Say Y here if you want to use a USB Serial single port adapter from
421 Magic Control Technology Corp. (U232 is one of the model numbers).
422
423 This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
Pete Zaitcev6f065f72006-05-22 22:02:32 -0700424 BAY, Belkin F5U109, and Belkin F5U409 devices.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425
426 To compile this driver as a module, choose M here: the
427 module will be called mct_u232.
428
Greg Kroah-Hartman0f644782002-04-09 12:14:34 -0700429config USB_SERIAL_MOS7720
Oliver Neukum37846532007-03-14 15:23:56 +0100430 tristate "USB Moschip 7720 Serial Driver"
Greg Kroah-Hartman0f644782002-04-09 12:14:34 -0700431 ---help---
Oliver Neukum37846532007-03-14 15:23:56 +0100432 Say Y here if you want to use USB Serial single and double
433 port adapters from Moschip Semiconductor Tech.
Greg Kroah-Hartman0f644782002-04-09 12:14:34 -0700434
435 To compile this driver as a module, choose M here: the
436 module will be called mos7720.
437
Mike Dunnb69578d2010-04-15 17:01:33 -0400438config USB_SERIAL_MOS7715_PARPORT
439 bool "Support for parallel port on the Moschip 7715"
Randy Dunlap9ff68c72010-05-03 10:07:25 -0700440 depends on USB_SERIAL_MOS7720
441 depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720
Mike Dunnb69578d2010-04-15 17:01:33 -0400442 select PARPORT_NOT_PC
Mike Dunnb69578d2010-04-15 17:01:33 -0400443 ---help---
444 Say Y if you have a Moschip 7715 device and would like to use
445 the parallel port it provides. The port will register with
446 the parport subsystem as a low-level driver.
Mike Dunnb69578d2010-04-15 17:01:33 -0400447
Paul B Schroeder3f542972006-08-31 19:41:47 -0500448config USB_SERIAL_MOS7840
449 tristate "USB Moschip 7840/7820 USB Serial Driver"
Paul B Schroeder3f542972006-08-31 19:41:47 -0500450 ---help---
451 Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
452 Dual-Serial port device from MosChip Semiconductor.
453
454 The MCS7840 and MCS7820 have been developed to connect a wide range
455 of standard serial devices to a USB host. The MCS7840 has a USB
456 device controller connected to four (4) individual UARTs while the
457 MCS7820 controller connects to two (2) individual UARTs.
458
459 To compile this driver as a module, choose M here: the
460 module will be called mos7840. If unsure, choose N.
461
Greg Kroah-Hartman6986a972008-05-02 12:02:20 -0700462config USB_SERIAL_MOTOROLA
463 tristate "USB Motorola Phone modem driver"
464 ---help---
465 Say Y here if you want to use a Motorola phone with a USB
466 connector as a modem link.
467
468 To compile this driver as a module, choose M here: the
469 module will be called moto_modem. If unsure, choose N.
470
Greg Kroah-Hartmane9a66c62006-03-17 17:40:08 -0800471config USB_SERIAL_NAVMAN
472 tristate "USB Navman GPS device"
Greg Kroah-Hartmane9a66c62006-03-17 17:40:08 -0800473 help
474 To compile this driver as a module, choose M here: the
475 module will be called navman.
476
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477config USB_SERIAL_PL2303
478 tristate "USB Prolific 2303 Single Port Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 help
480 Say Y here if you want to use the PL2303 USB Serial single port
481 adapter from Prolific.
482
483 To compile this driver as a module, choose M here: the
484 module will be called pl2303.
485
Kees Lemmens49cdee02007-03-27 12:34:30 +0200486config USB_SERIAL_OTI6858
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500487 tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller"
Kees Lemmens49cdee02007-03-27 12:34:30 +0200488 help
489 Say Y here if you want to use the OTi-6858 single port USB to serial
490 converter device.
491
492 To compile this driver as a module, choose M here: the
493 module will be called oti6858.
494
Dan Williams019ccc72010-02-25 10:39:20 -0800495config USB_SERIAL_QCAUX
496 tristate "USB Qualcomm Auxiliary Serial Port Driver"
Stefan Schmidt510607d2010-03-03 19:37:12 +0100497 help
Dan Williams019ccc72010-02-25 10:39:20 -0800498 Say Y here if you want to use the auxiliary serial ports provided
499 by many modems based on Qualcomm chipsets. These ports often use
500 a proprietary protocol called DM and cannot be used for AT- or
501 PPP-based communication.
502
503 To compile this driver as a module, choose M here: the
Stefan Schmidt510607d2010-03-03 19:37:12 +0100504 module will be called qcaux. If unsure, choose N.
Dan Williams019ccc72010-02-25 10:39:20 -0800505
Greg Kroah-Hartmana78b4282009-02-17 22:39:56 -0800506config USB_SERIAL_QUALCOMM
507 tristate "USB Qualcomm Serial modem"
Matthew Garrett3d7e59a2010-04-01 12:31:09 -0400508 select USB_SERIAL_WWAN
Greg Kroah-Hartmana78b4282009-02-17 22:39:56 -0800509 help
510 Say Y here if you have a Qualcomm USB modem device. These are
511 usually wireless cellular modems.
512
513 To compile this driver as a module, choose M here: the
514 module will be called qcserial.
515
Greg Kroah-Hartman619a6f12008-02-07 23:59:03 +0100516config USB_SERIAL_SPCP8X5
517 tristate "USB SPCP8x5 USB To Serial Driver"
Greg Kroah-Hartman619a6f12008-02-07 23:59:03 +0100518 help
519 Say Y here if you want to use the spcp8x5 converter chip. This is
520 commonly found in some Z-Wave USB devices.
521
522 To compile this driver as a module, choose M here: the
523 module will be called spcp8x5.
524
Arthur Huillet36045fb2005-04-22 15:06:59 -0700525config USB_SERIAL_HP4X
526 tristate "USB HP4x Calculators support"
Arthur Huillet36045fb2005-04-22 15:06:59 -0700527 help
528 Say Y here if you want to use an Hewlett-Packard 4x Calculator.
529
530 To compile this driver as a module, choose M here: the
531 module will be called hp4x.
532
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533config USB_SERIAL_SAFE
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500534 tristate "USB Safe Serial (Encapsulated) Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535
536config USB_SERIAL_SAFE_PADDED
537 bool "USB Secure Encapsulated Driver - Padded"
538 depends on USB_SERIAL_SAFE
539
Greg Kroah-Hartman5aa63752008-12-03 22:30:04 -0800540config USB_SERIAL_SIEMENS_MPI
541 tristate "USB Siemens MPI driver"
542 help
543 Say M here if you want to use a Siemens USB/MPI adapter.
544
545 To compile this driver as a module, choose M here: the
546 module will be called siemens_mpi.
547
Kevin Lloyd69de51f2006-06-30 11:17:55 -0700548config USB_SERIAL_SIERRAWIRELESS
549 tristate "USB Sierra Wireless Driver"
Kevin Lloyd69de51f2006-06-30 11:17:55 -0700550 help
Kevin Lloyd0585e4d2008-07-10 14:14:54 -0700551 Say M here if you want to use Sierra Wireless devices.
552
Matt LaPlante692105b2009-01-26 11:12:25 +0100553 Many devices have a feature known as TRU-Install. For those devices
554 to work properly, the USB Storage Sierra feature must be enabled.
Kevin Lloyd69de51f2006-06-30 11:17:55 -0700555
556 To compile this driver as a module, choose M here: the
557 module will be called sierra.
558
Greg Kroah-Hartman68b44ea2009-02-13 17:25:46 -0800559config USB_SERIAL_SYMBOL
560 tristate "USB Symbol Barcode driver (serial mode)"
561 help
562 Say Y here if you want to use a Symbol USB Barcode device
563 in serial emulation mode.
564
565 To compile this driver as a module, choose M here: the
566 module will be called symbolserial.
567
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568config USB_SERIAL_TI
569 tristate "USB TI 3410/5052 Serial Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 help
571 Say Y here if you want to use the TI USB 3410 or 5052
572 serial devices.
573
574 To compile this driver as a module, choose M here: the
575 module will be called ti_usb_3410_5052.
576
577config USB_SERIAL_CYBERJACK
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500578 tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 ---help---
580 Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
Matt LaPlante01dd2fb2007-10-20 01:34:40 +0200581 reader. This is an interface to ISO 7816 compatible contact-based
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 chipcards, e.g. GSM SIMs.
583
584 To compile this driver as a module, choose M here: the
585 module will be called cyberjack.
586
587 If unsure, say N.
588
589config USB_SERIAL_XIRCOM
590 tristate "USB Xircom / Entregra Single Port Serial Driver"
Paul Chavent7bd4b202008-01-12 15:23:17 +0100591 select USB_EZUSB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 help
593 Say Y here if you want to use a Xircom or Entregra single port USB to
594 serial converter device. This driver makes use of firmware
595 developed from scratch by Brian Warner.
596
597 To compile this driver as a module, choose M here: the
598 module will be called keyspan_pda.
599
Matthew Garrett0d456192010-04-01 12:31:07 -0400600config USB_SERIAL_WWAN
601 tristate
602
Matthias Urlichs58cfe912005-05-23 17:00:48 -0700603config USB_SERIAL_OPTION
Matthias Urlichs31fcbb72006-07-12 08:35:29 +0200604 tristate "USB driver for GSM and CDMA modems"
Matthew Garrett8b4c6a32010-04-01 12:31:08 -0400605 select USB_SERIAL_WWAN
Matthias Urlichs58cfe912005-05-23 17:00:48 -0700606 help
Matthias Urlichs31fcbb72006-07-12 08:35:29 +0200607 Say Y here if you have a GSM or CDMA modem that's connected to USB.
Matthias Urlichs14f76cc2006-06-02 11:48:56 +0200608
Matthias Urlichs31fcbb72006-07-12 08:35:29 +0200609 This driver also supports several PCMCIA cards which have a
610 built-in OHCI-USB adapter and an internally-connected GSM modem.
611 The USB bus on these cards is not accessible externally.
612
613 Supported devices include (some of?) those made by:
Kevin Lloyd033a3fb2006-10-13 23:53:21 -0700614 Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
Matthias Urlichs58cfe912005-05-23 17:00:48 -0700615
616 To compile this driver as a module, choose M here: the
617 module will be called option.
618
Matthias Urlichs14f76cc2006-06-02 11:48:56 +0200619 If this driver doesn't recognize your device,
620 it might be accessible via the FTDI_SIO driver.
621
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622config USB_SERIAL_OMNINET
Robert P. J. Day1b75dc42008-03-08 03:00:04 -0500623 tristate "USB ZyXEL omni.net LCD Plus Driver"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 help
625 Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
626
627 To compile this driver as a module, choose M here: the
628 module will be called omninet.
629
Greg Kroah-Hartman57262b82008-11-03 13:27:03 -0800630config USB_SERIAL_OPTICON
631 tristate "USB Opticon Barcode driver (serial mode)"
632 help
633 Say Y here if you want to use a Opticon USB Barcode device
634 in serial emulation mode.
635
636 To compile this driver as a module, choose M here: the
637 module will be called opticon.
638
Forest Bond52720982010-02-05 11:30:28 -0500639config USB_SERIAL_VIVOPAY_SERIAL
640 tristate "USB ViVOpay serial interface driver"
641 help
642 Say Y here if you want to use a ViVOtech ViVOpay USB device.
643
644 To compile this driver as a module, choose M here: the
645 module will be called vivopay-serial.
646
Vijay Kumar2a1e7d52010-03-10 21:17:56 +0530647config USB_SERIAL_ZIO
648 tristate "ZIO Motherboard USB serial interface driver"
649 help
650 Say Y here if you want to use ZIO Motherboard.
651
652 To compile this driver as a module, choose M here: the
653 module will be called zio.
654
Bill Pemberton52af9542010-07-29 11:05:41 -0400655config USB_SERIAL_SSU100
656 tristate "USB Quatech SSU-100 Single Port Serial Driver"
657 help
658 Say Y here if you want to use the Quatech SSU-100 single
659 port usb to serial adapter.
660
661 To compile this driver as a module, choose M here: the
662 module will be called ssu100.
663
Greg Kroah-Hartman958e8742002-04-09 12:14:34 -0700664config USB_SERIAL_DEBUG
665 tristate "USB Debugging Device"
Greg Kroah-Hartman958e8742002-04-09 12:14:34 -0700666 help
David Sterba3dde6ad2007-05-09 07:12:20 +0200667 Say Y here if you have a USB debugging device used to receive
Greg Kroah-Hartman958e8742002-04-09 12:14:34 -0700668 debugging data from another machine. The most common of these
669 devices is the NetChip TurboCONNECT device.
670
671 To compile this driver as a module, choose M here: the
672 module will be called usb-debug.
673
Denis Chengb75be4a2008-01-24 16:36:31 +0800674endif # USB_SERIAL