11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# USB Serial device configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 51da177e4SLinus Torvaldsmenu "USB Serial Converter support" 61da177e4SLinus Torvalds depends on USB!=n 71da177e4SLinus Torvalds 81da177e4SLinus Torvaldsconfig USB_SERIAL 91da177e4SLinus Torvalds tristate "USB Serial Converter support" 101da177e4SLinus Torvalds depends on USB 111da177e4SLinus Torvalds ---help--- 121da177e4SLinus Torvalds Say Y here if you have a USB device that provides normal serial 131da177e4SLinus Torvalds ports, or acts like a serial device, and you want to connect it to 141da177e4SLinus Torvalds your USB bus. 151da177e4SLinus Torvalds 161da177e4SLinus Torvalds Please read <file:Documentation/usb/usb-serial.txt> for more 171da177e4SLinus Torvalds information on the specifics of the different devices that are 181da177e4SLinus Torvalds supported, and on how to use them. 191da177e4SLinus Torvalds 201da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 211da177e4SLinus Torvalds module will be called usbserial. 221da177e4SLinus Torvalds 231da177e4SLinus Torvaldsconfig USB_SERIAL_CONSOLE 241da177e4SLinus Torvalds bool "USB Serial Console device support (EXPERIMENTAL)" 251da177e4SLinus Torvalds depends on USB_SERIAL=y && EXPERIMENTAL 261da177e4SLinus Torvalds ---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 depends on USB_SERIAL 491da177e4SLinus Torvalds help 501da177e4SLinus Torvalds Say Y here if you want to use the generic USB serial driver. Please 511da177e4SLinus Torvalds read <file:Documentation/usb/usb-serial.txt> for more information on 521da177e4SLinus Torvalds using this driver. It is recommended that the "USB Serial converter 531da177e4SLinus Torvalds support" be compiled as a module for this driver to be used 541da177e4SLinus Torvalds properly. 551da177e4SLinus Torvalds 563b86b202SGreg KHconfig USB_SERIAL_AIRPRIME 573b86b202SGreg KH tristate "USB AirPrime CDMA Wireless Driver" 583b86b202SGreg KH depends on USB_SERIAL 593b86b202SGreg KH help 603b86b202SGreg KH Say Y here if you want to use a AirPrime CDMA Wireless PC card. 613b86b202SGreg KH 623b86b202SGreg KH To compile this driver as a module, choose M here: the 633b86b202SGreg KH module will be called airprime. 643b86b202SGreg KH 65bb833986SGreg Kroah-Hartmanconfig USB_SERIAL_ANYDATA 66bb833986SGreg Kroah-Hartman tristate "USB AnyData CDMA Wireless Driver" 67bb833986SGreg Kroah-Hartman depends on USB_SERIAL 68bb833986SGreg Kroah-Hartman help 69bb833986SGreg Kroah-Hartman Say Y here if you want to use a AnyData CDMA device. 70bb833986SGreg Kroah-Hartman 71bb833986SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 72bb833986SGreg Kroah-Hartman module will be called anydata. 73bb833986SGreg Kroah-Hartman 74*815ddc99SGreg Kroah-Hartmanconfig USB_SERIAL_ARK3116 75*815ddc99SGreg Kroah-Hartman tristate "USB ARK Micro 3116 USB Serial Driver (EXPERIMENTAL)" 76*815ddc99SGreg Kroah-Hartman depends on USB_SERIAL && EXPERIMENTAL 77*815ddc99SGreg Kroah-Hartman help 78*815ddc99SGreg Kroah-Hartman Say Y here if you want to use a ARK Micro 3116 USB to Serial 79*815ddc99SGreg Kroah-Hartman device. 80*815ddc99SGreg Kroah-Hartman 81*815ddc99SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 82*815ddc99SGreg Kroah-Hartman module will be called ark3116 83*815ddc99SGreg Kroah-Hartman 841da177e4SLinus Torvaldsconfig USB_SERIAL_BELKIN 851da177e4SLinus Torvalds tristate "USB Belkin and Peracom Single Port Serial Driver" 861da177e4SLinus Torvalds depends on USB_SERIAL 871da177e4SLinus Torvalds help 881da177e4SLinus Torvalds Say Y here if you want to use a Belkin USB Serial single port 891da177e4SLinus Torvalds adaptor (F5U103 is one of the model numbers) or the Peracom single 901da177e4SLinus Torvalds port USB to serial adapter. 911da177e4SLinus Torvalds 921da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 931da177e4SLinus Torvalds module will be called belkin_sa. 941da177e4SLinus Torvalds 951da177e4SLinus Torvaldsconfig USB_SERIAL_WHITEHEAT 961da177e4SLinus Torvalds tristate "USB ConnectTech WhiteHEAT Serial Driver" 9733f0f88fSAlan Cox depends on USB_SERIAL 981da177e4SLinus Torvalds help 991da177e4SLinus Torvalds Say Y here if you want to use a ConnectTech WhiteHEAT 4 port 1001da177e4SLinus Torvalds USB to serial converter device. 1011da177e4SLinus Torvalds 1021da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1031da177e4SLinus Torvalds module will be called whiteheat. 1041da177e4SLinus Torvalds 1051da177e4SLinus Torvaldsconfig USB_SERIAL_DIGI_ACCELEPORT 1061da177e4SLinus Torvalds tristate "USB Digi International AccelePort USB Serial Driver" 1071da177e4SLinus Torvalds depends on USB_SERIAL 1081da177e4SLinus Torvalds ---help--- 1091da177e4SLinus Torvalds Say Y here if you want to use Digi AccelePort USB 2 or 4 devices, 1101da177e4SLinus Torvalds 2 port (plus parallel port) and 4 port USB serial converters. The 1111da177e4SLinus Torvalds parallel port on the USB 2 appears as a third serial port on Linux. 1121da177e4SLinus Torvalds The Digi Acceleport USB 8 is not yet supported by this driver. 1131da177e4SLinus Torvalds 1141da177e4SLinus Torvalds This driver works under SMP with the usb-uhci driver. It does not 1151da177e4SLinus Torvalds work under SMP with the uhci driver. 1161da177e4SLinus Torvalds 1171da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1181da177e4SLinus Torvalds module will be called digi_acceleport. 1191da177e4SLinus Torvalds 1201da177e4SLinus Torvaldsconfig USB_SERIAL_CP2101 1211da177e4SLinus Torvalds tristate "USB CP2101 UART Bridge Controller" 1221da177e4SLinus Torvalds depends on USB_SERIAL && EXPERIMENTAL 1231da177e4SLinus Torvalds help 1241da177e4SLinus Torvalds Say Y here if you want to use a CP2101/CP2102 based USB to RS232 1251da177e4SLinus Torvalds converter. 1261da177e4SLinus Torvalds 1271da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1281da177e4SLinus Torvalds module will be called cp2101. 1291da177e4SLinus Torvalds 1301da177e4SLinus Torvaldsconfig USB_SERIAL_CYPRESS_M8 1311da177e4SLinus Torvalds tristate "USB Cypress M8 USB Serial Driver" 1321da177e4SLinus Torvalds depends on USB_SERIAL && EXPERIMENTAL 1331da177e4SLinus Torvalds help 1341da177e4SLinus Torvalds Say Y here if you want to use a device that contains the Cypress 1351da177e4SLinus Torvalds USB to Serial microcontroller, such as the DeLorme Earthmate GPS. 1361da177e4SLinus Torvalds 1371da177e4SLinus Torvalds Attempted SMP support... send bug reports! 1381da177e4SLinus Torvalds 1391da177e4SLinus Torvalds Supported microcontrollers in the CY4601 family are: 1401da177e4SLinus Torvalds CY7C63741 CY7C63742 CY7C63743 CY7C64013 1411da177e4SLinus Torvalds 1421da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1431da177e4SLinus Torvalds module will be called cypress_m8. 1441da177e4SLinus Torvalds 1451da177e4SLinus Torvaldsconfig USB_SERIAL_EMPEG 1461da177e4SLinus Torvalds tristate "USB Empeg empeg-car Mark I/II Driver" 1471da177e4SLinus Torvalds depends on USB_SERIAL 1481da177e4SLinus Torvalds help 1491da177e4SLinus Torvalds Say Y here if you want to connect to your Empeg empeg-car Mark I/II 1501da177e4SLinus Torvalds mp3 player via USB. The driver uses a single ttyUSB{0,1,2,...} 1511da177e4SLinus Torvalds device node. See <file:Documentation/usb/usb-serial.txt> for more 1521da177e4SLinus Torvalds tidbits of information. 1531da177e4SLinus Torvalds 1541da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1551da177e4SLinus Torvalds module will be called empeg. 1561da177e4SLinus Torvalds 1571da177e4SLinus Torvaldsconfig USB_SERIAL_FTDI_SIO 1581da177e4SLinus Torvalds tristate "USB FTDI Single Port Serial Driver (EXPERIMENTAL)" 1591da177e4SLinus Torvalds depends on USB_SERIAL && EXPERIMENTAL 1601da177e4SLinus Torvalds ---help--- 1611da177e4SLinus Torvalds Say Y here if you want to use a FTDI SIO single port USB to serial 1621da177e4SLinus Torvalds converter device. The implementation I have is called the USC-1000. 1631da177e4SLinus Torvalds This driver has also be tested with the 245 and 232 devices. 1641da177e4SLinus Torvalds 1651da177e4SLinus Torvalds See <http://ftdi-usb-sio.sourceforge.net/> for more 1661da177e4SLinus Torvalds information on this driver and the device. 1671da177e4SLinus Torvalds 1681da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1691da177e4SLinus Torvalds module will be called ftdi_sio. 1701da177e4SLinus Torvalds 171f9814802SGreg Kroah-Hartmanconfig USB_SERIAL_FUNSOFT 172f9814802SGreg Kroah-Hartman tristate "USB Fundamental Software Dongle Driver" 173f9814802SGreg Kroah-Hartman depends on USB_SERIAL 174f9814802SGreg Kroah-Hartman ---help--- 175f9814802SGreg Kroah-Hartman Say Y here if you want to use the Fundamental Software dongle. 176f9814802SGreg Kroah-Hartman 177f9814802SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 178f9814802SGreg Kroah-Hartman module will be called funsoft. 179f9814802SGreg Kroah-Hartman 1801da177e4SLinus Torvaldsconfig USB_SERIAL_VISOR 1811da177e4SLinus Torvalds tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver" 1821da177e4SLinus Torvalds depends on USB_SERIAL 1831da177e4SLinus Torvalds help 1841da177e4SLinus Torvalds Say Y here if you want to connect to your HandSpring Visor, Palm 1851da177e4SLinus Torvalds m500 or m505 through its USB docking station. See 1861da177e4SLinus Torvalds <http://usbvisor.sourceforge.net/> for more information on using this 1871da177e4SLinus Torvalds driver. 1881da177e4SLinus Torvalds 1891da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1901da177e4SLinus Torvalds module will be called visor. 1911da177e4SLinus Torvalds 1921da177e4SLinus Torvaldsconfig USB_SERIAL_IPAQ 1931da177e4SLinus Torvalds tristate "USB PocketPC PDA Driver" 1941da177e4SLinus Torvalds depends on USB_SERIAL 1951da177e4SLinus Torvalds help 1961da177e4SLinus Torvalds Say Y here if you want to connect to your Compaq iPAQ, HP Jornada 1971da177e4SLinus Torvalds or any other PDA running Windows CE 3.0 or PocketPC 2002 1981da177e4SLinus Torvalds using a USB cradle/cable. For information on using the driver, 1991da177e4SLinus Torvalds read <file:Documentation/usb/usb-serial.txt>. 2001da177e4SLinus Torvalds 2011da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2021da177e4SLinus Torvalds module will be called ipaq. 2031da177e4SLinus Torvalds 2041da177e4SLinus Torvaldsconfig USB_SERIAL_IR 2051da177e4SLinus Torvalds tristate "USB IR Dongle Serial Driver (EXPERIMENTAL)" 2061da177e4SLinus Torvalds depends on USB_SERIAL && EXPERIMENTAL 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" 2171da177e4SLinus Torvalds depends on USB_SERIAL 2181da177e4SLinus Torvalds ---help--- 2191da177e4SLinus Torvalds Say Y here if you want to use any of the following devices from 2201da177e4SLinus Torvalds Inside Out Networks (Digi): 2211da177e4SLinus Torvalds Edgeport/4 2221da177e4SLinus Torvalds Rapidport/4 2231da177e4SLinus Torvalds Edgeport/4t 2241da177e4SLinus Torvalds Edgeport/2 2251da177e4SLinus Torvalds Edgeport/4i 2261da177e4SLinus Torvalds Edgeport/2i 2271da177e4SLinus Torvalds Edgeport/421 2281da177e4SLinus Torvalds Edgeport/21 2291da177e4SLinus Torvalds Edgeport/8 2301da177e4SLinus Torvalds Edgeport/8 Dual 2311da177e4SLinus Torvalds Edgeport/2D8 2321da177e4SLinus Torvalds Edgeport/4D8 2331da177e4SLinus Torvalds Edgeport/8i 2341da177e4SLinus Torvalds Edgeport/2 DIN 2351da177e4SLinus Torvalds Edgeport/4 DIN 2361da177e4SLinus Torvalds Edgeport/16 Dual 2371da177e4SLinus Torvalds 2381da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2391da177e4SLinus Torvalds module will be called io_edgeport. 2401da177e4SLinus Torvalds 2411da177e4SLinus Torvaldsconfig USB_SERIAL_EDGEPORT_TI 2421da177e4SLinus Torvalds tristate "USB Inside Out Edgeport Serial Driver (TI devices)" 2431da177e4SLinus Torvalds depends on USB_SERIAL 2441da177e4SLinus Torvalds help 2451da177e4SLinus Torvalds Say Y here if you want to use any of the devices from Inside Out 2461da177e4SLinus Torvalds Networks (Digi) that are not supported by the io_edgeport driver. 2471da177e4SLinus Torvalds This includes the Edgeport/1 device. 2481da177e4SLinus Torvalds 2491da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2501da177e4SLinus Torvalds module will be called io_ti. 2511da177e4SLinus Torvalds 2521da177e4SLinus Torvaldsconfig USB_SERIAL_GARMIN 2531da177e4SLinus Torvalds tristate "USB Garmin GPS driver" 2541da177e4SLinus Torvalds depends on USB_SERIAL 2551da177e4SLinus Torvalds help 2561da177e4SLinus Torvalds Say Y here if you want to connect to your Garmin GPS. 2571da177e4SLinus Torvalds Should work with most Garmin GPS devices which have a native USB port. 2581da177e4SLinus Torvalds 2591da177e4SLinus Torvalds See <http://sourceforge.net/projects/garmin-gps> for the latest 2601da177e4SLinus Torvalds version of the driver. 2611da177e4SLinus Torvalds 2621da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2631da177e4SLinus Torvalds module will be called garmin_gps. 2641da177e4SLinus Torvalds 2651da177e4SLinus Torvaldsconfig USB_SERIAL_IPW 2661da177e4SLinus Torvalds tristate "USB IPWireless (3G UMTS TDD) Driver (EXPERIMENTAL)" 2671da177e4SLinus Torvalds depends on USB_SERIAL && EXPERIMENTAL 2681da177e4SLinus Torvalds help 2691da177e4SLinus Torvalds Say Y here if you want to use a IPWireless USB modem such as 2701da177e4SLinus Torvalds the ones supplied by Axity3G/Sentech South Africa. 2711da177e4SLinus Torvalds 2721da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2731da177e4SLinus Torvalds module will be called ipw. 2741da177e4SLinus Torvalds 2751da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_PDA 2761da177e4SLinus Torvalds tristate "USB Keyspan PDA Single Port Serial Driver" 2771da177e4SLinus Torvalds depends on USB_SERIAL 2781da177e4SLinus Torvalds help 2791da177e4SLinus Torvalds Say Y here if you want to use a Keyspan PDA single port USB to 2801da177e4SLinus Torvalds serial converter device. This driver makes use of firmware 2811da177e4SLinus Torvalds developed from scratch by Brian Warner. 2821da177e4SLinus Torvalds 2831da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2841da177e4SLinus Torvalds module will be called keyspan_pda. 2851da177e4SLinus Torvalds 2861da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN 2871da177e4SLinus Torvalds tristate "USB Keyspan USA-xxx Serial Driver" 2881da177e4SLinus Torvalds depends on USB_SERIAL 2891da177e4SLinus Torvalds ---help--- 2901da177e4SLinus Torvalds Say Y here if you want to use Keyspan USB to serial converter 2911da177e4SLinus Torvalds devices. This driver makes use of Keyspan's official firmware 2921da177e4SLinus Torvalds and was developed with their support. You must also include 2931da177e4SLinus Torvalds firmware to support your particular device(s). 2941da177e4SLinus Torvalds 2951da177e4SLinus Torvalds See <http://misc.nu/hugh/keyspan.html> for more information. 2961da177e4SLinus Torvalds 2971da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2981da177e4SLinus Torvalds module will be called keyspan. 2991da177e4SLinus Torvalds 3001da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_MPR 3011da177e4SLinus Torvalds bool "USB Keyspan MPR Firmware" 3021da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3031da177e4SLinus Torvalds help 3041da177e4SLinus Torvalds Say Y here to include firmware for the Keyspan MPR converter. 3051da177e4SLinus Torvalds 3061da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28 3071da177e4SLinus Torvalds bool "USB Keyspan USA-28 Firmware" 3081da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3091da177e4SLinus Torvalds help 3101da177e4SLinus Torvalds Say Y here to include firmware for the USA-28 converter. 3111da177e4SLinus Torvalds 3121da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28X 3131da177e4SLinus Torvalds bool "USB Keyspan USA-28X Firmware" 3141da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3151da177e4SLinus Torvalds help 3161da177e4SLinus Torvalds Say Y here to include firmware for the USA-28X converter. 3171da177e4SLinus Torvalds Be sure you have a USA-28X, there are also 28XA and 28XB 3181da177e4SLinus Torvalds models, the label underneath has the actual part number. 3191da177e4SLinus Torvalds 3201da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28XA 3211da177e4SLinus Torvalds bool "USB Keyspan USA-28XA Firmware" 3221da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3231da177e4SLinus Torvalds help 3241da177e4SLinus Torvalds Say Y here to include firmware for the USA-28XA converter. 3251da177e4SLinus Torvalds Be sure you have a USA-28XA, there are also 28X and 28XB 3261da177e4SLinus Torvalds models, the label underneath has the actual part number. 3271da177e4SLinus Torvalds 3281da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA28XB 3291da177e4SLinus Torvalds bool "USB Keyspan USA-28XB Firmware" 3301da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3311da177e4SLinus Torvalds help 3321da177e4SLinus Torvalds Say Y here to include firmware for the USA-28XB converter. 3331da177e4SLinus Torvalds Be sure you have a USA-28XB, there are also 28X and 28XA 3341da177e4SLinus Torvalds models, the label underneath has the actual part number. 3351da177e4SLinus Torvalds 3361da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19 3371da177e4SLinus Torvalds bool "USB Keyspan USA-19 Firmware" 3381da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3391da177e4SLinus Torvalds help 3401da177e4SLinus Torvalds Say Y here to include firmware for the USA-19 converter. 3411da177e4SLinus Torvalds 3421da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA18X 3431da177e4SLinus Torvalds bool "USB Keyspan USA-18X Firmware" 3441da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3451da177e4SLinus Torvalds help 3461da177e4SLinus Torvalds Say Y here to include firmware for the USA-18X converter. 3471da177e4SLinus Torvalds 3481da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19W 3491da177e4SLinus Torvalds bool "USB Keyspan USA-19W Firmware" 3501da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3511da177e4SLinus Torvalds help 3521da177e4SLinus Torvalds Say Y here to include firmware for the USA-19W converter. 3531da177e4SLinus Torvalds 3541da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19QW 3551da177e4SLinus Torvalds bool "USB Keyspan USA-19QW Firmware" 3561da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3571da177e4SLinus Torvalds help 3581da177e4SLinus Torvalds Say Y here to include firmware for the USA-19QW converter. 3591da177e4SLinus Torvalds 3601da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA19QI 3611da177e4SLinus Torvalds bool "USB Keyspan USA-19QI Firmware" 3621da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3631da177e4SLinus Torvalds help 3641da177e4SLinus Torvalds Say Y here to include firmware for the USA-19QI converter. 3651da177e4SLinus Torvalds 3661da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA49W 3671da177e4SLinus Torvalds bool "USB Keyspan USA-49W Firmware" 3681da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3691da177e4SLinus Torvalds help 3701da177e4SLinus Torvalds Say Y here to include firmware for the USA-49W converter. 3711da177e4SLinus Torvalds 3721da177e4SLinus Torvaldsconfig USB_SERIAL_KEYSPAN_USA49WLC 3731da177e4SLinus Torvalds bool "USB Keyspan USA-49WLC Firmware" 3741da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN 3751da177e4SLinus Torvalds help 3761da177e4SLinus Torvalds Say Y here to include firmware for the USA-49WLC converter. 3771da177e4SLinus Torvalds 3781da177e4SLinus Torvaldsconfig USB_SERIAL_KLSI 3791da177e4SLinus Torvalds tristate "USB KL5KUSB105 (Palmconnect) Driver (EXPERIMENTAL)" 3801da177e4SLinus Torvalds depends on USB_SERIAL && EXPERIMENTAL 3811da177e4SLinus Torvalds ---help--- 3821da177e4SLinus Torvalds Say Y here if you want to use a KL5KUSB105 - based single port 3831da177e4SLinus Torvalds serial adapter. The most widely known -- and currently the only 3841da177e4SLinus Torvalds tested -- device in this category is the PalmConnect USB Serial 3851da177e4SLinus Torvalds adapter sold by Palm Inc. for use with their Palm III and Palm V 3861da177e4SLinus Torvalds series PDAs. 3871da177e4SLinus Torvalds 3881da177e4SLinus Torvalds Please read <file:Documentation/usb/usb-serial.txt> for more 3891da177e4SLinus Torvalds information. 3901da177e4SLinus Torvalds 3911da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3921da177e4SLinus Torvalds module will be called kl5kusb105. 3931da177e4SLinus Torvalds 3941da177e4SLinus Torvaldsconfig USB_SERIAL_KOBIL_SCT 3951da177e4SLinus Torvalds tristate "USB KOBIL chipcard reader" 3961da177e4SLinus Torvalds depends on USB_SERIAL 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 depends on USB_SERIAL 4151da177e4SLinus Torvalds ---help--- 4161da177e4SLinus Torvalds Say Y here if you want to use a USB Serial single port adapter from 4171da177e4SLinus Torvalds Magic Control Technology Corp. (U232 is one of the model numbers). 4181da177e4SLinus Torvalds 4191da177e4SLinus Torvalds This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB 4201da177e4SLinus Torvalds BAY devices. 4211da177e4SLinus Torvalds 4221da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4231da177e4SLinus Torvalds module will be called mct_u232. 4241da177e4SLinus Torvalds 425e9a66c64SGreg Kroah-Hartmanconfig USB_SERIAL_NAVMAN 426e9a66c64SGreg Kroah-Hartman tristate "USB Navman GPS device" 427e9a66c64SGreg Kroah-Hartman depends on USB_SERIAL 428e9a66c64SGreg Kroah-Hartman help 429e9a66c64SGreg Kroah-Hartman To compile this driver as a module, choose M here: the 430e9a66c64SGreg Kroah-Hartman module will be called navman. 431e9a66c64SGreg Kroah-Hartman 4321da177e4SLinus Torvaldsconfig USB_SERIAL_PL2303 4331da177e4SLinus Torvalds tristate "USB Prolific 2303 Single Port Serial Driver" 4341da177e4SLinus Torvalds depends on USB_SERIAL 4351da177e4SLinus Torvalds help 4361da177e4SLinus Torvalds Say Y here if you want to use the PL2303 USB Serial single port 4371da177e4SLinus Torvalds adapter from Prolific. 4381da177e4SLinus Torvalds 4391da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4401da177e4SLinus Torvalds module will be called pl2303. 4411da177e4SLinus Torvalds 44236045fb7SArthur Huilletconfig USB_SERIAL_HP4X 44336045fb7SArthur Huillet tristate "USB HP4x Calculators support" 44436045fb7SArthur Huillet depends on USB_SERIAL 44536045fb7SArthur Huillet help 44636045fb7SArthur Huillet Say Y here if you want to use an Hewlett-Packard 4x Calculator. 44736045fb7SArthur Huillet 44836045fb7SArthur Huillet To compile this driver as a module, choose M here: the 44936045fb7SArthur Huillet module will be called hp4x. 45036045fb7SArthur Huillet 4511da177e4SLinus Torvaldsconfig USB_SERIAL_SAFE 4521da177e4SLinus Torvalds tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)" 4531da177e4SLinus Torvalds depends on USB_SERIAL && EXPERIMENTAL 4541da177e4SLinus Torvalds 4551da177e4SLinus Torvaldsconfig USB_SERIAL_SAFE_PADDED 4561da177e4SLinus Torvalds bool "USB Secure Encapsulated Driver - Padded" 4571da177e4SLinus Torvalds depends on USB_SERIAL_SAFE 4581da177e4SLinus Torvalds 4591da177e4SLinus Torvaldsconfig USB_SERIAL_TI 4601da177e4SLinus Torvalds tristate "USB TI 3410/5052 Serial Driver" 4611da177e4SLinus Torvalds depends on USB_SERIAL 4621da177e4SLinus Torvalds help 4631da177e4SLinus Torvalds Say Y here if you want to use the TI USB 3410 or 5052 4641da177e4SLinus Torvalds serial devices. 4651da177e4SLinus Torvalds 4661da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4671da177e4SLinus Torvalds module will be called ti_usb_3410_5052. 4681da177e4SLinus Torvalds 4691da177e4SLinus Torvaldsconfig USB_SERIAL_CYBERJACK 4701da177e4SLinus Torvalds tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL)" 4711da177e4SLinus Torvalds depends on USB_SERIAL && EXPERIMENTAL 4721da177e4SLinus Torvalds ---help--- 4731da177e4SLinus Torvalds Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard 4741da177e4SLinus Torvalds reader. This is an interface to ISO 7816 compatible contactbased 4751da177e4SLinus Torvalds chipcards, e.g. GSM SIMs. 4761da177e4SLinus Torvalds 4771da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4781da177e4SLinus Torvalds module will be called cyberjack. 4791da177e4SLinus Torvalds 4801da177e4SLinus Torvalds If unsure, say N. 4811da177e4SLinus Torvalds 4821da177e4SLinus Torvaldsconfig USB_SERIAL_XIRCOM 4831da177e4SLinus Torvalds tristate "USB Xircom / Entregra Single Port Serial Driver" 4841da177e4SLinus Torvalds depends on USB_SERIAL 4851da177e4SLinus Torvalds help 4861da177e4SLinus Torvalds Say Y here if you want to use a Xircom or Entregra single port USB to 4871da177e4SLinus Torvalds serial converter device. This driver makes use of firmware 4881da177e4SLinus Torvalds developed from scratch by Brian Warner. 4891da177e4SLinus Torvalds 4901da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4911da177e4SLinus Torvalds module will be called keyspan_pda. 4921da177e4SLinus Torvalds 49358cfe911SMatthias Urlichsconfig USB_SERIAL_OPTION 49458cfe911SMatthias Urlichs tristate "USB Option PCMCIA serial driver" 49558cfe911SMatthias Urlichs depends on USB_SERIAL && USB_OHCI_HCD && PCCARD 49658cfe911SMatthias Urlichs help 49758cfe911SMatthias Urlichs Say Y here if you want to use an Option card. This is a 49858cfe911SMatthias Urlichs GSM card, controlled by three serial ports which are connected 49958cfe911SMatthias Urlichs via an OHCI adapter located on a PC card. 50058cfe911SMatthias Urlichs 50158cfe911SMatthias Urlichs To compile this driver as a module, choose M here: the 50258cfe911SMatthias Urlichs module will be called option. 50358cfe911SMatthias Urlichs 5041da177e4SLinus Torvaldsconfig USB_SERIAL_OMNINET 5051da177e4SLinus Torvalds tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)" 5061da177e4SLinus Torvalds depends on USB_SERIAL && EXPERIMENTAL 5071da177e4SLinus Torvalds help 5081da177e4SLinus Torvalds Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA. 5091da177e4SLinus Torvalds 5101da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 5111da177e4SLinus Torvalds module will be called omninet. 5121da177e4SLinus Torvalds 5131da177e4SLinus Torvaldsconfig USB_EZUSB 5141da177e4SLinus Torvalds bool 5151da177e4SLinus Torvalds depends on USB_SERIAL_KEYSPAN_PDA || USB_SERIAL_XIRCOM || USB_SERIAL_KEYSPAN || USB_SERIAL_WHITEHEAT 5161da177e4SLinus Torvalds default y 5171da177e4SLinus Torvalds 5181da177e4SLinus Torvaldsendmenu 5191da177e4SLinus Torvalds 520