11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# USB Serial device configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 5b75be4abSDenis Chengmenuconfig USB_SERIAL 61da177e4SLinus Torvalds tristate "USB Serial Converter support" 725e11ec4SFlorian Fainelli depends on TTY 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 541f923071SGreg Kroah-Hartmanconfig USB_SERIAL_SIMPLE 551f923071SGreg Kroah-Hartman tristate "USB Serial Simple Driver" 561f923071SGreg Kroah-Hartman help 571f923071SGreg Kroah-Hartman Say Y here to use the USB serial "simple" driver. This driver 581f923071SGreg Kroah-Hartman handles a wide range of very simple devices, all in one 591f923071SGreg Kroah-Hartman driver. Specifically, it supports: 601f923071SGreg Kroah-Hartman - Suunto ANT+ USB device. 611f923071SGreg Kroah-Hartman - Fundamental Software dongle. 621f923071SGreg Kroah-Hartman - HP4x calculators 63dc298a21SDave Jones - a number of Motorola phones 64*c5cd24d7SJohan Hovold - Novatel Wireless GPS receivers 651f923071SGreg Kroah-Hartman - Siemens USB/MPI adapter. 661f923071SGreg Kroah-Hartman - ViVOtech ViVOpay USB device. 671f923071SGreg Kroah-Hartman - Infineon Modem Flashloader USB interface 681f923071SGreg Kroah-Hartman - ZIO Motherboard USB serial interface 691f923071SGreg Kroah-Hartman 701f923071SGreg Kroah-Hartman To compile this driver as a module, choose M here: the module 711f923071SGreg Kroah-Hartman will be called usb-serial-simple. 721f923071SGreg Kroah-Hartman 733fe70ba2SManuel Francisco Naranjoconfig USB_SERIAL_AIRCABLE 741b75dc4dSRobert P. J. Day tristate "USB AIRcable Bluetooth Dongle Driver" 753fe70ba2SManuel Francisco Naranjo help 7623b0d968SNaranjo Manuel Francisco Say Y here if you want to use USB AIRcable Bluetooth Dongle. 773fe70ba2SManuel Francisco Naranjo 783fe70ba2SManuel Francisco Naranjo To compile this driver as a module, choose M here: the module 793fe70ba2SManuel Francisco Naranjo will be called aircable. 803fe70ba2SManuel Francisco Naranjo 81815ddc99SGreg Kroah-Hartmanconfig USB_SERIAL_ARK3116 821b75dc4dSRobert P. J. Day tristate "USB ARK Micro 3116 USB Serial Driver" 83815ddc99SGreg Kroah-Hartman help 84815ddc99SGreg Kroah-Hartman Say Y here if you want to use a ARK Micro 3116 USB to Serial 85815ddc99SGreg Kroah-Hartman device. 86815ddc99SGreg Kroah-Hartman 87815ddc99SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 88815ddc99SGreg Kroah-Hartman module will be called ark3116 89815ddc99SGreg Kroah-Hartman 901da177e4SLinus Torvaldsconfig USB_SERIAL_BELKIN 911da177e4SLinus Torvalds tristate "USB Belkin and Peracom Single Port Serial Driver" 921da177e4SLinus Torvalds help 931da177e4SLinus Torvalds Say Y here if you want to use a Belkin USB Serial single port 941da177e4SLinus Torvalds adaptor (F5U103 is one of the model numbers) or the Peracom single 951da177e4SLinus Torvalds port USB to serial adapter. 961da177e4SLinus Torvalds 971da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 981da177e4SLinus Torvalds module will be called belkin_sa. 991da177e4SLinus Torvalds 1006ce76104SFrank A Kingswoodconfig USB_SERIAL_CH341 1016ce76104SFrank A Kingswood tristate "USB Winchiphead CH341 Single Port Serial Driver" 1026ce76104SFrank A Kingswood help 1036ce76104SFrank A Kingswood Say Y here if you want to use a Winchiphead CH341 single port 1046ce76104SFrank A Kingswood USB to serial adapter. 1056ce76104SFrank A Kingswood 1066ce76104SFrank A Kingswood To compile this driver as a module, choose M here: the 1076ce76104SFrank A Kingswood module will be called ch341. 1086ce76104SFrank A Kingswood 1091da177e4SLinus Torvaldsconfig USB_SERIAL_WHITEHEAT 1101da177e4SLinus Torvalds tristate "USB ConnectTech WhiteHEAT Serial Driver" 11170c048a2SRene Buergel select USB_EZUSB_FX2 1121da177e4SLinus Torvalds help 1131da177e4SLinus Torvalds Say Y here if you want to use a ConnectTech WhiteHEAT 4 port 1141da177e4SLinus Torvalds USB to serial converter device. 1151da177e4SLinus Torvalds 1161da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1171da177e4SLinus Torvalds module will be called whiteheat. 1181da177e4SLinus Torvalds 1191da177e4SLinus Torvaldsconfig USB_SERIAL_DIGI_ACCELEPORT 1201da177e4SLinus Torvalds tristate "USB Digi International AccelePort USB Serial Driver" 1211da177e4SLinus Torvalds ---help--- 1221da177e4SLinus Torvalds Say Y here if you want to use Digi AccelePort USB 2 or 4 devices, 1231da177e4SLinus Torvalds 2 port (plus parallel port) and 4 port USB serial converters. The 1241da177e4SLinus Torvalds parallel port on the USB 2 appears as a third serial port on Linux. 1251da177e4SLinus Torvalds The Digi Acceleport USB 8 is not yet supported by this driver. 1261da177e4SLinus Torvalds 1271da177e4SLinus Torvalds This driver works under SMP with the usb-uhci driver. It does not 1281da177e4SLinus Torvalds work under SMP with the uhci driver. 1291da177e4SLinus Torvalds 1301da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1311da177e4SLinus Torvalds module will be called digi_acceleport. 1321da177e4SLinus Torvalds 13303ee2515SGreg Kroah-Hartmanconfig USB_SERIAL_CP210X 13403ee2515SGreg Kroah-Hartman tristate "USB CP210x family of UART Bridge Controllers" 1351da177e4SLinus Torvalds help 13603ee2515SGreg Kroah-Hartman Say Y here if you want to use a CP2101/CP2102/CP2103 based USB 13703ee2515SGreg Kroah-Hartman to RS232 converters. 1381da177e4SLinus Torvalds 1391da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 14003ee2515SGreg Kroah-Hartman module will be called cp210x. 1411da177e4SLinus Torvalds 1421da177e4SLinus Torvaldsconfig USB_SERIAL_CYPRESS_M8 1431da177e4SLinus Torvalds tristate "USB Cypress M8 USB Serial Driver" 1441da177e4SLinus Torvalds help 1451da177e4SLinus Torvalds Say Y here if you want to use a device that contains the Cypress 1461da177e4SLinus Torvalds USB to Serial microcontroller, such as the DeLorme Earthmate GPS. 1471da177e4SLinus Torvalds 1481da177e4SLinus Torvalds Attempted SMP support... send bug reports! 1491da177e4SLinus Torvalds 1501da177e4SLinus Torvalds Supported microcontrollers in the CY4601 family are: 1511da177e4SLinus Torvalds CY7C63741 CY7C63742 CY7C63743 CY7C64013 1521da177e4SLinus Torvalds 1531da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1541da177e4SLinus Torvalds module will be called cypress_m8. 1551da177e4SLinus Torvalds 1561da177e4SLinus Torvaldsconfig USB_SERIAL_EMPEG 1571da177e4SLinus Torvalds tristate "USB Empeg empeg-car Mark I/II Driver" 1581da177e4SLinus Torvalds help 1591da177e4SLinus Torvalds Say Y here if you want to connect to your Empeg empeg-car Mark I/II 1601da177e4SLinus Torvalds mp3 player via USB. The driver uses a single ttyUSB{0,1,2,...} 1611da177e4SLinus Torvalds device node. See <file:Documentation/usb/usb-serial.txt> for more 1621da177e4SLinus Torvalds tidbits of information. 1631da177e4SLinus Torvalds 1641da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1651da177e4SLinus Torvalds module will be called empeg. 1661da177e4SLinus Torvalds 1671da177e4SLinus Torvaldsconfig USB_SERIAL_FTDI_SIO 1681b75dc4dSRobert P. J. Day tristate "USB FTDI Single Port Serial Driver" 1691da177e4SLinus Torvalds ---help--- 1701da177e4SLinus Torvalds Say Y here if you want to use a FTDI SIO single port USB to serial 1711da177e4SLinus Torvalds converter device. The implementation I have is called the USC-1000. 1721da177e4SLinus Torvalds This driver has also be tested with the 245 and 232 devices. 1731da177e4SLinus Torvalds 1741da177e4SLinus Torvalds See <http://ftdi-usb-sio.sourceforge.net/> for more 1751da177e4SLinus Torvalds information on this driver and the device. 1761da177e4SLinus Torvalds 1771da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1781da177e4SLinus Torvalds module will be called ftdi_sio. 1791da177e4SLinus Torvalds 1801da177e4SLinus Torvaldsconfig USB_SERIAL_VISOR 1811da177e4SLinus Torvalds tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver" 1821da177e4SLinus Torvalds help 1831da177e4SLinus Torvalds Say Y here if you want to connect to your HandSpring Visor, Palm 1841da177e4SLinus Torvalds m500 or m505 through its USB docking station. See 185631dd1a8SJustin P. Mattock <http://usbvisor.sourceforge.net/index.php3> for more information on using this 1861da177e4SLinus Torvalds driver. 1871da177e4SLinus Torvalds 1881da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1891da177e4SLinus Torvalds module will be called visor. 1901da177e4SLinus Torvalds 1911da177e4SLinus Torvaldsconfig USB_SERIAL_IPAQ 1921da177e4SLinus Torvalds tristate "USB PocketPC PDA Driver" 1931da177e4SLinus Torvalds help 1941da177e4SLinus Torvalds Say Y here if you want to connect to your Compaq iPAQ, HP Jornada 1951da177e4SLinus Torvalds or any other PDA running Windows CE 3.0 or PocketPC 2002 1961da177e4SLinus Torvalds using a USB cradle/cable. For information on using the driver, 1971da177e4SLinus Torvalds read <file:Documentation/usb/usb-serial.txt>. 1981da177e4SLinus Torvalds 1991da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2001da177e4SLinus Torvalds module will be called ipaq. 2011da177e4SLinus Torvalds 2021da177e4SLinus Torvaldsconfig USB_SERIAL_IR 2031b75dc4dSRobert P. J. Day tristate "USB IR Dongle Serial Driver" 2041da177e4SLinus Torvalds help 2051da177e4SLinus Torvalds Say Y here if you want to enable simple serial support for USB IrDA 2061da177e4SLinus Torvalds devices. This is useful if you do not want to use the full IrDA 2071da177e4SLinus Torvalds stack. 2081da177e4SLinus Torvalds 2091da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2101da177e4SLinus Torvalds module will be called ir-usb. 2111da177e4SLinus Torvalds 2121da177e4SLinus Torvaldsconfig USB_SERIAL_EDGEPORT 2131da177e4SLinus Torvalds tristate "USB Inside Out Edgeport Serial Driver" 2141da177e4SLinus Torvalds ---help--- 2151da177e4SLinus Torvalds Say Y here if you want to use any of the following devices from 2161da177e4SLinus Torvalds Inside Out Networks (Digi): 2171da177e4SLinus Torvalds Edgeport/4 2181da177e4SLinus Torvalds Rapidport/4 2191da177e4SLinus Torvalds Edgeport/4t 2201da177e4SLinus Torvalds Edgeport/2 2211da177e4SLinus Torvalds Edgeport/4i 2221da177e4SLinus Torvalds Edgeport/2i 2231da177e4SLinus Torvalds Edgeport/421 2241da177e4SLinus Torvalds Edgeport/21 2251da177e4SLinus Torvalds Edgeport/8 2261da177e4SLinus Torvalds Edgeport/8 Dual 2271da177e4SLinus Torvalds Edgeport/2D8 2281da177e4SLinus Torvalds Edgeport/4D8 2291da177e4SLinus Torvalds Edgeport/8i 2301da177e4SLinus Torvalds Edgeport/2 DIN 2311da177e4SLinus Torvalds Edgeport/4 DIN 2321da177e4SLinus Torvalds Edgeport/16 Dual 2331da177e4SLinus Torvalds 2341da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2351da177e4SLinus Torvalds module will be called io_edgeport. 2361da177e4SLinus Torvalds 2371da177e4SLinus Torvaldsconfig USB_SERIAL_EDGEPORT_TI 2381da177e4SLinus Torvalds tristate "USB Inside Out Edgeport Serial Driver (TI devices)" 2391da177e4SLinus Torvalds help 2401da177e4SLinus Torvalds Say Y here if you want to use any of the devices from Inside Out 2411da177e4SLinus Torvalds Networks (Digi) that are not supported by the io_edgeport driver. 2421da177e4SLinus Torvalds This includes the Edgeport/1 device. 2431da177e4SLinus Torvalds 2441da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2451da177e4SLinus Torvalds module will be called io_ti. 2461da177e4SLinus Torvalds 247aac1fc38SGreg Kroah-Hartmanconfig USB_SERIAL_F81232 248aac1fc38SGreg Kroah-Hartman tristate "USB Fintek F81232 Single Port Serial Driver" 249aac1fc38SGreg Kroah-Hartman help 250aac1fc38SGreg Kroah-Hartman Say Y here if you want to use the Fintek F81232 single 251aac1fc38SGreg Kroah-Hartman port usb to serial adapter. 252aac1fc38SGreg Kroah-Hartman 253aac1fc38SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 254aac1fc38SGreg Kroah-Hartman module will be called f81232. 255aac1fc38SGreg Kroah-Hartman 2561da177e4SLinus Torvaldsconfig USB_SERIAL_GARMIN 2571da177e4SLinus Torvalds tristate "USB Garmin GPS driver" 2581da177e4SLinus Torvalds help 2591da177e4SLinus Torvalds Say Y here if you want to connect to your Garmin GPS. 2601da177e4SLinus Torvalds Should work with most Garmin GPS devices which have a native USB port. 2611da177e4SLinus Torvalds 2621da177e4SLinus Torvalds See <http://sourceforge.net/projects/garmin-gps> for the latest 2631da177e4SLinus Torvalds version of the driver. 2641da177e4SLinus Torvalds 2651da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2661da177e4SLinus Torvalds module will be called garmin_gps. 2671da177e4SLinus Torvalds 2681da177e4SLinus Torvaldsconfig USB_SERIAL_IPW 2691b75dc4dSRobert P. J. Day tristate "USB IPWireless (3G UMTS TDD) Driver" 2705d7a1c8aSRandy Dunlap select USB_SERIAL_WWAN 2711da177e4SLinus Torvalds help 2721da177e4SLinus Torvalds Say Y here if you want to use a IPWireless USB modem such as 2731da177e4SLinus Torvalds the ones supplied by Axity3G/Sentech South Africa. 2741da177e4SLinus Torvalds 2751da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2761da177e4SLinus Torvalds module will be called ipw. 2771da177e4SLinus Torvalds 27860a8fc01SAlain Degreffeconfig USB_SERIAL_IUU 2791b75dc4dSRobert P. J. Day tristate "USB Infinity USB Unlimited Phoenix Driver" 28060a8fc01SAlain Degreffe help 28160a8fc01SAlain Degreffe Say Y here if you want to use a IUU in phoenix mode and get 28260a8fc01SAlain Degreffe an extra ttyUSBx device. More information available on 28360a8fc01SAlain Degreffe http://eczema.ecze.com/iuu_phoenix.html 28460a8fc01SAlain Degreffe 28560a8fc01SAlain Degreffe To compile this driver as a module, choose M here: the 28660a8fc01SAlain Degreffe module will be called iuu_phoenix.o 28760a8fc01SAlain Degreffe 2881da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_PDA 2891da177e4SLinus Torvalds tristate "USB Keyspan PDA Single Port Serial Driver" 29070c048a2SRene Buergel select USB_EZUSB_FX2 2911da177e4SLinus Torvalds help 2921da177e4SLinus Torvalds Say Y here if you want to use a Keyspan PDA single port USB to 2931da177e4SLinus Torvalds serial converter device. This driver makes use of firmware 2941da177e4SLinus Torvalds developed from scratch by Brian Warner. 2951da177e4SLinus Torvalds 2961da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2971da177e4SLinus Torvalds module will be called keyspan_pda. 2981da177e4SLinus Torvalds 2991da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN 3001da177e4SLinus Torvalds tristate "USB Keyspan USA-xxx Serial Driver" 30170c048a2SRene Buergel select USB_EZUSB_FX2 3021da177e4SLinus Torvalds ---help--- 3031da177e4SLinus Torvalds Say Y here if you want to use Keyspan USB to serial converter 3041da177e4SLinus Torvalds devices. This driver makes use of Keyspan's official firmware 3051da177e4SLinus Torvalds and was developed with their support. You must also include 3061da177e4SLinus Torvalds firmware to support your particular device(s). 3071da177e4SLinus Torvalds 308631dd1a8SJustin P. Mattock See <http://blemings.org/hugh/keyspan.html> for more information. 3091da177e4SLinus Torvalds 3101da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3111da177e4SLinus Torvalds module will be called keyspan. 3121da177e4SLinus Torvalds 3131da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_MPR 3141da177e4SLinus Torvalds bool "USB Keyspan MPR Firmware" 3152971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3161da177e4SLinus Torvalds help 3171da177e4SLinus Torvalds Say Y here to include firmware for the Keyspan MPR converter. 3181da177e4SLinus Torvalds 3191da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28 3201da177e4SLinus Torvalds bool "USB Keyspan USA-28 Firmware" 3212971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3221da177e4SLinus Torvalds help 3231da177e4SLinus Torvalds Say Y here to include firmware for the USA-28 converter. 3241da177e4SLinus Torvalds 3251da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28X 3261da177e4SLinus Torvalds bool "USB Keyspan USA-28X Firmware" 3272971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3281da177e4SLinus Torvalds help 3291da177e4SLinus Torvalds Say Y here to include firmware for the USA-28X converter. 3301da177e4SLinus Torvalds Be sure you have a USA-28X, there are also 28XA and 28XB 3311da177e4SLinus Torvalds models, the label underneath has the actual part number. 3321da177e4SLinus Torvalds 3331da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28XA 3341da177e4SLinus Torvalds bool "USB Keyspan USA-28XA Firmware" 3352971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3361da177e4SLinus Torvalds help 3371da177e4SLinus Torvalds Say Y here to include firmware for the USA-28XA converter. 3381da177e4SLinus Torvalds Be sure you have a USA-28XA, there are also 28X and 28XB 3391da177e4SLinus Torvalds models, the label underneath has the actual part number. 3401da177e4SLinus Torvalds 3411da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28XB 3421da177e4SLinus Torvalds bool "USB Keyspan USA-28XB Firmware" 3432971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3441da177e4SLinus Torvalds help 3451da177e4SLinus Torvalds Say Y here to include firmware for the USA-28XB converter. 3461da177e4SLinus Torvalds Be sure you have a USA-28XB, there are also 28X and 28XA 3471da177e4SLinus Torvalds models, the label underneath has the actual part number. 3481da177e4SLinus Torvalds 3491da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19 3501da177e4SLinus Torvalds bool "USB Keyspan USA-19 Firmware" 3512971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3521da177e4SLinus Torvalds help 3531da177e4SLinus Torvalds Say Y here to include firmware for the USA-19 converter. 3541da177e4SLinus Torvalds 3551da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA18X 3561da177e4SLinus Torvalds bool "USB Keyspan USA-18X Firmware" 3572971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3581da177e4SLinus Torvalds help 3591da177e4SLinus Torvalds Say Y here to include firmware for the USA-18X converter. 3601da177e4SLinus Torvalds 3611da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19W 3621da177e4SLinus Torvalds bool "USB Keyspan USA-19W Firmware" 3632971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3641da177e4SLinus Torvalds help 3651da177e4SLinus Torvalds Say Y here to include firmware for the USA-19W converter. 3661da177e4SLinus Torvalds 3671da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19QW 3681da177e4SLinus Torvalds bool "USB Keyspan USA-19QW Firmware" 3692971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3701da177e4SLinus Torvalds help 3711da177e4SLinus Torvalds Say Y here to include firmware for the USA-19QW converter. 3721da177e4SLinus Torvalds 3731da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19QI 3741da177e4SLinus Torvalds bool "USB Keyspan USA-19QI Firmware" 3752971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3761da177e4SLinus Torvalds help 3771da177e4SLinus Torvalds Say Y here to include firmware for the USA-19QI converter. 3781da177e4SLinus Torvalds 3791da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA49W 3801da177e4SLinus Torvalds bool "USB Keyspan USA-49W Firmware" 3812971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3821da177e4SLinus Torvalds help 3831da177e4SLinus Torvalds Say Y here to include firmware for the USA-49W converter. 3841da177e4SLinus Torvalds 3851da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA49WLC 3861da177e4SLinus Torvalds bool "USB Keyspan USA-49WLC Firmware" 3872971c579SDavid Woodhouse depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL 3881da177e4SLinus Torvalds help 3891da177e4SLinus Torvalds Say Y here to include firmware for the USA-49WLC converter. 3901da177e4SLinus Torvalds 3911da177e4SLinus Torvaldsconfig USB_SERIAL_KLSI 3921b75dc4dSRobert P. J. Day tristate "USB KL5KUSB105 (Palmconnect) Driver" 3931da177e4SLinus Torvalds ---help--- 3941da177e4SLinus Torvalds Say Y here if you want to use a KL5KUSB105 - based single port 3951da177e4SLinus Torvalds serial adapter. The most widely known -- and currently the only 3961da177e4SLinus Torvalds tested -- device in this category is the PalmConnect USB Serial 3971da177e4SLinus Torvalds adapter sold by Palm Inc. for use with their Palm III and Palm V 3981da177e4SLinus Torvalds series PDAs. 3991da177e4SLinus Torvalds 4001da177e4SLinus Torvalds Please read <file:Documentation/usb/usb-serial.txt> for more 4011da177e4SLinus Torvalds information. 4021da177e4SLinus Torvalds 4031da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4041da177e4SLinus Torvalds module will be called kl5kusb105. 4051da177e4SLinus Torvalds 4061da177e4SLinus Torvaldsconfig USB_SERIAL_KOBIL_SCT 4071da177e4SLinus Torvalds tristate "USB KOBIL chipcard reader" 4081da177e4SLinus Torvalds ---help--- 4091da177e4SLinus Torvalds Say Y here if you want to use one of the following KOBIL USB chipcard 4101da177e4SLinus Torvalds readers: 4111da177e4SLinus Torvalds 4121da177e4SLinus Torvalds - USB TWIN 4131da177e4SLinus Torvalds - KAAN Standard Plus 4141da177e4SLinus Torvalds - KAAN SIM 4151da177e4SLinus Torvalds - SecOVID Reader Plus 4161da177e4SLinus Torvalds - B1 Professional 4171da177e4SLinus Torvalds - KAAN Professional 4181da177e4SLinus Torvalds 4191da177e4SLinus Torvalds Note that you need a current CT-API. 4201da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4211da177e4SLinus Torvalds module will be called kobil_sct. 4221da177e4SLinus Torvalds 4231da177e4SLinus Torvaldsconfig USB_SERIAL_MCT_U232 4241da177e4SLinus Torvalds tristate "USB MCT Single Port Serial Driver" 4251da177e4SLinus Torvalds ---help--- 4261da177e4SLinus Torvalds Say Y here if you want to use a USB Serial single port adapter from 4271da177e4SLinus Torvalds Magic Control Technology Corp. (U232 is one of the model numbers). 4281da177e4SLinus Torvalds 4291da177e4SLinus Torvalds This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB 4306f065f70SPete Zaitcev BAY, Belkin F5U109, and Belkin F5U409 devices. 4311da177e4SLinus Torvalds 4321da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4331da177e4SLinus Torvalds module will be called mct_u232. 4341da177e4SLinus Torvalds 43562f2a83dSGreg Kroah-Hartmanconfig USB_SERIAL_METRO 43662f2a83dSGreg Kroah-Hartman tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver" 43762f2a83dSGreg Kroah-Hartman ---help--- 43862f2a83dSGreg Kroah-Hartman Say Y here if you want to use a USB POS Metrologic barcode scanner. 43962f2a83dSGreg Kroah-Hartman 44062f2a83dSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 44162f2a83dSGreg Kroah-Hartman module will be called metro-usb. 44262f2a83dSGreg Kroah-Hartman 4430f64478cSGreg Kroah-Hartmanconfig USB_SERIAL_MOS7720 44437846539SOliver Neukum tristate "USB Moschip 7720 Serial Driver" 4450f64478cSGreg Kroah-Hartman ---help--- 44637846539SOliver Neukum Say Y here if you want to use USB Serial single and double 44737846539SOliver Neukum port adapters from Moschip Semiconductor Tech. 4480f64478cSGreg Kroah-Hartman 4490f64478cSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 4500f64478cSGreg Kroah-Hartman module will be called mos7720. 4510f64478cSGreg Kroah-Hartman 452b69578dfSMike Dunnconfig USB_SERIAL_MOS7715_PARPORT 453b69578dfSMike Dunn bool "Support for parallel port on the Moschip 7715" 4549ff68c7aSRandy Dunlap depends on USB_SERIAL_MOS7720 4559ff68c7aSRandy Dunlap depends on PARPORT=y || PARPORT=USB_SERIAL_MOS7720 456b69578dfSMike Dunn select PARPORT_NOT_PC 457b69578dfSMike Dunn ---help--- 458b69578dfSMike Dunn Say Y if you have a Moschip 7715 device and would like to use 459b69578dfSMike Dunn the parallel port it provides. The port will register with 460b69578dfSMike Dunn the parport subsystem as a low-level driver. 461b69578dfSMike Dunn 4623f542974SPaul B Schroederconfig USB_SERIAL_MOS7840 4633f542974SPaul B Schroeder tristate "USB Moschip 7840/7820 USB Serial Driver" 4643f542974SPaul B Schroeder ---help--- 4653f542974SPaul B Schroeder Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820 4663f542974SPaul B Schroeder Dual-Serial port device from MosChip Semiconductor. 4673f542974SPaul B Schroeder 4683f542974SPaul B Schroeder The MCS7840 and MCS7820 have been developed to connect a wide range 4693f542974SPaul B Schroeder of standard serial devices to a USB host. The MCS7840 has a USB 4703f542974SPaul B Schroeder device controller connected to four (4) individual UARTs while the 4713f542974SPaul B Schroeder MCS7820 controller connects to two (2) individual UARTs. 4723f542974SPaul B Schroeder 4733f542974SPaul B Schroeder To compile this driver as a module, choose M here: the 4743f542974SPaul B Schroeder module will be called mos7840. If unsure, choose N. 4753f542974SPaul B Schroeder 476ee467a1fSAndrew Lunnconfig USB_SERIAL_MXUPORT 477ee467a1fSAndrew Lunn tristate "USB Moxa UPORT Serial Driver" 478ee467a1fSAndrew Lunn ---help--- 479ee467a1fSAndrew Lunn Say Y here if you want to use a MOXA UPort Serial hub. 480ee467a1fSAndrew Lunn 481ee467a1fSAndrew Lunn This driver supports: 482ee467a1fSAndrew Lunn 483ee467a1fSAndrew Lunn [2 Port] 484ee467a1fSAndrew Lunn - UPort 1250 : 2 Port RS-232/422/485 USB to Serial Hub 485ee467a1fSAndrew Lunn - UPort 1250I : 2 Port RS-232/422/485 USB to Serial Hub with 486ee467a1fSAndrew Lunn Isolation 487ee467a1fSAndrew Lunn 488ee467a1fSAndrew Lunn [4 Port] 489ee467a1fSAndrew Lunn - UPort 1410 : 4 Port RS-232 USB to Serial Hub 490ee467a1fSAndrew Lunn - UPort 1450 : 4 Port RS-232/422/485 USB to Serial Hub 491ee467a1fSAndrew Lunn - UPort 1450I : 4 Port RS-232/422/485 USB to Serial Hub with 492ee467a1fSAndrew Lunn Isolation 493ee467a1fSAndrew Lunn 494ee467a1fSAndrew Lunn [8 Port] 495ee467a1fSAndrew Lunn - UPort 1610-8 : 8 Port RS-232 USB to Serial Hub 496ee467a1fSAndrew Lunn - UPort 1650-8 : 8 Port RS-232/422/485 USB to Serial Hub 497ee467a1fSAndrew Lunn 498ee467a1fSAndrew Lunn [16 Port] 499ee467a1fSAndrew Lunn - UPort 1610-16 : 16 Port RS-232 USB to Serial Hub 500ee467a1fSAndrew Lunn - UPort 1650-16 : 16 Port RS-232/422/485 USB to Serial Hub 501ee467a1fSAndrew Lunn 502ee467a1fSAndrew Lunn To compile this driver as a module, choose M here: the 503ee467a1fSAndrew Lunn module will be called mxuport. 504ee467a1fSAndrew Lunn 505e9a66c64SGreg Kroah-Hartmanconfig USB_SERIAL_NAVMAN 506e9a66c64SGreg Kroah-Hartman tristate "USB Navman GPS device" 507e9a66c64SGreg Kroah-Hartman help 508e9a66c64SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 509e9a66c64SGreg Kroah-Hartman module will be called navman. 510e9a66c64SGreg Kroah-Hartman 5111da177e4SLinus Torvaldsconfig USB_SERIAL_PL2303 5121da177e4SLinus Torvalds tristate "USB Prolific 2303 Single Port Serial Driver" 5131da177e4SLinus Torvalds help 5141da177e4SLinus Torvalds Say Y here if you want to use the PL2303 USB Serial single port 5151da177e4SLinus Torvalds adapter from Prolific. 5161da177e4SLinus Torvalds 5171da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 5181da177e4SLinus Torvalds module will be called pl2303. 5191da177e4SLinus Torvalds 52049cdee0eSKees Lemmensconfig USB_SERIAL_OTI6858 5211b75dc4dSRobert P. J. Day tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller" 52249cdee0eSKees Lemmens help 52349cdee0eSKees Lemmens Say Y here if you want to use the OTi-6858 single port USB to serial 52449cdee0eSKees Lemmens converter device. 52549cdee0eSKees Lemmens 52649cdee0eSKees Lemmens To compile this driver as a module, choose M here: the 52749cdee0eSKees Lemmens module will be called oti6858. 52849cdee0eSKees Lemmens 529019ccc73SDan Williamsconfig USB_SERIAL_QCAUX 530019ccc73SDan Williams tristate "USB Qualcomm Auxiliary Serial Port Driver" 531510607dbSStefan Schmidt help 532019ccc73SDan Williams Say Y here if you want to use the auxiliary serial ports provided 533019ccc73SDan Williams by many modems based on Qualcomm chipsets. These ports often use 534019ccc73SDan Williams a proprietary protocol called DM and cannot be used for AT- or 535019ccc73SDan Williams PPP-based communication. 536019ccc73SDan Williams 537019ccc73SDan Williams To compile this driver as a module, choose M here: the 538510607dbSStefan Schmidt module will be called qcaux. If unsure, choose N. 539019ccc73SDan Williams 540a78b4282SGreg Kroah-Hartmanconfig USB_SERIAL_QUALCOMM 541a78b4282SGreg Kroah-Hartman tristate "USB Qualcomm Serial modem" 5423d7e59adSMatthew Garrett select USB_SERIAL_WWAN 543a78b4282SGreg Kroah-Hartman help 544a78b4282SGreg Kroah-Hartman Say Y here if you have a Qualcomm USB modem device. These are 545a78b4282SGreg Kroah-Hartman usually wireless cellular modems. 546a78b4282SGreg Kroah-Hartman 547a78b4282SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 548a78b4282SGreg Kroah-Hartman module will be called qcserial. 549a78b4282SGreg Kroah-Hartman 550619a6f1dSGreg Kroah-Hartmanconfig USB_SERIAL_SPCP8X5 551619a6f1dSGreg Kroah-Hartman tristate "USB SPCP8x5 USB To Serial Driver" 552619a6f1dSGreg Kroah-Hartman help 553619a6f1dSGreg Kroah-Hartman Say Y here if you want to use the spcp8x5 converter chip. This is 554619a6f1dSGreg Kroah-Hartman commonly found in some Z-Wave USB devices. 555619a6f1dSGreg Kroah-Hartman 556619a6f1dSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 557619a6f1dSGreg Kroah-Hartman module will be called spcp8x5. 558619a6f1dSGreg Kroah-Hartman 5591da177e4SLinus Torvaldsconfig USB_SERIAL_SAFE 5601b75dc4dSRobert P. J. Day tristate "USB Safe Serial (Encapsulated) Driver" 5611da177e4SLinus Torvalds 5621da177e4SLinus Torvaldsconfig USB_SERIAL_SAFE_PADDED 5631da177e4SLinus Torvalds bool "USB Secure Encapsulated Driver - Padded" 5641da177e4SLinus Torvalds depends on USB_SERIAL_SAFE 5651da177e4SLinus Torvalds 56669de51fdSKevin Lloydconfig USB_SERIAL_SIERRAWIRELESS 56769de51fdSKevin Lloyd tristate "USB Sierra Wireless Driver" 56869de51fdSKevin Lloyd help 5690585e4dfSKevin Lloyd Say M here if you want to use Sierra Wireless devices. 5700585e4dfSKevin Lloyd 571692105b8SMatt LaPlante Many devices have a feature known as TRU-Install. For those devices 572692105b8SMatt LaPlante to work properly, the USB Storage Sierra feature must be enabled. 57369de51fdSKevin Lloyd 57469de51fdSKevin Lloyd To compile this driver as a module, choose M here: the 57569de51fdSKevin Lloyd module will be called sierra. 57669de51fdSKevin Lloyd 57768b44eaeSGreg Kroah-Hartmanconfig USB_SERIAL_SYMBOL 57868b44eaeSGreg Kroah-Hartman tristate "USB Symbol Barcode driver (serial mode)" 57968b44eaeSGreg Kroah-Hartman help 58068b44eaeSGreg Kroah-Hartman Say Y here if you want to use a Symbol USB Barcode device 58168b44eaeSGreg Kroah-Hartman in serial emulation mode. 58268b44eaeSGreg Kroah-Hartman 58368b44eaeSGreg Kroah-Hartman To compile this driver as a module, choose M here: the 58468b44eaeSGreg Kroah-Hartman module will be called symbolserial. 58568b44eaeSGreg Kroah-Hartman 5861da177e4SLinus Torvaldsconfig USB_SERIAL_TI 5871da177e4SLinus Torvalds tristate "USB TI 3410/5052 Serial Driver" 5881da177e4SLinus Torvalds help 5891da177e4SLinus Torvalds Say Y here if you want to use the TI USB 3410 or 5052 5901da177e4SLinus Torvalds serial devices. 5911da177e4SLinus Torvalds 5921da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 5931da177e4SLinus Torvalds module will be called ti_usb_3410_5052. 5941da177e4SLinus Torvalds 5951da177e4SLinus Torvaldsconfig USB_SERIAL_CYBERJACK 5961b75dc4dSRobert P. J. Day tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader" 5971da177e4SLinus Torvalds ---help--- 5981da177e4SLinus Torvalds Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard 59901dd2fbfSMatt LaPlante reader. This is an interface to ISO 7816 compatible contact-based 6001da177e4SLinus Torvalds chipcards, e.g. GSM SIMs. 6011da177e4SLinus Torvalds 6021da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 6031da177e4SLinus Torvalds module will be called cyberjack. 6041da177e4SLinus Torvalds 6051da177e4SLinus Torvalds If unsure, say N. 6061da177e4SLinus Torvalds 6071da177e4SLinus Torvaldsconfig USB_SERIAL_XIRCOM 6081da177e4SLinus Torvalds tristate "USB Xircom / Entregra Single Port Serial Driver" 60970c048a2SRene Buergel select USB_EZUSB_FX2 6101da177e4SLinus Torvalds help 6111da177e4SLinus Torvalds Say Y here if you want to use a Xircom or Entregra single port USB to 6121da177e4SLinus Torvalds serial converter device. This driver makes use of firmware 6131da177e4SLinus Torvalds developed from scratch by Brian Warner. 6141da177e4SLinus Torvalds 6151da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 6161da177e4SLinus Torvalds module will be called keyspan_pda. 6171da177e4SLinus Torvalds 6180d456194SMatthew Garrettconfig USB_SERIAL_WWAN 6190d456194SMatthew Garrett tristate 6200d456194SMatthew Garrett 62158cfe911SMatthias Urlichsconfig USB_SERIAL_OPTION 62231fcbb73SMatthias Urlichs tristate "USB driver for GSM and CDMA modems" 6238b4c6a3aSMatthew Garrett select USB_SERIAL_WWAN 62458cfe911SMatthias Urlichs help 62531fcbb73SMatthias Urlichs Say Y here if you have a GSM or CDMA modem that's connected to USB. 62614f76cc7SMatthias Urlichs 62731fcbb73SMatthias Urlichs This driver also supports several PCMCIA cards which have a 62831fcbb73SMatthias Urlichs built-in OHCI-USB adapter and an internally-connected GSM modem. 62931fcbb73SMatthias Urlichs The USB bus on these cards is not accessible externally. 63031fcbb73SMatthias Urlichs 63131fcbb73SMatthias Urlichs Supported devices include (some of?) those made by: 632033a3fb9SKevin Lloyd Option, Huawei, Audiovox, Novatel Wireless, or Anydata. 63358cfe911SMatthias Urlichs 63458cfe911SMatthias Urlichs To compile this driver as a module, choose M here: the 63558cfe911SMatthias Urlichs module will be called option. 63658cfe911SMatthias Urlichs 63714f76cc7SMatthias Urlichs If this driver doesn't recognize your device, 63814f76cc7SMatthias Urlichs it might be accessible via the FTDI_SIO driver. 63914f76cc7SMatthias Urlichs 6401da177e4SLinus Torvaldsconfig USB_SERIAL_OMNINET 6411b75dc4dSRobert P. J. Day tristate "USB ZyXEL omni.net LCD Plus Driver" 6421da177e4SLinus Torvalds help 6431da177e4SLinus Torvalds Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA. 6441da177e4SLinus Torvalds 6451da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 6461da177e4SLinus Torvalds module will be called omninet. 6471da177e4SLinus Torvalds 64857262b82SGreg Kroah-Hartmanconfig USB_SERIAL_OPTICON 64957262b82SGreg Kroah-Hartman tristate "USB Opticon Barcode driver (serial mode)" 65057262b82SGreg Kroah-Hartman help 65157262b82SGreg Kroah-Hartman Say Y here if you want to use a Opticon USB Barcode device 65257262b82SGreg Kroah-Hartman in serial emulation mode. 65357262b82SGreg Kroah-Hartman 65457262b82SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 65557262b82SGreg Kroah-Hartman module will be called opticon. 65657262b82SGreg Kroah-Hartman 65759e931c4SFrans Klaverconfig USB_SERIAL_XSENS_MT 65859e931c4SFrans Klaver tristate "Xsens motion tracker serial interface driver" 65959e931c4SFrans Klaver help 66059e931c4SFrans Klaver Say Y here if you want to use Xsens motion trackers. 66159e931c4SFrans Klaver 66259e931c4SFrans Klaver This driver supports the new generation of motion trackers 66359e931c4SFrans Klaver by Xsens. Older devices can be accessed using the FTDI_SIO 66459e931c4SFrans Klaver driver. 66559e931c4SFrans Klaver 66659e931c4SFrans Klaver To compile this driver as a module, choose M here: the 66759e931c4SFrans Klaver module will be called xsens_mt. 66859e931c4SFrans Klaver 6691157f69bSWesley W. Terpstraconfig USB_SERIAL_WISHBONE 6701157f69bSWesley W. Terpstra tristate "USB-Wishbone adapter interface driver" 6711157f69bSWesley W. Terpstra help 6721157f69bSWesley W. Terpstra Say Y here if you want to use a USB attached Wishbone bus. 6731157f69bSWesley W. Terpstra 6741157f69bSWesley W. Terpstra Wishbone is an open hardware SoC bus commonly used in FPGA 6751157f69bSWesley W. Terpstra designs. Bus access can be serialized using the Etherbone 6761157f69bSWesley W. Terpstra protocol <http://www.ohwr.org/projects/etherbone-core>. 6771157f69bSWesley W. Terpstra 6781157f69bSWesley W. Terpstra This driver is intended to be used with devices which attach 6791157f69bSWesley W. Terpstra their internal Wishbone bus to a USB serial interface using 6801157f69bSWesley W. Terpstra the Etherbone protocol. A userspace library is required to 6811157f69bSWesley W. Terpstra speak the protocol made available by this driver as ttyUSBx. 6821157f69bSWesley W. Terpstra 6831157f69bSWesley W. Terpstra To compile this driver as a module, choose M here: the 6841157f69bSWesley W. Terpstra module will be called wishbone-serial. 6851157f69bSWesley W. Terpstra 686799ee924SGreg Kroah-Hartmanconfig USB_SERIAL_ZTE 687799ee924SGreg Kroah-Hartman tristate "ZTE USB serial driver" 688799ee924SGreg Kroah-Hartman help 689799ee924SGreg Kroah-Hartman Say Y here if you want to use a ZTE USB to serial device. 690799ee924SGreg Kroah-Hartman 691799ee924SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 692799ee924SGreg Kroah-Hartman module will be called zte. 693799ee924SGreg Kroah-Hartman 69452af9545SBill Pembertonconfig USB_SERIAL_SSU100 69552af9545SBill Pemberton tristate "USB Quatech SSU-100 Single Port Serial Driver" 69652af9545SBill Pemberton help 69752af9545SBill Pemberton Say Y here if you want to use the Quatech SSU-100 single 69852af9545SBill Pemberton port usb to serial adapter. 69952af9545SBill Pemberton 70052af9545SBill Pemberton To compile this driver as a module, choose M here: the 70152af9545SBill Pemberton module will be called ssu100. 70252af9545SBill Pemberton 703f7a33e60SBill Pembertonconfig USB_SERIAL_QT2 704f7a33e60SBill Pemberton tristate "USB Quatech Serial Driver for USB 2 devices" 705f7a33e60SBill Pemberton help 706f7a33e60SBill Pemberton Say Y here if you want to use the Quatech USB 2 707f7a33e60SBill Pemberton serial adapters. 708f7a33e60SBill Pemberton 709f7a33e60SBill Pemberton To compile this driver as a module, choose M here: the 710f7a33e60SBill Pemberton module will be called quatech-serial. 711f7a33e60SBill Pemberton 712958e8741SGreg Kroah-Hartmanconfig USB_SERIAL_DEBUG 713958e8741SGreg Kroah-Hartman tristate "USB Debugging Device" 714958e8741SGreg Kroah-Hartman help 7153dde6ad8SDavid Sterba Say Y here if you have a USB debugging device used to receive 716958e8741SGreg Kroah-Hartman debugging data from another machine. The most common of these 717958e8741SGreg Kroah-Hartman devices is the NetChip TurboCONNECT device. 718958e8741SGreg Kroah-Hartman 719958e8741SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 720958e8741SGreg Kroah-Hartman module will be called usb-debug. 721958e8741SGreg Kroah-Hartman 722b75be4abSDenis Chengendif # USB_SERIAL 723