1cae8dc3bSGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# USB Serial device configuration 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds 6b75be4abSDenis Chengmenuconfig USB_SERIAL 71da177e4SLinus Torvalds tristate "USB Serial Converter support" 825e11ec4SFlorian Fainelli depends on TTY 9a7f7f624SMasahiro Yamada help 101da177e4SLinus Torvalds Say Y here if you have a USB device that provides normal serial 111da177e4SLinus Torvalds ports, or acts like a serial device, and you want to connect it to 121da177e4SLinus Torvalds your USB bus. 131da177e4SLinus Torvalds 14ecefae6dSMauro Carvalho Chehab Please read <file:Documentation/usb/usb-serial.rst> for more 151da177e4SLinus Torvalds information on the specifics of the different devices that are 161da177e4SLinus Torvalds supported, and on how to use them. 171da177e4SLinus Torvalds 181da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 191da177e4SLinus Torvalds module will be called usbserial. 201da177e4SLinus Torvalds 21b75be4abSDenis Chengif USB_SERIAL 22b75be4abSDenis Cheng 231da177e4SLinus Torvaldsconfig USB_SERIAL_CONSOLE 241b75dc4dSRobert P. J. Day bool "USB Serial Console device support" 251b75dc4dSRobert P. J. Day depends on USB_SERIAL=y 26a7f7f624SMasahiro Yamada help 271da177e4SLinus Torvalds If you say Y here, it will be possible to use a USB to serial 281da177e4SLinus Torvalds converter port as the system console (the system console is the 291da177e4SLinus Torvalds device which receives all kernel messages and warnings and which 301da177e4SLinus Torvalds allows logins in single user mode). This could be useful if some 311da177e4SLinus Torvalds terminal or printer is connected to that serial port. 321da177e4SLinus Torvalds 331da177e4SLinus Torvalds Even if you say Y here, the currently visible virtual console 341da177e4SLinus Torvalds (/dev/tty0) will still be used as the system console by default, but 351da177e4SLinus Torvalds you can alter that using a kernel command line option such as 361da177e4SLinus Torvalds "console=ttyUSB0". (Try "man bootparam" or see the documentation of 371da177e4SLinus Torvalds your boot loader (lilo or loadlin) about how to pass options to the 381da177e4SLinus Torvalds kernel at boot time.) 391da177e4SLinus Torvalds 401da177e4SLinus Torvalds If you don't have a VGA card installed and you say Y here, the 411da177e4SLinus Torvalds kernel will automatically use the first USB to serial converter 421da177e4SLinus Torvalds port, /dev/ttyUSB0, as system console. 431da177e4SLinus Torvalds 441da177e4SLinus Torvalds If unsure, say N. 451da177e4SLinus Torvalds 461da177e4SLinus Torvaldsconfig USB_SERIAL_GENERIC 471da177e4SLinus Torvalds bool "USB Generic Serial Driver" 481da177e4SLinus Torvalds help 491da177e4SLinus Torvalds Say Y here if you want to use the generic USB serial driver. Please 50ecefae6dSMauro Carvalho Chehab read <file:Documentation/usb/usb-serial.rst> for more information on 511da177e4SLinus Torvalds using this driver. It is recommended that the "USB Serial converter 521da177e4SLinus Torvalds support" be compiled as a module for this driver to be used 531da177e4SLinus Torvalds properly. 541da177e4SLinus Torvalds 551f923071SGreg Kroah-Hartmanconfig USB_SERIAL_SIMPLE 561f923071SGreg Kroah-Hartman tristate "USB Serial Simple Driver" 571f923071SGreg Kroah-Hartman help 581f923071SGreg Kroah-Hartman Say Y here to use the USB serial "simple" driver. This driver 591f923071SGreg Kroah-Hartman handles a wide range of very simple devices, all in one 601f923071SGreg Kroah-Hartman driver. Specifically, it supports: 611f923071SGreg Kroah-Hartman - Suunto ANT+ USB device. 62cff9c233SJohan Hovold - Medtronic CareLink USB device 631f923071SGreg Kroah-Hartman - Fundamental Software dongle. 64679315e5SAnton Staaf - Google USB serial devices 651f923071SGreg Kroah-Hartman - HP4x calculators 66fe710508SCollin May - Libtransistor USB console 67dc298a21SDave Jones - a number of Motorola phones 6846fe895eSJohan Hovold - Motorola Tetra devices 69*3d7df3f8SJohan Hovold - Nokia mobile phones 70c5cd24d7SJohan Hovold - Novatel Wireless GPS receivers 711f923071SGreg Kroah-Hartman - Siemens USB/MPI adapter. 721f923071SGreg Kroah-Hartman - ViVOtech ViVOpay USB device. 731f923071SGreg Kroah-Hartman - Infineon Modem Flashloader USB interface 741f923071SGreg Kroah-Hartman - ZIO Motherboard USB serial interface 751f923071SGreg Kroah-Hartman 761f923071SGreg Kroah-Hartman To compile this driver as a module, choose M here: the module 771f923071SGreg Kroah-Hartman will be called usb-serial-simple. 781f923071SGreg Kroah-Hartman 793fe70ba2SManuel Francisco Naranjoconfig USB_SERIAL_AIRCABLE 801b75dc4dSRobert P. J. Day tristate "USB AIRcable Bluetooth Dongle Driver" 813fe70ba2SManuel Francisco Naranjo help 8223b0d968SNaranjo Manuel Francisco Say Y here if you want to use USB AIRcable Bluetooth Dongle. 833fe70ba2SManuel Francisco Naranjo 843fe70ba2SManuel Francisco Naranjo To compile this driver as a module, choose M here: the module 853fe70ba2SManuel Francisco Naranjo will be called aircable. 863fe70ba2SManuel Francisco Naranjo 87815ddc99SGreg Kroah-Hartmanconfig USB_SERIAL_ARK3116 881b75dc4dSRobert P. J. Day tristate "USB ARK Micro 3116 USB Serial Driver" 89815ddc99SGreg Kroah-Hartman help 90815ddc99SGreg Kroah-Hartman Say Y here if you want to use a ARK Micro 3116 USB to Serial 91815ddc99SGreg Kroah-Hartman device. 92815ddc99SGreg Kroah-Hartman 93815ddc99SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 94815ddc99SGreg Kroah-Hartman module will be called ark3116 95815ddc99SGreg Kroah-Hartman 961da177e4SLinus Torvaldsconfig USB_SERIAL_BELKIN 971da177e4SLinus Torvalds tristate "USB Belkin and Peracom Single Port Serial Driver" 981da177e4SLinus Torvalds help 991da177e4SLinus Torvalds Say Y here if you want to use a Belkin USB Serial single port 1001da177e4SLinus Torvalds adaptor (F5U103 is one of the model numbers) or the Peracom single 1011da177e4SLinus Torvalds port USB to serial adapter. 1021da177e4SLinus Torvalds 1031da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1041da177e4SLinus Torvalds module will be called belkin_sa. 1051da177e4SLinus Torvalds 1066ce76104SFrank A Kingswoodconfig USB_SERIAL_CH341 1076ce76104SFrank A Kingswood tristate "USB Winchiphead CH341 Single Port Serial Driver" 1086ce76104SFrank A Kingswood help 1096ce76104SFrank A Kingswood Say Y here if you want to use a Winchiphead CH341 single port 1106ce76104SFrank A Kingswood USB to serial adapter. 1116ce76104SFrank A Kingswood 1126ce76104SFrank A Kingswood To compile this driver as a module, choose M here: the 1136ce76104SFrank A Kingswood module will be called ch341. 1146ce76104SFrank A Kingswood 1151da177e4SLinus Torvaldsconfig USB_SERIAL_WHITEHEAT 1161da177e4SLinus Torvalds tristate "USB ConnectTech WhiteHEAT Serial Driver" 11770c048a2SRene Buergel select USB_EZUSB_FX2 1181da177e4SLinus Torvalds help 1191da177e4SLinus Torvalds Say Y here if you want to use a ConnectTech WhiteHEAT 4 port 1201da177e4SLinus Torvalds USB to serial converter device. 1211da177e4SLinus Torvalds 1221da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1231da177e4SLinus Torvalds module will be called whiteheat. 1241da177e4SLinus Torvalds 1251da177e4SLinus Torvaldsconfig USB_SERIAL_DIGI_ACCELEPORT 1261da177e4SLinus Torvalds tristate "USB Digi International AccelePort USB Serial Driver" 127a7f7f624SMasahiro Yamada help 1281da177e4SLinus Torvalds Say Y here if you want to use Digi AccelePort USB 2 or 4 devices, 1291da177e4SLinus Torvalds 2 port (plus parallel port) and 4 port USB serial converters. The 1301da177e4SLinus Torvalds parallel port on the USB 2 appears as a third serial port on Linux. 1311da177e4SLinus Torvalds The Digi Acceleport USB 8 is not yet supported by this driver. 1321da177e4SLinus Torvalds 1331da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1341da177e4SLinus Torvalds module will be called digi_acceleport. 1351da177e4SLinus Torvalds 13603ee2515SGreg Kroah-Hartmanconfig USB_SERIAL_CP210X 13703ee2515SGreg Kroah-Hartman tristate "USB CP210x family of UART Bridge Controllers" 1381da177e4SLinus Torvalds help 13903ee2515SGreg Kroah-Hartman Say Y here if you want to use a CP2101/CP2102/CP2103 based USB 14003ee2515SGreg Kroah-Hartman to RS232 converters. 1411da177e4SLinus Torvalds 1421da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 14303ee2515SGreg Kroah-Hartman module will be called cp210x. 1441da177e4SLinus Torvalds 1451da177e4SLinus Torvaldsconfig USB_SERIAL_CYPRESS_M8 1461da177e4SLinus Torvalds tristate "USB Cypress M8 USB Serial Driver" 1471da177e4SLinus Torvalds help 1481da177e4SLinus Torvalds Say Y here if you want to use a device that contains the Cypress 1491da177e4SLinus Torvalds USB to Serial microcontroller, such as the DeLorme Earthmate GPS. 1501da177e4SLinus Torvalds 1511da177e4SLinus Torvalds Attempted SMP support... send bug reports! 1521da177e4SLinus Torvalds 1531da177e4SLinus Torvalds Supported microcontrollers in the CY4601 family are: 1541da177e4SLinus Torvalds CY7C63741 CY7C63742 CY7C63743 CY7C64013 1551da177e4SLinus Torvalds 1561da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1571da177e4SLinus Torvalds module will be called cypress_m8. 1581da177e4SLinus Torvalds 1591da177e4SLinus Torvaldsconfig USB_SERIAL_EMPEG 1601da177e4SLinus Torvalds tristate "USB Empeg empeg-car Mark I/II Driver" 1611da177e4SLinus Torvalds help 1621da177e4SLinus Torvalds Say Y here if you want to connect to your Empeg empeg-car Mark I/II 1631da177e4SLinus Torvalds mp3 player via USB. The driver uses a single ttyUSB{0,1,2,...} 164ecefae6dSMauro Carvalho Chehab device node. See <file:Documentation/usb/usb-serial.rst> for more 1651da177e4SLinus Torvalds tidbits of information. 1661da177e4SLinus Torvalds 1671da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1681da177e4SLinus Torvalds module will be called empeg. 1691da177e4SLinus Torvalds 1701da177e4SLinus Torvaldsconfig USB_SERIAL_FTDI_SIO 1711b75dc4dSRobert P. J. Day tristate "USB FTDI Single Port Serial Driver" 172a7f7f624SMasahiro Yamada help 1731da177e4SLinus Torvalds Say Y here if you want to use a FTDI SIO single port USB to serial 1741da177e4SLinus Torvalds converter device. The implementation I have is called the USC-1000. 1752d9b480bSPaul Gortmaker This driver has also been tested with the 245 and 232 devices. 1761da177e4SLinus Torvalds 1771da177e4SLinus Torvalds See <http://ftdi-usb-sio.sourceforge.net/> for more 1781da177e4SLinus Torvalds information on this driver and the device. 1791da177e4SLinus Torvalds 1801da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1811da177e4SLinus Torvalds module will be called ftdi_sio. 1821da177e4SLinus Torvalds 1831da177e4SLinus Torvaldsconfig USB_SERIAL_VISOR 1841da177e4SLinus Torvalds tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver" 1851da177e4SLinus Torvalds help 1861da177e4SLinus Torvalds Say Y here if you want to connect to your HandSpring Visor, Palm 1871da177e4SLinus Torvalds m500 or m505 through its USB docking station. See 188631dd1a8SJustin P. Mattock <http://usbvisor.sourceforge.net/index.php3> for more information on using this 1891da177e4SLinus Torvalds driver. 1901da177e4SLinus Torvalds 1911da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1921da177e4SLinus Torvalds module will be called visor. 1931da177e4SLinus Torvalds 1941da177e4SLinus Torvaldsconfig USB_SERIAL_IPAQ 1951da177e4SLinus Torvalds tristate "USB PocketPC PDA Driver" 1961da177e4SLinus Torvalds help 1971da177e4SLinus Torvalds Say Y here if you want to connect to your Compaq iPAQ, HP Jornada 1981da177e4SLinus Torvalds or any other PDA running Windows CE 3.0 or PocketPC 2002 1991da177e4SLinus Torvalds using a USB cradle/cable. For information on using the driver, 200ecefae6dSMauro Carvalho Chehab read <file:Documentation/usb/usb-serial.rst>. 2011da177e4SLinus Torvalds 2021da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2031da177e4SLinus Torvalds module will be called ipaq. 2041da177e4SLinus Torvalds 2051da177e4SLinus Torvaldsconfig USB_SERIAL_IR 2061b75dc4dSRobert P. J. Day tristate "USB IR Dongle Serial Driver" 2071da177e4SLinus Torvalds help 2081da177e4SLinus Torvalds Say Y here if you want to enable simple serial support for USB IrDA 2091da177e4SLinus Torvalds devices. This is useful if you do not want to use the full IrDA 2101da177e4SLinus Torvalds stack. 2111da177e4SLinus Torvalds 2121da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2131da177e4SLinus Torvalds module will be called ir-usb. 2141da177e4SLinus Torvalds 2151da177e4SLinus Torvaldsconfig USB_SERIAL_EDGEPORT 2161da177e4SLinus Torvalds tristate "USB Inside Out Edgeport Serial Driver" 217a7f7f624SMasahiro Yamada help 2181da177e4SLinus Torvalds Say Y here if you want to use any of the following devices from 2191da177e4SLinus Torvalds Inside Out Networks (Digi): 2201da177e4SLinus Torvalds Edgeport/4 2211da177e4SLinus Torvalds Rapidport/4 2221da177e4SLinus Torvalds Edgeport/4t 2231da177e4SLinus Torvalds Edgeport/2 2241da177e4SLinus Torvalds Edgeport/4i 2251da177e4SLinus Torvalds Edgeport/2i 2261da177e4SLinus Torvalds Edgeport/421 2271da177e4SLinus Torvalds Edgeport/21 2281da177e4SLinus Torvalds Edgeport/8 2291da177e4SLinus Torvalds Edgeport/8 Dual 2301da177e4SLinus Torvalds Edgeport/2D8 2311da177e4SLinus Torvalds Edgeport/4D8 2321da177e4SLinus Torvalds Edgeport/8i 2331da177e4SLinus Torvalds Edgeport/2 DIN 2341da177e4SLinus Torvalds Edgeport/4 DIN 2351da177e4SLinus Torvalds Edgeport/16 Dual 2361da177e4SLinus Torvalds 2371da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2381da177e4SLinus Torvalds module will be called io_edgeport. 2391da177e4SLinus Torvalds 2401da177e4SLinus Torvaldsconfig USB_SERIAL_EDGEPORT_TI 2411da177e4SLinus Torvalds tristate "USB Inside Out Edgeport Serial Driver (TI devices)" 2421da177e4SLinus Torvalds help 2431da177e4SLinus Torvalds Say Y here if you want to use any of the devices from Inside Out 2441da177e4SLinus Torvalds Networks (Digi) that are not supported by the io_edgeport driver. 2451da177e4SLinus Torvalds This includes the Edgeport/1 device. 2461da177e4SLinus Torvalds 2471da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2481da177e4SLinus Torvalds module will be called io_ti. 2491da177e4SLinus Torvalds 250aac1fc38SGreg Kroah-Hartmanconfig USB_SERIAL_F81232 251aac1fc38SGreg Kroah-Hartman tristate "USB Fintek F81232 Single Port Serial Driver" 252aac1fc38SGreg Kroah-Hartman help 253aac1fc38SGreg Kroah-Hartman Say Y here if you want to use the Fintek F81232 single 254aac1fc38SGreg Kroah-Hartman port usb to serial adapter. 255aac1fc38SGreg Kroah-Hartman 256aac1fc38SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 257aac1fc38SGreg Kroah-Hartman module will be called f81232. 258aac1fc38SGreg Kroah-Hartman 2590c9bd600SJi-Ze Hong (Peter Hong)config USB_SERIAL_F8153X 2600c9bd600SJi-Ze Hong (Peter Hong) tristate "USB Fintek F81532/534 Multi-Ports Serial Driver" 2610c9bd600SJi-Ze Hong (Peter Hong) help 2620c9bd600SJi-Ze Hong (Peter Hong) Say Y here if you want to use the Fintek F81532/534 Multi-Ports 2630c9bd600SJi-Ze Hong (Peter Hong) USB to serial adapter. 2640c9bd600SJi-Ze Hong (Peter Hong) 2650c9bd600SJi-Ze Hong (Peter Hong) To compile this driver as a module, choose M here: the 2660c9bd600SJi-Ze Hong (Peter Hong) module will be called f81534. 2670c9bd600SJi-Ze Hong (Peter Hong) 2680c9bd600SJi-Ze Hong (Peter Hong) 2691da177e4SLinus Torvaldsconfig USB_SERIAL_GARMIN 2701da177e4SLinus Torvalds tristate "USB Garmin GPS driver" 2711da177e4SLinus Torvalds help 2721da177e4SLinus Torvalds Say Y here if you want to connect to your Garmin GPS. 2731da177e4SLinus Torvalds Should work with most Garmin GPS devices which have a native USB port. 2741da177e4SLinus Torvalds 2751da177e4SLinus Torvalds See <http://sourceforge.net/projects/garmin-gps> for the latest 2761da177e4SLinus Torvalds version of the driver. 2771da177e4SLinus Torvalds 2781da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2791da177e4SLinus Torvalds module will be called garmin_gps. 2801da177e4SLinus Torvalds 2811da177e4SLinus Torvaldsconfig USB_SERIAL_IPW 2821b75dc4dSRobert P. J. Day tristate "USB IPWireless (3G UMTS TDD) Driver" 2835d7a1c8aSRandy Dunlap select USB_SERIAL_WWAN 2841da177e4SLinus Torvalds help 2851da177e4SLinus Torvalds Say Y here if you want to use a IPWireless USB modem such as 2861da177e4SLinus Torvalds the ones supplied by Axity3G/Sentech South Africa. 2871da177e4SLinus Torvalds 2881da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2891da177e4SLinus Torvalds module will be called ipw. 2901da177e4SLinus Torvalds 29160a8fc01SAlain Degreffeconfig USB_SERIAL_IUU 2921b75dc4dSRobert P. J. Day tristate "USB Infinity USB Unlimited Phoenix Driver" 29360a8fc01SAlain Degreffe help 29460a8fc01SAlain Degreffe Say Y here if you want to use a IUU in phoenix mode and get 29560a8fc01SAlain Degreffe an extra ttyUSBx device. More information available on 29660a8fc01SAlain Degreffe http://eczema.ecze.com/iuu_phoenix.html 29760a8fc01SAlain Degreffe 29860a8fc01SAlain Degreffe To compile this driver as a module, choose M here: the 29960a8fc01SAlain Degreffe module will be called iuu_phoenix.o 30060a8fc01SAlain Degreffe 3011da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_PDA 3027604ce70SJohan Hovold tristate "USB Keyspan PDA / Xircom Single Port Serial Driver" 30370c048a2SRene Buergel select USB_EZUSB_FX2 3041da177e4SLinus Torvalds help 3057604ce70SJohan Hovold Say Y here if you want to use a Keyspan PDA, Xircom or Entrega single 3067604ce70SJohan Hovold port USB to serial converter device. This driver makes use of 3077604ce70SJohan Hovold firmware developed from scratch by Brian Warner. 3081da177e4SLinus Torvalds 3091da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3101da177e4SLinus Torvalds module will be called keyspan_pda. 3111da177e4SLinus Torvalds 3121da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN 3131da177e4SLinus Torvalds tristate "USB Keyspan USA-xxx Serial Driver" 31470c048a2SRene Buergel select USB_EZUSB_FX2 315a7f7f624SMasahiro Yamada help 3161da177e4SLinus Torvalds Say Y here if you want to use Keyspan USB to serial converter 3171da177e4SLinus Torvalds devices. This driver makes use of Keyspan's official firmware 3181da177e4SLinus Torvalds and was developed with their support. You must also include 3191da177e4SLinus Torvalds firmware to support your particular device(s). 3201da177e4SLinus Torvalds 321631dd1a8SJustin P. Mattock See <http://blemings.org/hugh/keyspan.html> for more information. 3221da177e4SLinus Torvalds 3231da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3241da177e4SLinus Torvalds module will be called keyspan. 3251da177e4SLinus Torvalds 3261da177e4SLinus Torvaldsconfig USB_SERIAL_KLSI 3271b75dc4dSRobert P. J. Day tristate "USB KL5KUSB105 (Palmconnect) Driver" 328a7f7f624SMasahiro Yamada help 3291da177e4SLinus Torvalds Say Y here if you want to use a KL5KUSB105 - based single port 3301da177e4SLinus Torvalds serial adapter. The most widely known -- and currently the only 3311da177e4SLinus Torvalds tested -- device in this category is the PalmConnect USB Serial 3321da177e4SLinus Torvalds adapter sold by Palm Inc. for use with their Palm III and Palm V 3331da177e4SLinus Torvalds series PDAs. 3341da177e4SLinus Torvalds 335ecefae6dSMauro Carvalho Chehab Please read <file:Documentation/usb/usb-serial.rst> for more 3361da177e4SLinus Torvalds information. 3371da177e4SLinus Torvalds 3381da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3391da177e4SLinus Torvalds module will be called kl5kusb105. 3401da177e4SLinus Torvalds 3411da177e4SLinus Torvaldsconfig USB_SERIAL_KOBIL_SCT 3421da177e4SLinus Torvalds tristate "USB KOBIL chipcard reader" 343a7f7f624SMasahiro Yamada help 3441da177e4SLinus Torvalds Say Y here if you want to use one of the following KOBIL USB chipcard 3451da177e4SLinus Torvalds readers: 3461da177e4SLinus Torvalds 3471da177e4SLinus Torvalds - USB TWIN 3481da177e4SLinus Torvalds - KAAN Standard Plus 3491da177e4SLinus Torvalds - KAAN SIM 3501da177e4SLinus Torvalds - SecOVID Reader Plus 3511da177e4SLinus Torvalds - B1 Professional 3521da177e4SLinus Torvalds - KAAN Professional 3531da177e4SLinus Torvalds 3541da177e4SLinus Torvalds Note that you need a current CT-API. 3551da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3561da177e4SLinus Torvalds module will be called kobil_sct. 3571da177e4SLinus Torvalds 3581da177e4SLinus Torvaldsconfig USB_SERIAL_MCT_U232 3591da177e4SLinus Torvalds tristate "USB MCT Single Port Serial Driver" 360a7f7f624SMasahiro Yamada help 3611da177e4SLinus Torvalds Say Y here if you want to use a USB Serial single port adapter from 3621da177e4SLinus Torvalds Magic Control Technology Corp. (U232 is one of the model numbers). 3631da177e4SLinus Torvalds 3641da177e4SLinus Torvalds This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB 3656f065f70SPete Zaitcev BAY, Belkin F5U109, and Belkin F5U409 devices. 3661da177e4SLinus Torvalds 3671da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3681da177e4SLinus Torvalds module will be called mct_u232. 3691da177e4SLinus Torvalds 37062f2a83dSGreg Kroah-Hartmanconfig USB_SERIAL_METRO 37162f2a83dSGreg Kroah-Hartman tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver" 372a7f7f624SMasahiro Yamada help 37362f2a83dSGreg Kroah-Hartman Say Y here if you want to use a USB POS Metrologic barcode scanner. 37462f2a83dSGreg Kroah-Hartman 37562f2a83dSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 37662f2a83dSGreg Kroah-Hartman module will be called metro-usb. 37762f2a83dSGreg Kroah-Hartman 3780f64478cSGreg Kroah-Hartmanconfig USB_SERIAL_MOS7720 37937846539SOliver Neukum tristate "USB Moschip 7720 Serial Driver" 380a7f7f624SMasahiro Yamada help 38137846539SOliver Neukum Say Y here if you want to use USB Serial single and double 38237846539SOliver Neukum port adapters from Moschip Semiconductor Tech. 3830f64478cSGreg Kroah-Hartman 3840f64478cSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 3850f64478cSGreg Kroah-Hartman module will be called mos7720. 3860f64478cSGreg Kroah-Hartman 387b69578dfSMike Dunnconfig USB_SERIAL_MOS7715_PARPORT 388b69578dfSMike Dunn bool "Support for parallel port on the Moschip 7715" 3899ff68c7aSRandy Dunlap depends on USB_SERIAL_MOS7720 3909ff68c7aSRandy Dunlap depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720 391b69578dfSMike Dunn select PARPORT_NOT_PC 392a7f7f624SMasahiro Yamada help 393b69578dfSMike Dunn Say Y if you have a Moschip 7715 device and would like to use 394b69578dfSMike Dunn the parallel port it provides. The port will register with 395b69578dfSMike Dunn the parport subsystem as a low-level driver. 396b69578dfSMike Dunn 3973f542974SPaul B Schroederconfig USB_SERIAL_MOS7840 3983f542974SPaul B Schroeder tristate "USB Moschip 7840/7820 USB Serial Driver" 399a7f7f624SMasahiro Yamada help 4003f542974SPaul B Schroeder Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820 4013f542974SPaul B Schroeder Dual-Serial port device from MosChip Semiconductor. 4023f542974SPaul B Schroeder 4033f542974SPaul B Schroeder The MCS7840 and MCS7820 have been developed to connect a wide range 4043f542974SPaul B Schroeder of standard serial devices to a USB host. The MCS7840 has a USB 4053f542974SPaul B Schroeder device controller connected to four (4) individual UARTs while the 4063f542974SPaul B Schroeder MCS7820 controller connects to two (2) individual UARTs. 4073f542974SPaul B Schroeder 4083f542974SPaul B Schroeder To compile this driver as a module, choose M here: the 4093f542974SPaul B Schroeder module will be called mos7840. If unsure, choose N. 4103f542974SPaul B Schroeder 411ee467a1fSAndrew Lunnconfig USB_SERIAL_MXUPORT 412ee467a1fSAndrew Lunn tristate "USB Moxa UPORT Serial Driver" 413a7f7f624SMasahiro Yamada help 414ee467a1fSAndrew Lunn Say Y here if you want to use a MOXA UPort Serial hub. 415ee467a1fSAndrew Lunn 416ee467a1fSAndrew Lunn This driver supports: 417ee467a1fSAndrew Lunn 418ee467a1fSAndrew Lunn [2 Port] 419ee467a1fSAndrew Lunn - UPort 1250 : 2 Port RS-232/422/485 USB to Serial Hub 420ee467a1fSAndrew Lunn - UPort 1250I : 2 Port RS-232/422/485 USB to Serial Hub with 421ee467a1fSAndrew Lunn Isolation 422ee467a1fSAndrew Lunn 423ee467a1fSAndrew Lunn [4 Port] 424ee467a1fSAndrew Lunn - UPort 1410 : 4 Port RS-232 USB to Serial Hub 425ee467a1fSAndrew Lunn - UPort 1450 : 4 Port RS-232/422/485 USB to Serial Hub 426ee467a1fSAndrew Lunn - UPort 1450I : 4 Port RS-232/422/485 USB to Serial Hub with 427ee467a1fSAndrew Lunn Isolation 428ee467a1fSAndrew Lunn 429ee467a1fSAndrew Lunn [8 Port] 430ee467a1fSAndrew Lunn - UPort 1610-8 : 8 Port RS-232 USB to Serial Hub 431ee467a1fSAndrew Lunn - UPort 1650-8 : 8 Port RS-232/422/485 USB to Serial Hub 432ee467a1fSAndrew Lunn 433ee467a1fSAndrew Lunn [16 Port] 434ee467a1fSAndrew Lunn - UPort 1610-16 : 16 Port RS-232 USB to Serial Hub 435ee467a1fSAndrew Lunn - UPort 1650-16 : 16 Port RS-232/422/485 USB to Serial Hub 436ee467a1fSAndrew Lunn 437ee467a1fSAndrew Lunn To compile this driver as a module, choose M here: the 438ee467a1fSAndrew Lunn module will be called mxuport. 439ee467a1fSAndrew Lunn 440e9a66c64SGreg Kroah-Hartmanconfig USB_SERIAL_NAVMAN 441e9a66c64SGreg Kroah-Hartman tristate "USB Navman GPS device" 442e9a66c64SGreg Kroah-Hartman help 443e9a66c64SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 444e9a66c64SGreg Kroah-Hartman module will be called navman. 445e9a66c64SGreg Kroah-Hartman 4461da177e4SLinus Torvaldsconfig USB_SERIAL_PL2303 4471da177e4SLinus Torvalds tristate "USB Prolific 2303 Single Port Serial Driver" 4481da177e4SLinus Torvalds help 4491da177e4SLinus Torvalds Say Y here if you want to use the PL2303 USB Serial single port 4501da177e4SLinus Torvalds adapter from Prolific. 4511da177e4SLinus Torvalds 4521da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4531da177e4SLinus Torvalds module will be called pl2303. 4541da177e4SLinus Torvalds 45549cdee0eSKees Lemmensconfig USB_SERIAL_OTI6858 4561b75dc4dSRobert P. J. Day tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller" 45749cdee0eSKees Lemmens help 45849cdee0eSKees Lemmens Say Y here if you want to use the OTi-6858 single port USB to serial 45949cdee0eSKees Lemmens converter device. 46049cdee0eSKees Lemmens 46149cdee0eSKees Lemmens To compile this driver as a module, choose M here: the 46249cdee0eSKees Lemmens module will be called oti6858. 46349cdee0eSKees Lemmens 464019ccc73SDan Williamsconfig USB_SERIAL_QCAUX 465019ccc73SDan Williams tristate "USB Qualcomm Auxiliary Serial Port Driver" 466510607dbSStefan Schmidt help 467019ccc73SDan Williams Say Y here if you want to use the auxiliary serial ports provided 468019ccc73SDan Williams by many modems based on Qualcomm chipsets. These ports often use 469019ccc73SDan Williams a proprietary protocol called DM and cannot be used for AT- or 470019ccc73SDan Williams PPP-based communication. 471019ccc73SDan Williams 472019ccc73SDan Williams To compile this driver as a module, choose M here: the 473510607dbSStefan Schmidt module will be called qcaux. If unsure, choose N. 474019ccc73SDan Williams 475a78b4282SGreg Kroah-Hartmanconfig USB_SERIAL_QUALCOMM 476a78b4282SGreg Kroah-Hartman tristate "USB Qualcomm Serial modem" 4773d7e59adSMatthew Garrett select USB_SERIAL_WWAN 478a78b4282SGreg Kroah-Hartman help 479a78b4282SGreg Kroah-Hartman Say Y here if you have a Qualcomm USB modem device. These are 480a78b4282SGreg Kroah-Hartman usually wireless cellular modems. 481a78b4282SGreg Kroah-Hartman 482a78b4282SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 483a78b4282SGreg Kroah-Hartman module will be called qcserial. 484a78b4282SGreg Kroah-Hartman 485619a6f1dSGreg Kroah-Hartmanconfig USB_SERIAL_SPCP8X5 486619a6f1dSGreg Kroah-Hartman tristate "USB SPCP8x5 USB To Serial Driver" 487619a6f1dSGreg Kroah-Hartman help 488619a6f1dSGreg Kroah-Hartman Say Y here if you want to use the spcp8x5 converter chip. This is 489619a6f1dSGreg Kroah-Hartman commonly found in some Z-Wave USB devices. 490619a6f1dSGreg Kroah-Hartman 491619a6f1dSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 492619a6f1dSGreg Kroah-Hartman module will be called spcp8x5. 493619a6f1dSGreg Kroah-Hartman 4941da177e4SLinus Torvaldsconfig USB_SERIAL_SAFE 4951b75dc4dSRobert P. J. Day tristate "USB Safe Serial (Encapsulated) Driver" 4961da177e4SLinus Torvalds 4971da177e4SLinus Torvaldsconfig USB_SERIAL_SAFE_PADDED 4981da177e4SLinus Torvalds bool "USB Secure Encapsulated Driver - Padded" 4991da177e4SLinus Torvalds depends on USB_SERIAL_SAFE 5001da177e4SLinus Torvalds 50169de51fdSKevin Lloydconfig USB_SERIAL_SIERRAWIRELESS 50269de51fdSKevin Lloyd tristate "USB Sierra Wireless Driver" 50369de51fdSKevin Lloyd help 5040585e4dfSKevin Lloyd Say M here if you want to use Sierra Wireless devices. 5050585e4dfSKevin Lloyd 506692105b8SMatt LaPlante Many devices have a feature known as TRU-Install. For those devices 507692105b8SMatt LaPlante to work properly, the USB Storage Sierra feature must be enabled. 50869de51fdSKevin Lloyd 50969de51fdSKevin Lloyd To compile this driver as a module, choose M here: the 51069de51fdSKevin Lloyd module will be called sierra. 51169de51fdSKevin Lloyd 51268b44eaeSGreg Kroah-Hartmanconfig USB_SERIAL_SYMBOL 51368b44eaeSGreg Kroah-Hartman tristate "USB Symbol Barcode driver (serial mode)" 51468b44eaeSGreg Kroah-Hartman help 51568b44eaeSGreg Kroah-Hartman Say Y here if you want to use a Symbol USB Barcode device 51668b44eaeSGreg Kroah-Hartman in serial emulation mode. 51768b44eaeSGreg Kroah-Hartman 51868b44eaeSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 51968b44eaeSGreg Kroah-Hartman module will be called symbolserial. 52068b44eaeSGreg Kroah-Hartman 5211da177e4SLinus Torvaldsconfig USB_SERIAL_TI 5221da177e4SLinus Torvalds tristate "USB TI 3410/5052 Serial Driver" 5231da177e4SLinus Torvalds help 5241da177e4SLinus Torvalds Say Y here if you want to use the TI USB 3410 or 5052 5251da177e4SLinus Torvalds serial devices. 5261da177e4SLinus Torvalds 5271da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 5281da177e4SLinus Torvalds module will be called ti_usb_3410_5052. 5291da177e4SLinus Torvalds 5301da177e4SLinus Torvaldsconfig USB_SERIAL_CYBERJACK 5311b75dc4dSRobert P. J. Day tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader" 532a7f7f624SMasahiro Yamada help 5331da177e4SLinus Torvalds Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard 53401dd2fbfSMatt LaPlante reader. This is an interface to ISO 7816 compatible contact-based 5351da177e4SLinus Torvalds chipcards, e.g. GSM SIMs. 5361da177e4SLinus Torvalds 5371da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 5381da177e4SLinus Torvalds module will be called cyberjack. 5391da177e4SLinus Torvalds 5401da177e4SLinus Torvalds If unsure, say N. 5411da177e4SLinus Torvalds 5420d456194SMatthew Garrettconfig USB_SERIAL_WWAN 5430d456194SMatthew Garrett tristate 5440d456194SMatthew Garrett 54558cfe911SMatthias Urlichsconfig USB_SERIAL_OPTION 54631fcbb73SMatthias Urlichs tristate "USB driver for GSM and CDMA modems" 5478b4c6a3aSMatthew Garrett select USB_SERIAL_WWAN 54858cfe911SMatthias Urlichs help 54931fcbb73SMatthias Urlichs Say Y here if you have a GSM or CDMA modem that's connected to USB. 55014f76cc7SMatthias Urlichs 55131fcbb73SMatthias Urlichs This driver also supports several PCMCIA cards which have a 55231fcbb73SMatthias Urlichs built-in OHCI-USB adapter and an internally-connected GSM modem. 55331fcbb73SMatthias Urlichs The USB bus on these cards is not accessible externally. 55431fcbb73SMatthias Urlichs 55531fcbb73SMatthias Urlichs Supported devices include (some of?) those made by: 556033a3fb9SKevin Lloyd Option, Huawei, Audiovox, Novatel Wireless, or Anydata. 55758cfe911SMatthias Urlichs 55858cfe911SMatthias Urlichs To compile this driver as a module, choose M here: the 55958cfe911SMatthias Urlichs module will be called option. 56058cfe911SMatthias Urlichs 56114f76cc7SMatthias Urlichs If this driver doesn't recognize your device, 56214f76cc7SMatthias Urlichs it might be accessible via the FTDI_SIO driver. 56314f76cc7SMatthias Urlichs 5641da177e4SLinus Torvaldsconfig USB_SERIAL_OMNINET 5651b75dc4dSRobert P. J. Day tristate "USB ZyXEL omni.net LCD Plus Driver" 5661da177e4SLinus Torvalds help 5671da177e4SLinus Torvalds Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA. 5681da177e4SLinus Torvalds 5691da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 5701da177e4SLinus Torvalds module will be called omninet. 5711da177e4SLinus Torvalds 57257262b82SGreg Kroah-Hartmanconfig USB_SERIAL_OPTICON 57357262b82SGreg Kroah-Hartman tristate "USB Opticon Barcode driver (serial mode)" 57457262b82SGreg Kroah-Hartman help 57557262b82SGreg Kroah-Hartman Say Y here if you want to use a Opticon USB Barcode device 57657262b82SGreg Kroah-Hartman in serial emulation mode. 57757262b82SGreg Kroah-Hartman 57857262b82SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 57957262b82SGreg Kroah-Hartman module will be called opticon. 58057262b82SGreg Kroah-Hartman 58159e931c4SFrans Klaverconfig USB_SERIAL_XSENS_MT 58259e931c4SFrans Klaver tristate "Xsens motion tracker serial interface driver" 58359e931c4SFrans Klaver help 58459e931c4SFrans Klaver Say Y here if you want to use Xsens motion trackers. 58559e931c4SFrans Klaver 58659e931c4SFrans Klaver This driver supports the new generation of motion trackers 58759e931c4SFrans Klaver by Xsens. Older devices can be accessed using the FTDI_SIO 58859e931c4SFrans Klaver driver. 58959e931c4SFrans Klaver 59059e931c4SFrans Klaver To compile this driver as a module, choose M here: the 59159e931c4SFrans Klaver module will be called xsens_mt. 59259e931c4SFrans Klaver 5931157f69bSWesley W. Terpstraconfig USB_SERIAL_WISHBONE 5941157f69bSWesley W. Terpstra tristate "USB-Wishbone adapter interface driver" 5951157f69bSWesley W. Terpstra help 5961157f69bSWesley W. Terpstra Say Y here if you want to use a USB attached Wishbone bus. 5971157f69bSWesley W. Terpstra 5981157f69bSWesley W. Terpstra Wishbone is an open hardware SoC bus commonly used in FPGA 5991157f69bSWesley W. Terpstra designs. Bus access can be serialized using the Etherbone 6001157f69bSWesley W. Terpstra protocol <http://www.ohwr.org/projects/etherbone-core>. 6011157f69bSWesley W. Terpstra 6021157f69bSWesley W. Terpstra This driver is intended to be used with devices which attach 6031157f69bSWesley W. Terpstra their internal Wishbone bus to a USB serial interface using 6041157f69bSWesley W. Terpstra the Etherbone protocol. A userspace library is required to 6051157f69bSWesley W. Terpstra speak the protocol made available by this driver as ttyUSBx. 6061157f69bSWesley W. Terpstra 6071157f69bSWesley W. Terpstra To compile this driver as a module, choose M here: the 6081157f69bSWesley W. Terpstra module will be called wishbone-serial. 6091157f69bSWesley W. Terpstra 61052af9545SBill Pembertonconfig USB_SERIAL_SSU100 61152af9545SBill Pemberton tristate "USB Quatech SSU-100 Single Port Serial Driver" 61252af9545SBill Pemberton help 61352af9545SBill Pemberton Say Y here if you want to use the Quatech SSU-100 single 61452af9545SBill Pemberton port usb to serial adapter. 61552af9545SBill Pemberton 61652af9545SBill Pemberton To compile this driver as a module, choose M here: the 61752af9545SBill Pemberton module will be called ssu100. 61852af9545SBill Pemberton 619f7a33e60SBill Pembertonconfig USB_SERIAL_QT2 620f7a33e60SBill Pemberton tristate "USB Quatech Serial Driver for USB 2 devices" 621f7a33e60SBill Pemberton help 622f7a33e60SBill Pemberton Say Y here if you want to use the Quatech USB 2 623f7a33e60SBill Pemberton serial adapters. 624f7a33e60SBill Pemberton 625f7a33e60SBill Pemberton To compile this driver as a module, choose M here: the 626f7a33e60SBill Pemberton module will be called quatech-serial. 627f7a33e60SBill Pemberton 628ea534e0bSMaksim Salauconfig USB_SERIAL_UPD78F0730 629ea534e0bSMaksim Salau tristate "USB Renesas uPD78F0730 Single Port Serial Driver" 630ea534e0bSMaksim Salau help 631ea534e0bSMaksim Salau Say Y here if you want to use the Renesas uPD78F0730 632ea534e0bSMaksim Salau serial driver. 633ea534e0bSMaksim Salau 634ea534e0bSMaksim Salau To compile this driver as a module, choose M here: the 635ea534e0bSMaksim Salau module will be called upd78f0730. 636ea534e0bSMaksim Salau 637c2d405aaSManivannan Sadhasivamconfig USB_SERIAL_XR 638c2d405aaSManivannan Sadhasivam tristate "USB MaxLinear/Exar USB to Serial driver" 639c2d405aaSManivannan Sadhasivam help 640c2d405aaSManivannan Sadhasivam Say Y here if you want to use MaxLinear/Exar USB to Serial converter 641c2d405aaSManivannan Sadhasivam devices. 642c2d405aaSManivannan Sadhasivam 643c2d405aaSManivannan Sadhasivam To compile this driver as a module, choose M here: the 644c2d405aaSManivannan Sadhasivam module will be called xr_serial. 645c2d405aaSManivannan Sadhasivam 646958e8741SGreg Kroah-Hartmanconfig USB_SERIAL_DEBUG 647958e8741SGreg Kroah-Hartman tristate "USB Debugging Device" 648958e8741SGreg Kroah-Hartman help 6493dde6ad8SDavid Sterba Say Y here if you have a USB debugging device used to receive 650958e8741SGreg Kroah-Hartman debugging data from another machine. The most common of these 651958e8741SGreg Kroah-Hartman devices is the NetChip TurboCONNECT device. 652958e8741SGreg Kroah-Hartman 653958e8741SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 654958e8741SGreg Kroah-Hartman module will be called usb-debug. 655958e8741SGreg Kroah-Hartman 656b75be4abSDenis Chengendif # USB_SERIAL 657