2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# USB Serial device configuration
|
|
|
|
#
|
|
|
|
|
2008-01-24 08:36:31 +00:00
|
|
|
menuconfig USB_SERIAL
|
2005-04-16 22:20:36 +00:00
|
|
|
tristate "USB Serial Converter support"
|
2013-01-18 06:44:22 +00:00
|
|
|
depends on USB && TTY
|
2005-04-16 22:20:36 +00:00
|
|
|
---help---
|
|
|
|
Say Y here if you have a USB device that provides normal serial
|
|
|
|
ports, or acts like a serial device, and you want to connect it to
|
|
|
|
your USB bus.
|
|
|
|
|
|
|
|
Please read <file:Documentation/usb/usb-serial.txt> for more
|
|
|
|
information on the specifics of the different devices that are
|
|
|
|
supported, and on how to use them.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called usbserial.
|
|
|
|
|
2008-01-24 08:36:31 +00:00
|
|
|
if USB_SERIAL
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_CONSOLE
|
2008-03-08 08:00:04 +00:00
|
|
|
bool "USB Serial Console device support"
|
|
|
|
depends on USB_SERIAL=y
|
2005-04-16 22:20:36 +00:00
|
|
|
---help---
|
|
|
|
If you say Y here, it will be possible to use a USB to serial
|
|
|
|
converter port as the system console (the system console is the
|
|
|
|
device which receives all kernel messages and warnings and which
|
|
|
|
allows logins in single user mode). This could be useful if some
|
|
|
|
terminal or printer is connected to that serial port.
|
|
|
|
|
|
|
|
Even if you say Y here, the currently visible virtual console
|
|
|
|
(/dev/tty0) will still be used as the system console by default, but
|
|
|
|
you can alter that using a kernel command line option such as
|
|
|
|
"console=ttyUSB0". (Try "man bootparam" or see the documentation of
|
|
|
|
your boot loader (lilo or loadlin) about how to pass options to the
|
|
|
|
kernel at boot time.)
|
|
|
|
|
|
|
|
If you don't have a VGA card installed and you say Y here, the
|
|
|
|
kernel will automatically use the first USB to serial converter
|
|
|
|
port, /dev/ttyUSB0, as system console.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
|
|
|
config USB_SERIAL_GENERIC
|
|
|
|
bool "USB Generic Serial Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use the generic USB serial driver. Please
|
|
|
|
read <file:Documentation/usb/usb-serial.txt> for more information on
|
|
|
|
using this driver. It is recommended that the "USB Serial converter
|
|
|
|
support" be compiled as a module for this driver to be used
|
|
|
|
properly.
|
|
|
|
|
2006-08-09 19:35:12 +00:00
|
|
|
config USB_SERIAL_AIRCABLE
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB AIRcable Bluetooth Dongle Driver"
|
2006-08-09 19:35:12 +00:00
|
|
|
help
|
2006-10-27 19:08:54 +00:00
|
|
|
Say Y here if you want to use USB AIRcable Bluetooth Dongle.
|
2006-08-09 19:35:12 +00:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
|
|
will be called aircable.
|
|
|
|
|
2006-05-12 18:05:29 +00:00
|
|
|
config USB_SERIAL_ARK3116
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB ARK Micro 3116 USB Serial Driver"
|
2006-05-12 18:05:29 +00:00
|
|
|
help
|
|
|
|
Say Y here if you want to use a ARK Micro 3116 USB to Serial
|
|
|
|
device.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ark3116
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_BELKIN
|
|
|
|
tristate "USB Belkin and Peracom Single Port Serial Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use a Belkin USB Serial single port
|
|
|
|
adaptor (F5U103 is one of the model numbers) or the Peracom single
|
|
|
|
port USB to serial adapter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called belkin_sa.
|
|
|
|
|
2007-08-22 19:48:58 +00:00
|
|
|
config USB_SERIAL_CH341
|
|
|
|
tristate "USB Winchiphead CH341 Single Port Serial Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use a Winchiphead CH341 single port
|
|
|
|
USB to serial adapter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ch341.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_WHITEHEAT
|
|
|
|
tristate "USB ConnectTech WhiteHEAT Serial Driver"
|
2012-09-26 20:20:19 +00:00
|
|
|
select USB_EZUSB_FX2
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
|
|
|
|
USB to serial converter device.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called whiteheat.
|
|
|
|
|
|
|
|
config USB_SERIAL_DIGI_ACCELEPORT
|
|
|
|
tristate "USB Digi International AccelePort USB Serial Driver"
|
|
|
|
---help---
|
|
|
|
Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
|
|
|
|
2 port (plus parallel port) and 4 port USB serial converters. The
|
|
|
|
parallel port on the USB 2 appears as a third serial port on Linux.
|
|
|
|
The Digi Acceleport USB 8 is not yet supported by this driver.
|
|
|
|
|
|
|
|
This driver works under SMP with the usb-uhci driver. It does not
|
|
|
|
work under SMP with the uhci driver.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called digi_acceleport.
|
|
|
|
|
2009-03-11 18:03:49 +00:00
|
|
|
config USB_SERIAL_CP210X
|
|
|
|
tristate "USB CP210x family of UART Bridge Controllers"
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
2009-03-11 18:03:49 +00:00
|
|
|
Say Y here if you want to use a CP2101/CP2102/CP2103 based USB
|
|
|
|
to RS232 converters.
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
2009-03-11 18:03:49 +00:00
|
|
|
module will be called cp210x.
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
config USB_SERIAL_CYPRESS_M8
|
|
|
|
tristate "USB Cypress M8 USB Serial Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use a device that contains the Cypress
|
|
|
|
USB to Serial microcontroller, such as the DeLorme Earthmate GPS.
|
|
|
|
|
|
|
|
Attempted SMP support... send bug reports!
|
|
|
|
|
|
|
|
Supported microcontrollers in the CY4601 family are:
|
|
|
|
CY7C63741 CY7C63742 CY7C63743 CY7C64013
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called cypress_m8.
|
|
|
|
|
|
|
|
config USB_SERIAL_EMPEG
|
|
|
|
tristate "USB Empeg empeg-car Mark I/II Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to connect to your Empeg empeg-car Mark I/II
|
|
|
|
mp3 player via USB. The driver uses a single ttyUSB{0,1,2,...}
|
|
|
|
device node. See <file:Documentation/usb/usb-serial.txt> for more
|
|
|
|
tidbits of information.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called empeg.
|
|
|
|
|
|
|
|
config USB_SERIAL_FTDI_SIO
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB FTDI Single Port Serial Driver"
|
2005-04-16 22:20:36 +00:00
|
|
|
---help---
|
|
|
|
Say Y here if you want to use a FTDI SIO single port USB to serial
|
|
|
|
converter device. The implementation I have is called the USC-1000.
|
|
|
|
This driver has also be tested with the 245 and 232 devices.
|
|
|
|
|
|
|
|
See <http://ftdi-usb-sio.sourceforge.net/> for more
|
|
|
|
information on this driver and the device.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ftdi_sio.
|
|
|
|
|
2006-04-13 15:09:52 +00:00
|
|
|
config USB_SERIAL_FUNSOFT
|
|
|
|
tristate "USB Fundamental Software Dongle Driver"
|
|
|
|
---help---
|
|
|
|
Say Y here if you want to use the Fundamental Software dongle.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called funsoft.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_VISOR
|
|
|
|
tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to connect to your HandSpring Visor, Palm
|
|
|
|
m500 or m505 through its USB docking station. See
|
2010-10-18 09:03:14 +00:00
|
|
|
<http://usbvisor.sourceforge.net/index.php3> for more information on using this
|
2005-04-16 22:20:36 +00:00
|
|
|
driver.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called visor.
|
|
|
|
|
|
|
|
config USB_SERIAL_IPAQ
|
|
|
|
tristate "USB PocketPC PDA Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to connect to your Compaq iPAQ, HP Jornada
|
|
|
|
or any other PDA running Windows CE 3.0 or PocketPC 2002
|
|
|
|
using a USB cradle/cable. For information on using the driver,
|
|
|
|
read <file:Documentation/usb/usb-serial.txt>.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ipaq.
|
|
|
|
|
|
|
|
config USB_SERIAL_IR
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB IR Dongle Serial Driver"
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here if you want to enable simple serial support for USB IrDA
|
|
|
|
devices. This is useful if you do not want to use the full IrDA
|
|
|
|
stack.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ir-usb.
|
|
|
|
|
|
|
|
config USB_SERIAL_EDGEPORT
|
|
|
|
tristate "USB Inside Out Edgeport Serial Driver"
|
|
|
|
---help---
|
|
|
|
Say Y here if you want to use any of the following devices from
|
|
|
|
Inside Out Networks (Digi):
|
|
|
|
Edgeport/4
|
|
|
|
Rapidport/4
|
|
|
|
Edgeport/4t
|
|
|
|
Edgeport/2
|
|
|
|
Edgeport/4i
|
|
|
|
Edgeport/2i
|
|
|
|
Edgeport/421
|
|
|
|
Edgeport/21
|
|
|
|
Edgeport/8
|
|
|
|
Edgeport/8 Dual
|
|
|
|
Edgeport/2D8
|
|
|
|
Edgeport/4D8
|
|
|
|
Edgeport/8i
|
|
|
|
Edgeport/2 DIN
|
|
|
|
Edgeport/4 DIN
|
|
|
|
Edgeport/16 Dual
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called io_edgeport.
|
|
|
|
|
|
|
|
config USB_SERIAL_EDGEPORT_TI
|
|
|
|
tristate "USB Inside Out Edgeport Serial Driver (TI devices)"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use any of the devices from Inside Out
|
|
|
|
Networks (Digi) that are not supported by the io_edgeport driver.
|
|
|
|
This includes the Edgeport/1 device.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called io_ti.
|
|
|
|
|
2012-02-28 21:36:35 +00:00
|
|
|
config USB_SERIAL_F81232
|
|
|
|
tristate "USB Fintek F81232 Single Port Serial Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use the Fintek F81232 single
|
|
|
|
port usb to serial adapter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called f81232.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_GARMIN
|
|
|
|
tristate "USB Garmin GPS driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to connect to your Garmin GPS.
|
|
|
|
Should work with most Garmin GPS devices which have a native USB port.
|
|
|
|
|
|
|
|
See <http://sourceforge.net/projects/garmin-gps> for the latest
|
|
|
|
version of the driver.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called garmin_gps.
|
|
|
|
|
|
|
|
config USB_SERIAL_IPW
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB IPWireless (3G UMTS TDD) Driver"
|
2011-08-23 18:22:37 +00:00
|
|
|
select USB_SERIAL_WWAN
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here if you want to use a IPWireless USB modem such as
|
|
|
|
the ones supplied by Axity3G/Sentech South Africa.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ipw.
|
|
|
|
|
2007-10-26 11:51:49 +00:00
|
|
|
config USB_SERIAL_IUU
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB Infinity USB Unlimited Phoenix Driver"
|
2007-10-26 11:51:49 +00:00
|
|
|
help
|
|
|
|
Say Y here if you want to use a IUU in phoenix mode and get
|
|
|
|
an extra ttyUSBx device. More information available on
|
|
|
|
http://eczema.ecze.com/iuu_phoenix.html
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called iuu_phoenix.o
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_KEYSPAN_PDA
|
|
|
|
tristate "USB Keyspan PDA Single Port Serial Driver"
|
2012-09-26 20:20:19 +00:00
|
|
|
select USB_EZUSB_FX2
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here if you want to use a Keyspan PDA single port USB to
|
|
|
|
serial converter device. This driver makes use of firmware
|
|
|
|
developed from scratch by Brian Warner.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called keyspan_pda.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN
|
|
|
|
tristate "USB Keyspan USA-xxx Serial Driver"
|
2012-09-26 20:20:19 +00:00
|
|
|
select USB_EZUSB_FX2
|
2005-04-16 22:20:36 +00:00
|
|
|
---help---
|
|
|
|
Say Y here if you want to use Keyspan USB to serial converter
|
|
|
|
devices. This driver makes use of Keyspan's official firmware
|
|
|
|
and was developed with their support. You must also include
|
|
|
|
firmware to support your particular device(s).
|
|
|
|
|
2010-10-18 09:03:14 +00:00
|
|
|
See <http://blemings.org/hugh/keyspan.html> for more information.
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called keyspan.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_MPR
|
|
|
|
bool "USB Keyspan MPR Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the Keyspan MPR converter.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA28
|
|
|
|
bool "USB Keyspan USA-28 Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-28 converter.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA28X
|
|
|
|
bool "USB Keyspan USA-28X Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-28X converter.
|
|
|
|
Be sure you have a USA-28X, there are also 28XA and 28XB
|
|
|
|
models, the label underneath has the actual part number.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA28XA
|
|
|
|
bool "USB Keyspan USA-28XA Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-28XA converter.
|
|
|
|
Be sure you have a USA-28XA, there are also 28X and 28XB
|
|
|
|
models, the label underneath has the actual part number.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA28XB
|
|
|
|
bool "USB Keyspan USA-28XB Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-28XB converter.
|
|
|
|
Be sure you have a USA-28XB, there are also 28X and 28XA
|
|
|
|
models, the label underneath has the actual part number.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA19
|
|
|
|
bool "USB Keyspan USA-19 Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-19 converter.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA18X
|
|
|
|
bool "USB Keyspan USA-18X Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-18X converter.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA19W
|
|
|
|
bool "USB Keyspan USA-19W Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-19W converter.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA19QW
|
|
|
|
bool "USB Keyspan USA-19QW Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-19QW converter.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA19QI
|
|
|
|
bool "USB Keyspan USA-19QI Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-19QI converter.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA49W
|
|
|
|
bool "USB Keyspan USA-49W Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-49W converter.
|
|
|
|
|
|
|
|
config USB_SERIAL_KEYSPAN_USA49WLC
|
|
|
|
bool "USB Keyspan USA-49WLC Firmware"
|
2008-05-30 11:04:03 +00:00
|
|
|
depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here to include firmware for the USA-49WLC converter.
|
|
|
|
|
|
|
|
config USB_SERIAL_KLSI
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB KL5KUSB105 (Palmconnect) Driver"
|
2005-04-16 22:20:36 +00:00
|
|
|
---help---
|
|
|
|
Say Y here if you want to use a KL5KUSB105 - based single port
|
|
|
|
serial adapter. The most widely known -- and currently the only
|
|
|
|
tested -- device in this category is the PalmConnect USB Serial
|
|
|
|
adapter sold by Palm Inc. for use with their Palm III and Palm V
|
|
|
|
series PDAs.
|
|
|
|
|
|
|
|
Please read <file:Documentation/usb/usb-serial.txt> for more
|
|
|
|
information.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called kl5kusb105.
|
|
|
|
|
|
|
|
config USB_SERIAL_KOBIL_SCT
|
|
|
|
tristate "USB KOBIL chipcard reader"
|
|
|
|
---help---
|
|
|
|
Say Y here if you want to use one of the following KOBIL USB chipcard
|
|
|
|
readers:
|
|
|
|
|
|
|
|
- USB TWIN
|
|
|
|
- KAAN Standard Plus
|
|
|
|
- KAAN SIM
|
|
|
|
- SecOVID Reader Plus
|
|
|
|
- B1 Professional
|
|
|
|
- KAAN Professional
|
|
|
|
|
|
|
|
Note that you need a current CT-API.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called kobil_sct.
|
|
|
|
|
|
|
|
config USB_SERIAL_MCT_U232
|
|
|
|
tristate "USB MCT Single Port Serial Driver"
|
|
|
|
---help---
|
|
|
|
Say Y here if you want to use a USB Serial single port adapter from
|
|
|
|
Magic Control Technology Corp. (U232 is one of the model numbers).
|
|
|
|
|
|
|
|
This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
|
2006-05-23 05:02:32 +00:00
|
|
|
BAY, Belkin F5U109, and Belkin F5U409 devices.
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called mct_u232.
|
|
|
|
|
2012-03-08 21:34:01 +00:00
|
|
|
config USB_SERIAL_METRO
|
|
|
|
tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver"
|
|
|
|
---help---
|
|
|
|
Say Y here if you want to use a USB POS Metrologic barcode scanner.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called metro-usb.
|
|
|
|
|
2002-04-09 19:14:34 +00:00
|
|
|
config USB_SERIAL_MOS7720
|
2007-03-14 14:23:56 +00:00
|
|
|
tristate "USB Moschip 7720 Serial Driver"
|
2002-04-09 19:14:34 +00:00
|
|
|
---help---
|
2007-03-14 14:23:56 +00:00
|
|
|
Say Y here if you want to use USB Serial single and double
|
|
|
|
port adapters from Moschip Semiconductor Tech.
|
2002-04-09 19:14:34 +00:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called mos7720.
|
|
|
|
|
2010-04-15 21:01:33 +00:00
|
|
|
config USB_SERIAL_MOS7715_PARPORT
|
|
|
|
bool "Support for parallel port on the Moschip 7715"
|
2010-05-03 17:07:25 +00:00
|
|
|
depends on USB_SERIAL_MOS7720
|
|
|
|
depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720
|
2010-04-15 21:01:33 +00:00
|
|
|
select PARPORT_NOT_PC
|
|
|
|
---help---
|
|
|
|
Say Y if you have a Moschip 7715 device and would like to use
|
|
|
|
the parallel port it provides. The port will register with
|
|
|
|
the parport subsystem as a low-level driver.
|
|
|
|
|
2006-09-01 00:41:47 +00:00
|
|
|
config USB_SERIAL_MOS7840
|
|
|
|
tristate "USB Moschip 7840/7820 USB Serial Driver"
|
|
|
|
---help---
|
|
|
|
Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820
|
|
|
|
Dual-Serial port device from MosChip Semiconductor.
|
|
|
|
|
|
|
|
The MCS7840 and MCS7820 have been developed to connect a wide range
|
|
|
|
of standard serial devices to a USB host. The MCS7840 has a USB
|
|
|
|
device controller connected to four (4) individual UARTs while the
|
|
|
|
MCS7820 controller connects to two (2) individual UARTs.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called mos7840. If unsure, choose N.
|
|
|
|
|
2008-05-02 19:02:20 +00:00
|
|
|
config USB_SERIAL_MOTOROLA
|
|
|
|
tristate "USB Motorola Phone modem driver"
|
|
|
|
---help---
|
|
|
|
Say Y here if you want to use a Motorola phone with a USB
|
|
|
|
connector as a modem link.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called moto_modem. If unsure, choose N.
|
|
|
|
|
2006-03-18 01:40:08 +00:00
|
|
|
config USB_SERIAL_NAVMAN
|
|
|
|
tristate "USB Navman GPS device"
|
|
|
|
help
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called navman.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_PL2303
|
|
|
|
tristate "USB Prolific 2303 Single Port Serial Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use the PL2303 USB Serial single port
|
|
|
|
adapter from Prolific.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called pl2303.
|
|
|
|
|
2007-03-27 10:34:30 +00:00
|
|
|
config USB_SERIAL_OTI6858
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller"
|
2007-03-27 10:34:30 +00:00
|
|
|
help
|
|
|
|
Say Y here if you want to use the OTi-6858 single port USB to serial
|
|
|
|
converter device.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called oti6858.
|
|
|
|
|
2010-02-25 18:39:20 +00:00
|
|
|
config USB_SERIAL_QCAUX
|
|
|
|
tristate "USB Qualcomm Auxiliary Serial Port Driver"
|
2010-03-03 18:37:12 +00:00
|
|
|
help
|
2010-02-25 18:39:20 +00:00
|
|
|
Say Y here if you want to use the auxiliary serial ports provided
|
|
|
|
by many modems based on Qualcomm chipsets. These ports often use
|
|
|
|
a proprietary protocol called DM and cannot be used for AT- or
|
|
|
|
PPP-based communication.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
2010-03-03 18:37:12 +00:00
|
|
|
module will be called qcaux. If unsure, choose N.
|
2010-02-25 18:39:20 +00:00
|
|
|
|
2009-02-18 06:39:56 +00:00
|
|
|
config USB_SERIAL_QUALCOMM
|
|
|
|
tristate "USB Qualcomm Serial modem"
|
2010-04-01 16:31:09 +00:00
|
|
|
select USB_SERIAL_WWAN
|
2009-02-18 06:39:56 +00:00
|
|
|
help
|
|
|
|
Say Y here if you have a Qualcomm USB modem device. These are
|
|
|
|
usually wireless cellular modems.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called qcserial.
|
|
|
|
|
2008-02-07 22:59:03 +00:00
|
|
|
config USB_SERIAL_SPCP8X5
|
|
|
|
tristate "USB SPCP8x5 USB To Serial Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use the spcp8x5 converter chip. This is
|
|
|
|
commonly found in some Z-Wave USB devices.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called spcp8x5.
|
|
|
|
|
2005-04-22 22:06:59 +00:00
|
|
|
config USB_SERIAL_HP4X
|
|
|
|
tristate "USB HP4x Calculators support"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use an Hewlett-Packard 4x Calculator.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called hp4x.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_SAFE
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB Safe Serial (Encapsulated) Driver"
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
config USB_SERIAL_SAFE_PADDED
|
|
|
|
bool "USB Secure Encapsulated Driver - Padded"
|
|
|
|
depends on USB_SERIAL_SAFE
|
|
|
|
|
2008-12-04 06:30:04 +00:00
|
|
|
config USB_SERIAL_SIEMENS_MPI
|
|
|
|
tristate "USB Siemens MPI driver"
|
|
|
|
help
|
|
|
|
Say M here if you want to use a Siemens USB/MPI adapter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called siemens_mpi.
|
|
|
|
|
2006-06-30 18:17:55 +00:00
|
|
|
config USB_SERIAL_SIERRAWIRELESS
|
|
|
|
tristate "USB Sierra Wireless Driver"
|
|
|
|
help
|
2008-07-10 21:14:54 +00:00
|
|
|
Say M here if you want to use Sierra Wireless devices.
|
|
|
|
|
2009-01-26 10:12:25 +00:00
|
|
|
Many devices have a feature known as TRU-Install. For those devices
|
|
|
|
to work properly, the USB Storage Sierra feature must be enabled.
|
2006-06-30 18:17:55 +00:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called sierra.
|
|
|
|
|
2009-02-14 01:25:46 +00:00
|
|
|
config USB_SERIAL_SYMBOL
|
|
|
|
tristate "USB Symbol Barcode driver (serial mode)"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use a Symbol USB Barcode device
|
|
|
|
in serial emulation mode.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called symbolserial.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_TI
|
|
|
|
tristate "USB TI 3410/5052 Serial Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use the TI USB 3410 or 5052
|
|
|
|
serial devices.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ti_usb_3410_5052.
|
|
|
|
|
|
|
|
config USB_SERIAL_CYBERJACK
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader"
|
2005-04-16 22:20:36 +00:00
|
|
|
---help---
|
|
|
|
Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
|
2007-10-19 23:34:40 +00:00
|
|
|
reader. This is an interface to ISO 7816 compatible contact-based
|
2005-04-16 22:20:36 +00:00
|
|
|
chipcards, e.g. GSM SIMs.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called cyberjack.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
|
|
|
config USB_SERIAL_XIRCOM
|
|
|
|
tristate "USB Xircom / Entregra Single Port Serial Driver"
|
2012-09-26 20:20:19 +00:00
|
|
|
select USB_EZUSB_FX2
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here if you want to use a Xircom or Entregra single port USB to
|
|
|
|
serial converter device. This driver makes use of firmware
|
|
|
|
developed from scratch by Brian Warner.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called keyspan_pda.
|
|
|
|
|
2010-04-01 16:31:07 +00:00
|
|
|
config USB_SERIAL_WWAN
|
|
|
|
tristate
|
|
|
|
|
2005-05-24 00:00:48 +00:00
|
|
|
config USB_SERIAL_OPTION
|
2006-07-12 06:35:29 +00:00
|
|
|
tristate "USB driver for GSM and CDMA modems"
|
2010-04-01 16:31:08 +00:00
|
|
|
select USB_SERIAL_WWAN
|
2005-05-24 00:00:48 +00:00
|
|
|
help
|
2006-07-12 06:35:29 +00:00
|
|
|
Say Y here if you have a GSM or CDMA modem that's connected to USB.
|
|
|
|
|
|
|
|
This driver also supports several PCMCIA cards which have a
|
|
|
|
built-in OHCI-USB adapter and an internally-connected GSM modem.
|
|
|
|
The USB bus on these cards is not accessible externally.
|
2006-06-02 09:48:56 +00:00
|
|
|
|
2006-07-12 06:35:29 +00:00
|
|
|
Supported devices include (some of?) those made by:
|
2006-10-14 06:53:21 +00:00
|
|
|
Option, Huawei, Audiovox, Novatel Wireless, or Anydata.
|
2005-05-24 00:00:48 +00:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called option.
|
|
|
|
|
2006-06-02 09:48:56 +00:00
|
|
|
If this driver doesn't recognize your device,
|
|
|
|
it might be accessible via the FTDI_SIO driver.
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
config USB_SERIAL_OMNINET
|
2008-03-08 08:00:04 +00:00
|
|
|
tristate "USB ZyXEL omni.net LCD Plus Driver"
|
2005-04-16 22:20:36 +00:00
|
|
|
help
|
|
|
|
Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called omninet.
|
|
|
|
|
2008-11-03 21:27:03 +00:00
|
|
|
config USB_SERIAL_OPTICON
|
|
|
|
tristate "USB Opticon Barcode driver (serial mode)"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use a Opticon USB Barcode device
|
|
|
|
in serial emulation mode.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called opticon.
|
|
|
|
|
2010-02-05 16:30:28 +00:00
|
|
|
config USB_SERIAL_VIVOPAY_SERIAL
|
|
|
|
tristate "USB ViVOpay serial interface driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use a ViVOtech ViVOpay USB device.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called vivopay-serial.
|
|
|
|
|
2013-01-25 16:05:44 +00:00
|
|
|
config USB_SERIAL_XSENS_MT
|
|
|
|
tristate "Xsens motion tracker serial interface driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use Xsens motion trackers.
|
|
|
|
|
|
|
|
This driver supports the new generation of motion trackers
|
|
|
|
by Xsens. Older devices can be accessed using the FTDI_SIO
|
|
|
|
driver.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called xsens_mt.
|
|
|
|
|
2010-03-10 15:47:56 +00:00
|
|
|
config USB_SERIAL_ZIO
|
|
|
|
tristate "ZIO Motherboard USB serial interface driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use ZIO Motherboard.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called zio.
|
|
|
|
|
2012-08-17 23:59:51 +00:00
|
|
|
config USB_SERIAL_ZTE
|
|
|
|
tristate "ZTE USB serial driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use a ZTE USB to serial device.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called zte.
|
|
|
|
|
2010-07-29 15:05:41 +00:00
|
|
|
config USB_SERIAL_SSU100
|
|
|
|
tristate "USB Quatech SSU-100 Single Port Serial Driver"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use the Quatech SSU-100 single
|
|
|
|
port usb to serial adapter.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called ssu100.
|
|
|
|
|
2012-05-10 19:36:02 +00:00
|
|
|
config USB_SERIAL_QT2
|
|
|
|
tristate "USB Quatech Serial Driver for USB 2 devices"
|
|
|
|
help
|
|
|
|
Say Y here if you want to use the Quatech USB 2
|
|
|
|
serial adapters.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called quatech-serial.
|
|
|
|
|
2002-04-09 19:14:34 +00:00
|
|
|
config USB_SERIAL_DEBUG
|
|
|
|
tristate "USB Debugging Device"
|
|
|
|
help
|
2007-05-09 05:12:20 +00:00
|
|
|
Say Y here if you have a USB debugging device used to receive
|
2002-04-09 19:14:34 +00:00
|
|
|
debugging data from another machine. The most common of these
|
|
|
|
devices is the NetChip TurboCONNECT device.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called usb-debug.
|
|
|
|
|
2008-01-24 08:36:31 +00:00
|
|
|
endif # USB_SERIAL
|