11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# USB Serial device configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 5b75be4abSDenis Chengmenuconfig USB_SERIAL 61da177e4SLinus Torvalds tristate "USB Serial Converter support" 71da177e4SLinus Torvalds depends on USB 81da177e4SLinus Torvalds ---help--- 91da177e4SLinus Torvalds Say Y here if you have a USB device that provides normal serial 101da177e4SLinus Torvalds ports, or acts like a serial device, and you want to connect it to 111da177e4SLinus Torvalds your USB bus. 121da177e4SLinus Torvalds 131da177e4SLinus Torvalds Please read <file:Documentation/usb/usb-serial.txt> for more 141da177e4SLinus Torvalds information on the specifics of the different devices that are 151da177e4SLinus Torvalds supported, and on how to use them. 161da177e4SLinus Torvalds 171da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 181da177e4SLinus Torvalds module will be called usbserial. 191da177e4SLinus Torvalds 20b75be4abSDenis Chengif USB_SERIAL 21b75be4abSDenis Cheng 221da177e4SLinus Torvaldsconfig USB_SERIAL_CONSOLE 231b75dc4dSRobert P. J. Day bool "USB Serial Console device support" 241b75dc4dSRobert P. J. Day depends on USB_SERIAL=y 251da177e4SLinus Torvalds ---help--- 261da177e4SLinus Torvalds If you say Y here, it will be possible to use a USB to serial 271da177e4SLinus Torvalds converter port as the system console (the system console is the 281da177e4SLinus Torvalds device which receives all kernel messages and warnings and which 291da177e4SLinus Torvalds allows logins in single user mode). This could be useful if some 301da177e4SLinus Torvalds terminal or printer is connected to that serial port. 311da177e4SLinus Torvalds 321da177e4SLinus Torvalds Even if you say Y here, the currently visible virtual console 331da177e4SLinus Torvalds (/dev/tty0) will still be used as the system console by default, but 341da177e4SLinus Torvalds you can alter that using a kernel command line option such as 351da177e4SLinus Torvalds "console=ttyUSB0". (Try "man bootparam" or see the documentation of 361da177e4SLinus Torvalds your boot loader (lilo or loadlin) about how to pass options to the 371da177e4SLinus Torvalds kernel at boot time.) 381da177e4SLinus Torvalds 391da177e4SLinus Torvalds If you don't have a VGA card installed and you say Y here, the 401da177e4SLinus Torvalds kernel will automatically use the first USB to serial converter 411da177e4SLinus Torvalds port, /dev/ttyUSB0, as system console. 421da177e4SLinus Torvalds 431da177e4SLinus Torvalds If unsure, say N. 441da177e4SLinus Torvalds 451da177e4SLinus Torvaldsconfig USB_SERIAL_GENERIC 461da177e4SLinus Torvalds bool "USB Generic Serial Driver" 471da177e4SLinus Torvalds help 481da177e4SLinus Torvalds Say Y here if you want to use the generic USB serial driver. Please 491da177e4SLinus Torvalds read <file:Documentation/usb/usb-serial.txt> for more information on 501da177e4SLinus Torvalds using this driver. It is recommended that the "USB Serial converter 511da177e4SLinus Torvalds support" be compiled as a module for this driver to be used 521da177e4SLinus Torvalds properly. 531da177e4SLinus Torvalds 543fe70ba2SManuel Francisco Naranjoconfig USB_SERIAL_AIRCABLE 551b75dc4dSRobert P. J. Day tristate "USB AIRcable Bluetooth Dongle Driver" 563fe70ba2SManuel Francisco Naranjo help 5723b0d968SNaranjo Manuel Francisco Say Y here if you want to use USB AIRcable Bluetooth Dongle. 583fe70ba2SManuel Francisco Naranjo 593fe70ba2SManuel Francisco Naranjo To compile this driver as a module, choose M here: the module 603fe70ba2SManuel Francisco Naranjo will be called aircable. 613fe70ba2SManuel Francisco Naranjo 62815ddc99SGreg Kroah-Hartmanconfig USB_SERIAL_ARK3116 631b75dc4dSRobert P. J. Day tristate "USB ARK Micro 3116 USB Serial Driver" 64815ddc99SGreg Kroah-Hartman help 65815ddc99SGreg Kroah-Hartman Say Y here if you want to use a ARK Micro 3116 USB to Serial 66815ddc99SGreg Kroah-Hartman device. 67815ddc99SGreg Kroah-Hartman 68815ddc99SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 69815ddc99SGreg Kroah-Hartman module will be called ark3116 70815ddc99SGreg Kroah-Hartman 711da177e4SLinus Torvaldsconfig USB_SERIAL_BELKIN 721da177e4SLinus Torvalds tristate "USB Belkin and Peracom Single Port Serial Driver" 731da177e4SLinus Torvalds help 741da177e4SLinus Torvalds Say Y here if you want to use a Belkin USB Serial single port 751da177e4SLinus Torvalds adaptor (F5U103 is one of the model numbers) or the Peracom single 761da177e4SLinus Torvalds port USB to serial adapter. 771da177e4SLinus Torvalds 781da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 791da177e4SLinus Torvalds module will be called belkin_sa. 801da177e4SLinus Torvalds 816ce76104SFrank A Kingswoodconfig USB_SERIAL_CH341 826ce76104SFrank A Kingswood tristate "USB Winchiphead CH341 Single Port Serial Driver" 836ce76104SFrank A Kingswood help 846ce76104SFrank A Kingswood Say Y here if you want to use a Winchiphead CH341 single port 856ce76104SFrank A Kingswood USB to serial adapter. 866ce76104SFrank A Kingswood 876ce76104SFrank A Kingswood To compile this driver as a module, choose M here: the 886ce76104SFrank A Kingswood module will be called ch341. 896ce76104SFrank A Kingswood 901da177e4SLinus Torvaldsconfig USB_SERIAL_WHITEHEAT 911da177e4SLinus Torvalds tristate "USB ConnectTech WhiteHEAT Serial Driver" 92*70c048a2SRene Buergel select USB_EZUSB_FX2 931da177e4SLinus Torvalds help 941da177e4SLinus Torvalds Say Y here if you want to use a ConnectTech WhiteHEAT 4 port 951da177e4SLinus Torvalds USB to serial converter device. 961da177e4SLinus Torvalds 971da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 981da177e4SLinus Torvalds module will be called whiteheat. 991da177e4SLinus Torvalds 1001da177e4SLinus Torvaldsconfig USB_SERIAL_DIGI_ACCELEPORT 1011da177e4SLinus Torvalds tristate "USB Digi International AccelePort USB Serial Driver" 1021da177e4SLinus Torvalds ---help--- 1031da177e4SLinus Torvalds Say Y here if you want to use Digi AccelePort USB 2 or 4 devices, 1041da177e4SLinus Torvalds 2 port (plus parallel port) and 4 port USB serial converters. The 1051da177e4SLinus Torvalds parallel port on the USB 2 appears as a third serial port on Linux. 1061da177e4SLinus Torvalds The Digi Acceleport USB 8 is not yet supported by this driver. 1071da177e4SLinus Torvalds 1081da177e4SLinus Torvalds This driver works under SMP with the usb-uhci driver. It does not 1091da177e4SLinus Torvalds work under SMP with the uhci driver. 1101da177e4SLinus Torvalds 1111da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1121da177e4SLinus Torvalds module will be called digi_acceleport. 1131da177e4SLinus Torvalds 11403ee2515SGreg Kroah-Hartmanconfig USB_SERIAL_CP210X 11503ee2515SGreg Kroah-Hartman tristate "USB CP210x family of UART Bridge Controllers" 1161da177e4SLinus Torvalds help 11703ee2515SGreg Kroah-Hartman Say Y here if you want to use a CP2101/CP2102/CP2103 based USB 11803ee2515SGreg Kroah-Hartman to RS232 converters. 1191da177e4SLinus Torvalds 1201da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 12103ee2515SGreg Kroah-Hartman module will be called cp210x. 1221da177e4SLinus Torvalds 1231da177e4SLinus Torvaldsconfig USB_SERIAL_CYPRESS_M8 1241da177e4SLinus Torvalds tristate "USB Cypress M8 USB Serial Driver" 1251da177e4SLinus Torvalds help 1261da177e4SLinus Torvalds Say Y here if you want to use a device that contains the Cypress 1271da177e4SLinus Torvalds USB to Serial microcontroller, such as the DeLorme Earthmate GPS. 1281da177e4SLinus Torvalds 1291da177e4SLinus Torvalds Attempted SMP support... send bug reports! 1301da177e4SLinus Torvalds 1311da177e4SLinus Torvalds Supported microcontrollers in the CY4601 family are: 1321da177e4SLinus Torvalds CY7C63741 CY7C63742 CY7C63743 CY7C64013 1331da177e4SLinus Torvalds 1341da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1351da177e4SLinus Torvalds module will be called cypress_m8. 1361da177e4SLinus Torvalds 1371da177e4SLinus Torvaldsconfig USB_SERIAL_EMPEG 1381da177e4SLinus Torvalds tristate "USB Empeg empeg-car Mark I/II Driver" 1391da177e4SLinus Torvalds help 1401da177e4SLinus Torvalds Say Y here if you want to connect to your Empeg empeg-car Mark I/II 1411da177e4SLinus Torvalds mp3 player via USB. The driver uses a single ttyUSB{0,1,2,...} 1421da177e4SLinus Torvalds device node. See <file:Documentation/usb/usb-serial.txt> for more 1431da177e4SLinus Torvalds tidbits of information. 1441da177e4SLinus Torvalds 1451da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1461da177e4SLinus Torvalds module will be called empeg. 1471da177e4SLinus Torvalds 1481da177e4SLinus Torvaldsconfig USB_SERIAL_FTDI_SIO 1491b75dc4dSRobert P. J. Day tristate "USB FTDI Single Port Serial Driver" 1501da177e4SLinus Torvalds ---help--- 1511da177e4SLinus Torvalds Say Y here if you want to use a FTDI SIO single port USB to serial 1521da177e4SLinus Torvalds converter device. The implementation I have is called the USC-1000. 1531da177e4SLinus Torvalds This driver has also be tested with the 245 and 232 devices. 1541da177e4SLinus Torvalds 1551da177e4SLinus Torvalds See <http://ftdi-usb-sio.sourceforge.net/> for more 1561da177e4SLinus Torvalds information on this driver and the device. 1571da177e4SLinus Torvalds 1581da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1591da177e4SLinus Torvalds module will be called ftdi_sio. 1601da177e4SLinus Torvalds 161f9814802SGreg Kroah-Hartmanconfig USB_SERIAL_FUNSOFT 162f9814802SGreg Kroah-Hartman tristate "USB Fundamental Software Dongle Driver" 163f9814802SGreg Kroah-Hartman ---help--- 164f9814802SGreg Kroah-Hartman Say Y here if you want to use the Fundamental Software dongle. 165f9814802SGreg Kroah-Hartman 166f9814802SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 167f9814802SGreg Kroah-Hartman module will be called funsoft. 168f9814802SGreg Kroah-Hartman 1691da177e4SLinus Torvaldsconfig USB_SERIAL_VISOR 1701da177e4SLinus Torvalds tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver" 1711da177e4SLinus Torvalds help 1721da177e4SLinus Torvalds Say Y here if you want to connect to your HandSpring Visor, Palm 1731da177e4SLinus Torvalds m500 or m505 through its USB docking station. See 174631dd1a8SJustin P. Mattock <http://usbvisor.sourceforge.net/index.php3> for more information on using this 1751da177e4SLinus Torvalds driver. 1761da177e4SLinus Torvalds 1771da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1781da177e4SLinus Torvalds module will be called visor. 1791da177e4SLinus Torvalds 1801da177e4SLinus Torvaldsconfig USB_SERIAL_IPAQ 1811da177e4SLinus Torvalds tristate "USB PocketPC PDA Driver" 1821da177e4SLinus Torvalds help 1831da177e4SLinus Torvalds Say Y here if you want to connect to your Compaq iPAQ, HP Jornada 1841da177e4SLinus Torvalds or any other PDA running Windows CE 3.0 or PocketPC 2002 1851da177e4SLinus Torvalds using a USB cradle/cable. For information on using the driver, 1861da177e4SLinus Torvalds read <file:Documentation/usb/usb-serial.txt>. 1871da177e4SLinus Torvalds 1881da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1891da177e4SLinus Torvalds module will be called ipaq. 1901da177e4SLinus Torvalds 1911da177e4SLinus Torvaldsconfig USB_SERIAL_IR 1921b75dc4dSRobert P. J. Day tristate "USB IR Dongle Serial Driver" 1931da177e4SLinus Torvalds help 1941da177e4SLinus Torvalds Say Y here if you want to enable simple serial support for USB IrDA 1951da177e4SLinus Torvalds devices. This is useful if you do not want to use the full IrDA 1961da177e4SLinus Torvalds stack. 1971da177e4SLinus Torvalds 1981da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1991da177e4SLinus Torvalds module will be called ir-usb. 2001da177e4SLinus Torvalds 2011da177e4SLinus Torvaldsconfig USB_SERIAL_EDGEPORT 2021da177e4SLinus Torvalds tristate "USB Inside Out Edgeport Serial Driver" 2031da177e4SLinus Torvalds ---help--- 2041da177e4SLinus Torvalds Say Y here if you want to use any of the following devices from 2051da177e4SLinus Torvalds Inside Out Networks (Digi): 2061da177e4SLinus Torvalds Edgeport/4 2071da177e4SLinus Torvalds Rapidport/4 2081da177e4SLinus Torvalds Edgeport/4t 2091da177e4SLinus Torvalds Edgeport/2 2101da177e4SLinus Torvalds Edgeport/4i 2111da177e4SLinus Torvalds Edgeport/2i 2121da177e4SLinus Torvalds Edgeport/421 2131da177e4SLinus Torvalds Edgeport/21 2141da177e4SLinus Torvalds Edgeport/8 2151da177e4SLinus Torvalds Edgeport/8 Dual 2161da177e4SLinus Torvalds Edgeport/2D8 2171da177e4SLinus Torvalds Edgeport/4D8 2181da177e4SLinus Torvalds Edgeport/8i 2191da177e4SLinus Torvalds Edgeport/2 DIN 2201da177e4SLinus Torvalds Edgeport/4 DIN 2211da177e4SLinus Torvalds Edgeport/16 Dual 2221da177e4SLinus Torvalds 2231da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2241da177e4SLinus Torvalds module will be called io_edgeport. 2251da177e4SLinus Torvalds 2261da177e4SLinus Torvaldsconfig USB_SERIAL_EDGEPORT_TI 2271da177e4SLinus Torvalds tristate "USB Inside Out Edgeport Serial Driver (TI devices)" 2281da177e4SLinus Torvalds help 2291da177e4SLinus Torvalds Say Y here if you want to use any of the devices from Inside Out 2301da177e4SLinus Torvalds Networks (Digi) that are not supported by the io_edgeport driver. 2311da177e4SLinus Torvalds This includes the Edgeport/1 device. 2321da177e4SLinus Torvalds 2331da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2341da177e4SLinus Torvalds module will be called io_ti. 2351da177e4SLinus Torvalds 236aac1fc38SGreg Kroah-Hartmanconfig USB_SERIAL_F81232 237aac1fc38SGreg Kroah-Hartman tristate "USB Fintek F81232 Single Port Serial Driver" 238aac1fc38SGreg Kroah-Hartman help 239aac1fc38SGreg Kroah-Hartman Say Y here if you want to use the Fintek F81232 single 240aac1fc38SGreg Kroah-Hartman port usb to serial adapter. 241aac1fc38SGreg Kroah-Hartman 242aac1fc38SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 243aac1fc38SGreg Kroah-Hartman module will be called f81232. 244aac1fc38SGreg Kroah-Hartman 2451da177e4SLinus Torvaldsconfig USB_SERIAL_GARMIN 2461da177e4SLinus Torvalds tristate "USB Garmin GPS driver" 2471da177e4SLinus Torvalds help 2481da177e4SLinus Torvalds Say Y here if you want to connect to your Garmin GPS. 2491da177e4SLinus Torvalds Should work with most Garmin GPS devices which have a native USB port. 2501da177e4SLinus Torvalds 2511da177e4SLinus Torvalds See <http://sourceforge.net/projects/garmin-gps> for the latest 2521da177e4SLinus Torvalds version of the driver. 2531da177e4SLinus Torvalds 2541da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2551da177e4SLinus Torvalds module will be called garmin_gps. 2561da177e4SLinus Torvalds 2571da177e4SLinus Torvaldsconfig USB_SERIAL_IPW 2581b75dc4dSRobert P. J. Day tristate "USB IPWireless (3G UMTS TDD) Driver" 2595d7a1c8aSRandy Dunlap select USB_SERIAL_WWAN 2601da177e4SLinus Torvalds help 2611da177e4SLinus Torvalds Say Y here if you want to use a IPWireless USB modem such as 2621da177e4SLinus Torvalds the ones supplied by Axity3G/Sentech South Africa. 2631da177e4SLinus Torvalds 2641da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2651da177e4SLinus Torvalds module will be called ipw. 2661da177e4SLinus Torvalds 26760a8fc01SAlain Degreffeconfig USB_SERIAL_IUU 2681b75dc4dSRobert P. J. Day tristate "USB Infinity USB Unlimited Phoenix Driver" 26960a8fc01SAlain Degreffe help 27060a8fc01SAlain Degreffe Say Y here if you want to use a IUU in phoenix mode and get 27160a8fc01SAlain Degreffe an extra ttyUSBx device. More information available on 27260a8fc01SAlain Degreffe http://eczema.ecze.com/iuu_phoenix.html 27360a8fc01SAlain Degreffe 27460a8fc01SAlain Degreffe To compile this driver as a module, choose M here: the 27560a8fc01SAlain Degreffe module will be called iuu_phoenix.o 27660a8fc01SAlain Degreffe 2771da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_PDA 2781da177e4SLinus Torvalds tristate "USB Keyspan PDA Single Port Serial Driver" 279*70c048a2SRene Buergel select USB_EZUSB_FX2 2801da177e4SLinus Torvalds help 2811da177e4SLinus Torvalds Say Y here if you want to use a Keyspan PDA single port USB to 2821da177e4SLinus Torvalds serial converter device. This driver makes use of firmware 2831da177e4SLinus Torvalds developed from scratch by Brian Warner. 2841da177e4SLinus Torvalds 2851da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2861da177e4SLinus Torvalds module will be called keyspan_pda. 2871da177e4SLinus Torvalds 2881da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN 2891da177e4SLinus Torvalds tristate "USB Keyspan USA-xxx Serial Driver" 290*70c048a2SRene Buergel select USB_EZUSB_FX2 2911da177e4SLinus Torvalds ---help--- 2921da177e4SLinus Torvalds Say Y here if you want to use Keyspan USB to serial converter 2931da177e4SLinus Torvalds devices. This driver makes use of Keyspan's official firmware 2941da177e4SLinus Torvalds and was developed with their support. You must also include 2951da177e4SLinus Torvalds firmware to support your particular device(s). 2961da177e4SLinus Torvalds 297631dd1a8SJustin P. Mattock See <http://blemings.org/hugh/keyspan.html> for more information. 2981da177e4SLinus Torvalds 2991da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3001da177e4SLinus Torvalds module will be called keyspan. 3011da177e4SLinus Torvalds 3021da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_MPR 3031da177e4SLinus Torvalds bool "USB Keyspan MPR Firmware" 3042971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3051da177e4SLinus Torvalds help 3061da177e4SLinus Torvalds Say Y here to include firmware for the Keyspan MPR converter. 3071da177e4SLinus Torvalds 3081da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28 3091da177e4SLinus Torvalds bool "USB Keyspan USA-28 Firmware" 3102971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3111da177e4SLinus Torvalds help 3121da177e4SLinus Torvalds Say Y here to include firmware for the USA-28 converter. 3131da177e4SLinus Torvalds 3141da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28X 3151da177e4SLinus Torvalds bool "USB Keyspan USA-28X Firmware" 3162971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3171da177e4SLinus Torvalds help 3181da177e4SLinus Torvalds Say Y here to include firmware for the USA-28X converter. 3191da177e4SLinus Torvalds Be sure you have a USA-28X, there are also 28XA and 28XB 3201da177e4SLinus Torvalds models, the label underneath has the actual part number. 3211da177e4SLinus Torvalds 3221da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28XA 3231da177e4SLinus Torvalds bool "USB Keyspan USA-28XA Firmware" 3242971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3251da177e4SLinus Torvalds help 3261da177e4SLinus Torvalds Say Y here to include firmware for the USA-28XA converter. 3271da177e4SLinus Torvalds Be sure you have a USA-28XA, there are also 28X and 28XB 3281da177e4SLinus Torvalds models, the label underneath has the actual part number. 3291da177e4SLinus Torvalds 3301da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28XB 3311da177e4SLinus Torvalds bool "USB Keyspan USA-28XB Firmware" 3322971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3331da177e4SLinus Torvalds help 3341da177e4SLinus Torvalds Say Y here to include firmware for the USA-28XB converter. 3351da177e4SLinus Torvalds Be sure you have a USA-28XB, there are also 28X and 28XA 3361da177e4SLinus Torvalds models, the label underneath has the actual part number. 3371da177e4SLinus Torvalds 3381da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19 3391da177e4SLinus Torvalds bool "USB Keyspan USA-19 Firmware" 3402971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3411da177e4SLinus Torvalds help 3421da177e4SLinus Torvalds Say Y here to include firmware for the USA-19 converter. 3431da177e4SLinus Torvalds 3441da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA18X 3451da177e4SLinus Torvalds bool "USB Keyspan USA-18X Firmware" 3462971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3471da177e4SLinus Torvalds help 3481da177e4SLinus Torvalds Say Y here to include firmware for the USA-18X converter. 3491da177e4SLinus Torvalds 3501da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19W 3511da177e4SLinus Torvalds bool "USB Keyspan USA-19W Firmware" 3522971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3531da177e4SLinus Torvalds help 3541da177e4SLinus Torvalds Say Y here to include firmware for the USA-19W converter. 3551da177e4SLinus Torvalds 3561da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19QW 3571da177e4SLinus Torvalds bool "USB Keyspan USA-19QW Firmware" 3582971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3591da177e4SLinus Torvalds help 3601da177e4SLinus Torvalds Say Y here to include firmware for the USA-19QW converter. 3611da177e4SLinus Torvalds 3621da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19QI 3631da177e4SLinus Torvalds bool "USB Keyspan USA-19QI Firmware" 3642971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3651da177e4SLinus Torvalds help 3661da177e4SLinus Torvalds Say Y here to include firmware for the USA-19QI converter. 3671da177e4SLinus Torvalds 3681da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA49W 3691da177e4SLinus Torvalds bool "USB Keyspan USA-49W Firmware" 3702971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3711da177e4SLinus Torvalds help 3721da177e4SLinus Torvalds Say Y here to include firmware for the USA-49W converter. 3731da177e4SLinus Torvalds 3741da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA49WLC 3751da177e4SLinus Torvalds bool "USB Keyspan USA-49WLC Firmware" 3762971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3771da177e4SLinus Torvalds help 3781da177e4SLinus Torvalds Say Y here to include firmware for the USA-49WLC converter. 3791da177e4SLinus Torvalds 3801da177e4SLinus Torvaldsconfig USB_SERIAL_KLSI 3811b75dc4dSRobert P. J. Day tristate "USB KL5KUSB105 (Palmconnect) Driver" 3821da177e4SLinus Torvalds ---help--- 3831da177e4SLinus Torvalds Say Y here if you want to use a KL5KUSB105 - based single port 3841da177e4SLinus Torvalds serial adapter. The most widely known -- and currently the only 3851da177e4SLinus Torvalds tested -- device in this category is the PalmConnect USB Serial 3861da177e4SLinus Torvalds adapter sold by Palm Inc. for use with their Palm III and Palm V 3871da177e4SLinus Torvalds series PDAs. 3881da177e4SLinus Torvalds 3891da177e4SLinus Torvalds Please read <file:Documentation/usb/usb-serial.txt> for more 3901da177e4SLinus Torvalds information. 3911da177e4SLinus Torvalds 3921da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3931da177e4SLinus Torvalds module will be called kl5kusb105. 3941da177e4SLinus Torvalds 3951da177e4SLinus Torvaldsconfig USB_SERIAL_KOBIL_SCT 3961da177e4SLinus Torvalds tristate "USB KOBIL chipcard reader" 3971da177e4SLinus Torvalds ---help--- 3981da177e4SLinus Torvalds Say Y here if you want to use one of the following KOBIL USB chipcard 3991da177e4SLinus Torvalds readers: 4001da177e4SLinus Torvalds 4011da177e4SLinus Torvalds - USB TWIN 4021da177e4SLinus Torvalds - KAAN Standard Plus 4031da177e4SLinus Torvalds - KAAN SIM 4041da177e4SLinus Torvalds - SecOVID Reader Plus 4051da177e4SLinus Torvalds - B1 Professional 4061da177e4SLinus Torvalds - KAAN Professional 4071da177e4SLinus Torvalds 4081da177e4SLinus Torvalds Note that you need a current CT-API. 4091da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4101da177e4SLinus Torvalds module will be called kobil_sct. 4111da177e4SLinus Torvalds 4121da177e4SLinus Torvaldsconfig USB_SERIAL_MCT_U232 4131da177e4SLinus Torvalds tristate "USB MCT Single Port Serial Driver" 4141da177e4SLinus Torvalds ---help--- 4151da177e4SLinus Torvalds Say Y here if you want to use a USB Serial single port adapter from 4161da177e4SLinus Torvalds Magic Control Technology Corp. (U232 is one of the model numbers). 4171da177e4SLinus Torvalds 4181da177e4SLinus Torvalds This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB 4196f065f70SPete Zaitcev BAY, Belkin F5U109, and Belkin F5U409 devices. 4201da177e4SLinus Torvalds 4211da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4221da177e4SLinus Torvalds module will be called mct_u232. 4231da177e4SLinus Torvalds 42462f2a83dSGreg Kroah-Hartmanconfig USB_SERIAL_METRO 42562f2a83dSGreg Kroah-Hartman tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver" 42662f2a83dSGreg Kroah-Hartman ---help--- 42762f2a83dSGreg Kroah-Hartman Say Y here if you want to use a USB POS Metrologic barcode scanner. 42862f2a83dSGreg Kroah-Hartman 42962f2a83dSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 43062f2a83dSGreg Kroah-Hartman module will be called metro-usb. 43162f2a83dSGreg Kroah-Hartman 4320f64478cSGreg Kroah-Hartmanconfig USB_SERIAL_MOS7720 43337846539SOliver Neukum tristate "USB Moschip 7720 Serial Driver" 4340f64478cSGreg Kroah-Hartman ---help--- 43537846539SOliver Neukum Say Y here if you want to use USB Serial single and double 43637846539SOliver Neukum port adapters from Moschip Semiconductor Tech. 4370f64478cSGreg Kroah-Hartman 4380f64478cSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 4390f64478cSGreg Kroah-Hartman module will be called mos7720. 4400f64478cSGreg Kroah-Hartman 441b69578dfSMike Dunnconfig USB_SERIAL_MOS7715_PARPORT 442b69578dfSMike Dunn bool "Support for parallel port on the Moschip 7715" 4439ff68c7aSRandy Dunlap depends on USB_SERIAL_MOS7720 4449ff68c7aSRandy Dunlap depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720 445b69578dfSMike Dunn select PARPORT_NOT_PC 446b69578dfSMike Dunn ---help--- 447b69578dfSMike Dunn Say Y if you have a Moschip 7715 device and would like to use 448b69578dfSMike Dunn the parallel port it provides. The port will register with 449b69578dfSMike Dunn the parport subsystem as a low-level driver. 450b69578dfSMike Dunn 4513f542974SPaul B Schroederconfig USB_SERIAL_MOS7840 4523f542974SPaul B Schroeder tristate "USB Moschip 7840/7820 USB Serial Driver" 4533f542974SPaul B Schroeder ---help--- 4543f542974SPaul B Schroeder Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820 4553f542974SPaul B Schroeder Dual-Serial port device from MosChip Semiconductor. 4563f542974SPaul B Schroeder 4573f542974SPaul B Schroeder The MCS7840 and MCS7820 have been developed to connect a wide range 4583f542974SPaul B Schroeder of standard serial devices to a USB host. The MCS7840 has a USB 4593f542974SPaul B Schroeder device controller connected to four (4) individual UARTs while the 4603f542974SPaul B Schroeder MCS7820 controller connects to two (2) individual UARTs. 4613f542974SPaul B Schroeder 4623f542974SPaul B Schroeder To compile this driver as a module, choose M here: the 4633f542974SPaul B Schroeder module will be called mos7840. If unsure, choose N. 4643f542974SPaul B Schroeder 4656986a978SGreg Kroah-Hartmanconfig USB_SERIAL_MOTOROLA 4666986a978SGreg Kroah-Hartman tristate "USB Motorola Phone modem driver" 4676986a978SGreg Kroah-Hartman ---help--- 4686986a978SGreg Kroah-Hartman Say Y here if you want to use a Motorola phone with a USB 4696986a978SGreg Kroah-Hartman connector as a modem link. 4706986a978SGreg Kroah-Hartman 4716986a978SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 4726986a978SGreg Kroah-Hartman module will be called moto_modem. If unsure, choose N. 4736986a978SGreg Kroah-Hartman 474e9a66c64SGreg Kroah-Hartmanconfig USB_SERIAL_NAVMAN 475e9a66c64SGreg Kroah-Hartman tristate "USB Navman GPS device" 476e9a66c64SGreg Kroah-Hartman help 477e9a66c64SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 478e9a66c64SGreg Kroah-Hartman module will be called navman. 479e9a66c64SGreg Kroah-Hartman 4801da177e4SLinus Torvaldsconfig USB_SERIAL_PL2303 4811da177e4SLinus Torvalds tristate "USB Prolific 2303 Single Port Serial Driver" 4821da177e4SLinus Torvalds help 4831da177e4SLinus Torvalds Say Y here if you want to use the PL2303 USB Serial single port 4841da177e4SLinus Torvalds adapter from Prolific. 4851da177e4SLinus Torvalds 4861da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4871da177e4SLinus Torvalds module will be called pl2303. 4881da177e4SLinus Torvalds 48949cdee0eSKees Lemmensconfig USB_SERIAL_OTI6858 4901b75dc4dSRobert P. J. Day tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller" 49149cdee0eSKees Lemmens help 49249cdee0eSKees Lemmens Say Y here if you want to use the OTi-6858 single port USB to serial 49349cdee0eSKees Lemmens converter device. 49449cdee0eSKees Lemmens 49549cdee0eSKees Lemmens To compile this driver as a module, choose M here: the 49649cdee0eSKees Lemmens module will be called oti6858. 49749cdee0eSKees Lemmens 498019ccc73SDan Williamsconfig USB_SERIAL_QCAUX 499019ccc73SDan Williams tristate "USB Qualcomm Auxiliary Serial Port Driver" 500510607dbSStefan Schmidt help 501019ccc73SDan Williams Say Y here if you want to use the auxiliary serial ports provided 502019ccc73SDan Williams by many modems based on Qualcomm chipsets. These ports often use 503019ccc73SDan Williams a proprietary protocol called DM and cannot be used for AT- or 504019ccc73SDan Williams PPP-based communication. 505019ccc73SDan Williams 506019ccc73SDan Williams To compile this driver as a module, choose M here: the 507510607dbSStefan Schmidt module will be called qcaux. If unsure, choose N. 508019ccc73SDan Williams 509a78b4282SGreg Kroah-Hartmanconfig USB_SERIAL_QUALCOMM 510a78b4282SGreg Kroah-Hartman tristate "USB Qualcomm Serial modem" 5113d7e59adSMatthew Garrett select USB_SERIAL_WWAN 512a78b4282SGreg Kroah-Hartman help 513a78b4282SGreg Kroah-Hartman Say Y here if you have a Qualcomm USB modem device. These are 514a78b4282SGreg Kroah-Hartman usually wireless cellular modems. 515a78b4282SGreg Kroah-Hartman 516a78b4282SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 517a78b4282SGreg Kroah-Hartman module will be called qcserial. 518a78b4282SGreg Kroah-Hartman 519619a6f1dSGreg Kroah-Hartmanconfig USB_SERIAL_SPCP8X5 520619a6f1dSGreg Kroah-Hartman tristate "USB SPCP8x5 USB To Serial Driver" 521619a6f1dSGreg Kroah-Hartman help 522619a6f1dSGreg Kroah-Hartman Say Y here if you want to use the spcp8x5 converter chip. This is 523619a6f1dSGreg Kroah-Hartman commonly found in some Z-Wave USB devices. 524619a6f1dSGreg Kroah-Hartman 525619a6f1dSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 526619a6f1dSGreg Kroah-Hartman module will be called spcp8x5. 527619a6f1dSGreg Kroah-Hartman 52836045fb7SArthur Huilletconfig USB_SERIAL_HP4X 52936045fb7SArthur Huillet tristate "USB HP4x Calculators support" 53036045fb7SArthur Huillet help 53136045fb7SArthur Huillet Say Y here if you want to use an Hewlett-Packard 4x Calculator. 53236045fb7SArthur Huillet 53336045fb7SArthur Huillet To compile this driver as a module, choose M here: the 53436045fb7SArthur Huillet module will be called hp4x. 53536045fb7SArthur Huillet 5361da177e4SLinus Torvaldsconfig USB_SERIAL_SAFE 5371b75dc4dSRobert P. J. Day tristate "USB Safe Serial (Encapsulated) Driver" 5381da177e4SLinus Torvalds 5391da177e4SLinus Torvaldsconfig USB_SERIAL_SAFE_PADDED 5401da177e4SLinus Torvalds bool "USB Secure Encapsulated Driver - Padded" 5411da177e4SLinus Torvalds depends on USB_SERIAL_SAFE 5421da177e4SLinus Torvalds 5435aa63750SGreg Kroah-Hartmanconfig USB_SERIAL_SIEMENS_MPI 5445aa63750SGreg Kroah-Hartman tristate "USB Siemens MPI driver" 5455aa63750SGreg Kroah-Hartman help 5465aa63750SGreg Kroah-Hartman Say M here if you want to use a Siemens USB/MPI adapter. 5475aa63750SGreg Kroah-Hartman 5485aa63750SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 5495aa63750SGreg Kroah-Hartman module will be called siemens_mpi. 5505aa63750SGreg Kroah-Hartman 55169de51fdSKevin Lloydconfig USB_SERIAL_SIERRAWIRELESS 55269de51fdSKevin Lloyd tristate "USB Sierra Wireless Driver" 55369de51fdSKevin Lloyd help 5540585e4dfSKevin Lloyd Say M here if you want to use Sierra Wireless devices. 5550585e4dfSKevin Lloyd 556692105b8SMatt LaPlante Many devices have a feature known as TRU-Install. For those devices 557692105b8SMatt LaPlante to work properly, the USB Storage Sierra feature must be enabled. 55869de51fdSKevin Lloyd 55969de51fdSKevin Lloyd To compile this driver as a module, choose M here: the 56069de51fdSKevin Lloyd module will be called sierra. 56169de51fdSKevin Lloyd 56268b44eaeSGreg Kroah-Hartmanconfig USB_SERIAL_SYMBOL 56368b44eaeSGreg Kroah-Hartman tristate "USB Symbol Barcode driver (serial mode)" 56468b44eaeSGreg Kroah-Hartman help 56568b44eaeSGreg Kroah-Hartman Say Y here if you want to use a Symbol USB Barcode device 56668b44eaeSGreg Kroah-Hartman in serial emulation mode. 56768b44eaeSGreg Kroah-Hartman 56868b44eaeSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 56968b44eaeSGreg Kroah-Hartman module will be called symbolserial. 57068b44eaeSGreg Kroah-Hartman 5711da177e4SLinus Torvaldsconfig USB_SERIAL_TI 5721da177e4SLinus Torvalds tristate "USB TI 3410/5052 Serial Driver" 5731da177e4SLinus Torvalds help 5741da177e4SLinus Torvalds Say Y here if you want to use the TI USB 3410 or 5052 5751da177e4SLinus Torvalds serial devices. 5761da177e4SLinus Torvalds 5771da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 5781da177e4SLinus Torvalds module will be called ti_usb_3410_5052. 5791da177e4SLinus Torvalds 5801da177e4SLinus Torvaldsconfig USB_SERIAL_CYBERJACK 5811b75dc4dSRobert P. J. Day tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader" 5821da177e4SLinus Torvalds ---help--- 5831da177e4SLinus Torvalds Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard 58401dd2fbfSMatt LaPlante reader. This is an interface to ISO 7816 compatible contact-based 5851da177e4SLinus Torvalds chipcards, e.g. GSM SIMs. 5861da177e4SLinus Torvalds 5871da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 5881da177e4SLinus Torvalds module will be called cyberjack. 5891da177e4SLinus Torvalds 5901da177e4SLinus Torvalds If unsure, say N. 5911da177e4SLinus Torvalds 5921da177e4SLinus Torvaldsconfig USB_SERIAL_XIRCOM 5931da177e4SLinus Torvalds tristate "USB Xircom / Entregra Single Port Serial Driver" 594*70c048a2SRene Buergel select USB_EZUSB_FX2 5951da177e4SLinus Torvalds help 5961da177e4SLinus Torvalds Say Y here if you want to use a Xircom or Entregra single port USB to 5971da177e4SLinus Torvalds serial converter device. This driver makes use of firmware 5981da177e4SLinus Torvalds developed from scratch by Brian Warner. 5991da177e4SLinus Torvalds 6001da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 6011da177e4SLinus Torvalds module will be called keyspan_pda. 6021da177e4SLinus Torvalds 6030d456194SMatthew Garrettconfig USB_SERIAL_WWAN 6040d456194SMatthew Garrett tristate 6050d456194SMatthew Garrett 60658cfe911SMatthias Urlichsconfig USB_SERIAL_OPTION 60731fcbb73SMatthias Urlichs tristate "USB driver for GSM and CDMA modems" 6088b4c6a3aSMatthew Garrett select USB_SERIAL_WWAN 60958cfe911SMatthias Urlichs help 61031fcbb73SMatthias Urlichs Say Y here if you have a GSM or CDMA modem that's connected to USB. 61114f76cc7SMatthias Urlichs 61231fcbb73SMatthias Urlichs This driver also supports several PCMCIA cards which have a 61331fcbb73SMatthias Urlichs built-in OHCI-USB adapter and an internally-connected GSM modem. 61431fcbb73SMatthias Urlichs The USB bus on these cards is not accessible externally. 61531fcbb73SMatthias Urlichs 61631fcbb73SMatthias Urlichs Supported devices include (some of?) those made by: 617033a3fb9SKevin Lloyd Option, Huawei, Audiovox, Novatel Wireless, or Anydata. 61858cfe911SMatthias Urlichs 61958cfe911SMatthias Urlichs To compile this driver as a module, choose M here: the 62058cfe911SMatthias Urlichs module will be called option. 62158cfe911SMatthias Urlichs 62214f76cc7SMatthias Urlichs If this driver doesn't recognize your device, 62314f76cc7SMatthias Urlichs it might be accessible via the FTDI_SIO driver. 62414f76cc7SMatthias Urlichs 6251da177e4SLinus Torvaldsconfig USB_SERIAL_OMNINET 6261b75dc4dSRobert P. J. Day tristate "USB ZyXEL omni.net LCD Plus Driver" 6271da177e4SLinus Torvalds help 6281da177e4SLinus Torvalds Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA. 6291da177e4SLinus Torvalds 6301da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 6311da177e4SLinus Torvalds module will be called omninet. 6321da177e4SLinus Torvalds 63357262b82SGreg Kroah-Hartmanconfig USB_SERIAL_OPTICON 63457262b82SGreg Kroah-Hartman tristate "USB Opticon Barcode driver (serial mode)" 63557262b82SGreg Kroah-Hartman help 63657262b82SGreg Kroah-Hartman Say Y here if you want to use a Opticon USB Barcode device 63757262b82SGreg Kroah-Hartman in serial emulation mode. 63857262b82SGreg Kroah-Hartman 63957262b82SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 64057262b82SGreg Kroah-Hartman module will be called opticon. 64157262b82SGreg Kroah-Hartman 64252720983SForest Bondconfig USB_SERIAL_VIVOPAY_SERIAL 64352720983SForest Bond tristate "USB ViVOpay serial interface driver" 64452720983SForest Bond help 64552720983SForest Bond Say Y here if you want to use a ViVOtech ViVOpay USB device. 64652720983SForest Bond 64752720983SForest Bond To compile this driver as a module, choose M here: the 64852720983SForest Bond module will be called vivopay-serial. 64952720983SForest Bond 6502a1e7d5dSVijay Kumarconfig USB_SERIAL_ZIO 6512a1e7d5dSVijay Kumar tristate "ZIO Motherboard USB serial interface driver" 6522a1e7d5dSVijay Kumar help 6532a1e7d5dSVijay Kumar Say Y here if you want to use ZIO Motherboard. 6542a1e7d5dSVijay Kumar 6552a1e7d5dSVijay Kumar To compile this driver as a module, choose M here: the 6562a1e7d5dSVijay Kumar module will be called zio. 6572a1e7d5dSVijay Kumar 658799ee924SGreg Kroah-Hartmanconfig USB_SERIAL_ZTE 659799ee924SGreg Kroah-Hartman tristate "ZTE USB serial driver" 660799ee924SGreg Kroah-Hartman help 661799ee924SGreg Kroah-Hartman Say Y here if you want to use a ZTE USB to serial device. 662799ee924SGreg Kroah-Hartman 663799ee924SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 664799ee924SGreg Kroah-Hartman module will be called zte. 665799ee924SGreg Kroah-Hartman 66652af9545SBill Pembertonconfig USB_SERIAL_SSU100 66752af9545SBill Pemberton tristate "USB Quatech SSU-100 Single Port Serial Driver" 66852af9545SBill Pemberton help 66952af9545SBill Pemberton Say Y here if you want to use the Quatech SSU-100 single 67052af9545SBill Pemberton port usb to serial adapter. 67152af9545SBill Pemberton 67252af9545SBill Pemberton To compile this driver as a module, choose M here: the 67352af9545SBill Pemberton module will be called ssu100. 67452af9545SBill Pemberton 675f7a33e60SBill Pembertonconfig USB_SERIAL_QT2 676f7a33e60SBill Pemberton tristate "USB Quatech Serial Driver for USB 2 devices" 677f7a33e60SBill Pemberton help 678f7a33e60SBill Pemberton Say Y here if you want to use the Quatech USB 2 679f7a33e60SBill Pemberton serial adapters. 680f7a33e60SBill Pemberton 681f7a33e60SBill Pemberton To compile this driver as a module, choose M here: the 682f7a33e60SBill Pemberton module will be called quatech-serial. 683f7a33e60SBill Pemberton 684958e8741SGreg Kroah-Hartmanconfig USB_SERIAL_DEBUG 685958e8741SGreg Kroah-Hartman tristate "USB Debugging Device" 686958e8741SGreg Kroah-Hartman help 6873dde6ad8SDavid Sterba Say Y here if you have a USB debugging device used to receive 688958e8741SGreg Kroah-Hartman debugging data from another machine. The most common of these 689958e8741SGreg Kroah-Hartman devices is the NetChip TurboCONNECT device. 690958e8741SGreg Kroah-Hartman 691958e8741SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 692958e8741SGreg Kroah-Hartman module will be called usb-debug. 693958e8741SGreg Kroah-Hartman 694b75be4abSDenis Chengendif # USB_SERIAL 695