| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # USB Serial device configuration | 
 | 3 | # | 
 | 4 |  | 
| Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 5 | menuconfig USB_SERIAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | 	tristate "USB Serial Converter support" | 
 | 7 | 	depends on USB | 
 | 8 | 	---help--- | 
 | 9 | 	  Say Y here if you have a USB device that provides normal serial | 
 | 10 | 	  ports, or acts like a serial device, and you want to connect it to | 
 | 11 | 	  your USB bus. | 
 | 12 |  | 
 | 13 | 	  Please read <file:Documentation/usb/usb-serial.txt> for more | 
 | 14 | 	  information on the specifics of the different devices that are | 
 | 15 | 	  supported, and on how to use them. | 
 | 16 |  | 
 | 17 | 	  To compile this driver as a module, choose M here: the | 
 | 18 | 	  module will be called usbserial. | 
 | 19 |  | 
| Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 20 | if USB_SERIAL | 
 | 21 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | config USB_SERIAL_CONSOLE | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 23 | 	bool "USB Serial Console device support" | 
 | 24 | 	depends on USB_SERIAL=y | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | 	---help--- | 
 | 26 | 	  If you say Y here, it will be possible to use a USB to serial | 
 | 27 | 	  converter port as the system console (the system console is the | 
 | 28 | 	  device which receives all kernel messages and warnings and which | 
 | 29 | 	  allows logins in single user mode). This could be useful if some | 
 | 30 | 	  terminal or printer is connected to that serial port. | 
 | 31 |  | 
 | 32 | 	  Even if you say Y here, the currently visible virtual console | 
 | 33 | 	  (/dev/tty0) will still be used as the system console by default, but | 
 | 34 | 	  you can alter that using a kernel command line option such as | 
 | 35 | 	  "console=ttyUSB0". (Try "man bootparam" or see the documentation of | 
 | 36 | 	  your boot loader (lilo or loadlin) about how to pass options to the | 
 | 37 | 	  kernel at boot time.) | 
 | 38 |  | 
 | 39 | 	  If you don't have a VGA card installed and you say Y here, the | 
 | 40 | 	  kernel will automatically use the first USB to serial converter | 
 | 41 | 	  port, /dev/ttyUSB0, as system console. | 
 | 42 |  | 
 | 43 | 	  If unsure, say N. | 
 | 44 |  | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 45 | config USB_EZUSB | 
 | 46 | 	bool "Functions for loading firmware on EZUSB chips" | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 47 | 	help | 
 | 48 | 	    Say Y here if you need EZUSB device support. | 
 | 49 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | config USB_SERIAL_GENERIC | 
 | 51 | 	bool "USB Generic Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | 	help | 
 | 53 | 	  Say Y here if you want to use the generic USB serial driver.  Please | 
 | 54 | 	  read <file:Documentation/usb/usb-serial.txt> for more information on | 
 | 55 | 	  using this driver.  It is recommended that the "USB Serial converter | 
 | 56 | 	  support" be compiled as a module for this driver to be used | 
 | 57 | 	  properly. | 
 | 58 |  | 
| Manuel Francisco Naranjo | 3fe70ba | 2006-08-09 16:35:12 -0300 | [diff] [blame] | 59 | config USB_SERIAL_AIRCABLE | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 60 | 	tristate "USB AIRcable Bluetooth Dongle Driver" | 
| Manuel Francisco Naranjo | 3fe70ba | 2006-08-09 16:35:12 -0300 | [diff] [blame] | 61 | 	help | 
| Naranjo Manuel Francisco | 23b0d96 | 2006-10-27 16:08:54 -0300 | [diff] [blame] | 62 | 	    Say Y here if you want to use USB AIRcable Bluetooth Dongle. | 
| Manuel Francisco Naranjo | 3fe70ba | 2006-08-09 16:35:12 -0300 | [diff] [blame] | 63 |  | 
 | 64 | 	    To compile this driver as a module, choose M here: the module | 
 | 65 | 	    will be called aircable. | 
 | 66 |  | 
| Greg Kroah-Hartman | 815ddc9 | 2006-05-12 11:05:29 -0700 | [diff] [blame] | 67 | config USB_SERIAL_ARK3116 | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 68 | 	tristate "USB ARK Micro 3116 USB Serial Driver" | 
| Greg Kroah-Hartman | 815ddc9 | 2006-05-12 11:05:29 -0700 | [diff] [blame] | 69 | 	help | 
 | 70 | 	  Say Y here if you want to use a ARK Micro 3116 USB to Serial | 
 | 71 | 	  device. | 
 | 72 |  | 
 | 73 | 	  To compile this driver as a module, choose M here: the | 
 | 74 | 	  module will be called ark3116 | 
 | 75 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | config USB_SERIAL_BELKIN | 
 | 77 | 	tristate "USB Belkin and Peracom Single Port Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | 	help | 
 | 79 | 	  Say Y here if you want to use a Belkin USB Serial single port | 
 | 80 | 	  adaptor (F5U103 is one of the model numbers) or the Peracom single | 
 | 81 | 	  port USB to serial adapter. | 
 | 82 |  | 
 | 83 | 	  To compile this driver as a module, choose M here: the | 
 | 84 | 	  module will be called belkin_sa. | 
 | 85 |  | 
| Frank A Kingswood | 6ce7610 | 2007-08-22 20:48:58 +0100 | [diff] [blame] | 86 | config USB_SERIAL_CH341 | 
 | 87 | 	tristate "USB Winchiphead CH341 Single Port Serial Driver" | 
| Frank A Kingswood | 6ce7610 | 2007-08-22 20:48:58 +0100 | [diff] [blame] | 88 | 	help | 
 | 89 | 	  Say Y here if you want to use a Winchiphead CH341 single port | 
 | 90 | 	  USB to serial adapter. | 
 | 91 |  | 
 | 92 | 	  To compile this driver as a module, choose M here: the | 
 | 93 | 	  module will be called ch341. | 
 | 94 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | config USB_SERIAL_WHITEHEAT | 
 | 96 | 	tristate "USB ConnectTech WhiteHEAT Serial Driver" | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 97 | 	select USB_EZUSB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | 	help | 
 | 99 | 	  Say Y here if you want to use a ConnectTech WhiteHEAT 4 port | 
 | 100 | 	  USB to serial converter device. | 
 | 101 |  | 
 | 102 | 	  To compile this driver as a module, choose M here: the | 
 | 103 | 	  module will be called whiteheat. | 
 | 104 |  | 
 | 105 | config USB_SERIAL_DIGI_ACCELEPORT | 
 | 106 | 	tristate "USB Digi International AccelePort USB Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | 	---help--- | 
 | 108 | 	  Say Y here if you want to use Digi AccelePort USB 2 or 4 devices, | 
 | 109 | 	  2 port (plus parallel port) and 4 port USB serial converters.  The | 
 | 110 | 	  parallel port on the USB 2 appears as a third serial port on Linux. | 
 | 111 | 	  The Digi Acceleport USB 8 is not yet supported by this driver. | 
 | 112 |  | 
 | 113 | 	  This driver works under SMP with the usb-uhci driver.  It does not | 
 | 114 | 	  work under SMP with the uhci driver. | 
 | 115 |  | 
 | 116 | 	  To compile this driver as a module, choose M here: the | 
 | 117 | 	  module will be called digi_acceleport. | 
 | 118 |  | 
 | 119 | config USB_SERIAL_CP2101 | 
 | 120 | 	tristate "USB CP2101 UART Bridge Controller" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | 	help | 
 | 122 | 	  Say Y here if you want to use a CP2101/CP2102 based USB to RS232 | 
 | 123 | 	  converter. | 
 | 124 |  | 
 | 125 | 	  To compile this driver as a module, choose M here: the | 
 | 126 | 	  module will be called cp2101. | 
 | 127 |  | 
 | 128 | config USB_SERIAL_CYPRESS_M8 | 
 | 129 | 	tristate "USB Cypress M8 USB Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | 	help | 
 | 131 | 	  Say Y here if you want to use a device that contains the Cypress | 
 | 132 | 	  USB to Serial microcontroller, such as the DeLorme Earthmate GPS. | 
 | 133 |  | 
 | 134 | 		Attempted SMP support... send bug reports! | 
 | 135 |  | 
 | 136 | 	  Supported microcontrollers in the CY4601 family are: | 
 | 137 | 		CY7C63741 CY7C63742 CY7C63743 CY7C64013 | 
 | 138 | 	 | 
 | 139 | 	  To compile this driver as a module, choose M here: the | 
 | 140 | 	  module will be called cypress_m8. | 
 | 141 |  | 
 | 142 | config USB_SERIAL_EMPEG | 
 | 143 | 	tristate "USB Empeg empeg-car Mark I/II Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | 	help | 
 | 145 | 	  Say Y here if you want to connect to your Empeg empeg-car Mark I/II | 
 | 146 | 	  mp3 player via USB.  The driver uses a single ttyUSB{0,1,2,...} | 
 | 147 | 	  device node.  See <file:Documentation/usb/usb-serial.txt> for more | 
 | 148 | 	  tidbits of information. | 
 | 149 |  | 
 | 150 | 	  To compile this driver as a module, choose M here: the | 
 | 151 | 	  module will be called empeg. | 
 | 152 |  | 
 | 153 | config USB_SERIAL_FTDI_SIO | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 154 | 	tristate "USB FTDI Single Port Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 155 | 	---help--- | 
 | 156 | 	  Say Y here if you want to use a FTDI SIO single port USB to serial | 
 | 157 | 	  converter device. The implementation I have is called the USC-1000. | 
 | 158 | 	  This driver has also be tested with the 245 and 232 devices. | 
 | 159 |  | 
 | 160 | 	  See <http://ftdi-usb-sio.sourceforge.net/> for more | 
 | 161 | 	  information on this driver and the device. | 
 | 162 |  | 
 | 163 | 	  To compile this driver as a module, choose M here: the | 
 | 164 | 	  module will be called ftdi_sio. | 
 | 165 |  | 
| Greg Kroah-Hartman | f981480 | 2006-04-13 08:09:52 -0700 | [diff] [blame] | 166 | config USB_SERIAL_FUNSOFT | 
 | 167 | 	tristate "USB Fundamental Software Dongle Driver" | 
| Greg Kroah-Hartman | f981480 | 2006-04-13 08:09:52 -0700 | [diff] [blame] | 168 | 	---help--- | 
 | 169 | 	  Say Y here if you want to use the Fundamental Software dongle. | 
 | 170 |  | 
 | 171 | 	  To compile this driver as a module, choose M here: the | 
 | 172 | 	  module will be called funsoft. | 
 | 173 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 174 | config USB_SERIAL_VISOR | 
 | 175 | 	tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | 	help | 
 | 177 | 	  Say Y here if you want to connect to your HandSpring Visor, Palm | 
 | 178 | 	  m500 or m505 through its USB docking station. See | 
 | 179 | 	  <http://usbvisor.sourceforge.net/> for more information on using this | 
 | 180 | 	  driver. | 
 | 181 |  | 
 | 182 | 	  To compile this driver as a module, choose M here: the | 
 | 183 | 	  module will be called visor. | 
 | 184 |  | 
 | 185 | config USB_SERIAL_IPAQ | 
 | 186 | 	tristate "USB PocketPC PDA Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | 	help | 
 | 188 | 	  Say Y here if you want to connect to your Compaq iPAQ, HP Jornada | 
 | 189 | 	  or any other PDA running Windows CE 3.0 or PocketPC 2002 | 
 | 190 | 	  using a USB cradle/cable. For information on using the driver, | 
 | 191 | 	  read <file:Documentation/usb/usb-serial.txt>. | 
 | 192 |  | 
 | 193 | 	  To compile this driver as a module, choose M here: the | 
 | 194 | 	  module will be called ipaq. | 
 | 195 |  | 
 | 196 | config USB_SERIAL_IR | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 197 | 	tristate "USB IR Dongle Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 198 | 	help | 
 | 199 | 	  Say Y here if you want to enable simple serial support for USB IrDA | 
 | 200 | 	  devices.  This is useful if you do not want to use the full IrDA | 
 | 201 | 	  stack. | 
 | 202 |  | 
 | 203 | 	  To compile this driver as a module, choose M here: the | 
 | 204 | 	  module will be called ir-usb. | 
 | 205 |  | 
 | 206 | config USB_SERIAL_EDGEPORT | 
 | 207 | 	tristate "USB Inside Out Edgeport Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | 	---help--- | 
 | 209 | 	  Say Y here if you want to use any of the following devices from | 
 | 210 | 	  Inside Out Networks (Digi): | 
 | 211 | 	  Edgeport/4 | 
 | 212 | 	  Rapidport/4 | 
 | 213 | 	  Edgeport/4t | 
 | 214 | 	  Edgeport/2 | 
 | 215 | 	  Edgeport/4i | 
 | 216 | 	  Edgeport/2i | 
 | 217 | 	  Edgeport/421 | 
 | 218 | 	  Edgeport/21 | 
 | 219 | 	  Edgeport/8 | 
 | 220 | 	  Edgeport/8 Dual | 
 | 221 | 	  Edgeport/2D8 | 
 | 222 | 	  Edgeport/4D8 | 
 | 223 | 	  Edgeport/8i | 
 | 224 | 	  Edgeport/2 DIN | 
 | 225 | 	  Edgeport/4 DIN | 
 | 226 | 	  Edgeport/16 Dual | 
 | 227 |  | 
 | 228 | 	  To compile this driver as a module, choose M here: the | 
 | 229 | 	  module will be called io_edgeport. | 
 | 230 |  | 
 | 231 | config USB_SERIAL_EDGEPORT_TI | 
 | 232 | 	tristate "USB Inside Out Edgeport Serial Driver (TI devices)" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | 	help | 
 | 234 | 	  Say Y here if you want to use any of the devices from Inside Out | 
 | 235 | 	  Networks (Digi) that are not supported by the io_edgeport driver. | 
 | 236 | 	  This includes the Edgeport/1 device. | 
 | 237 |  | 
 | 238 | 	  To compile this driver as a module, choose M here: the | 
 | 239 | 	  module will be called io_ti. | 
 | 240 |  | 
 | 241 | config USB_SERIAL_GARMIN | 
 | 242 |        tristate "USB Garmin GPS driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 |        help | 
 | 244 |          Say Y here if you want to connect to your Garmin GPS. | 
 | 245 |          Should work with most Garmin GPS devices which have a native USB port. | 
 | 246 |  | 
 | 247 |          See <http://sourceforge.net/projects/garmin-gps> for the latest | 
 | 248 |          version of the driver. | 
 | 249 |  | 
 | 250 |          To compile this driver as a module, choose M here: the | 
 | 251 |          module will be called garmin_gps. | 
 | 252 |  | 
 | 253 | config USB_SERIAL_IPW | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 254 |         tristate "USB IPWireless (3G UMTS TDD) Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | 	help | 
 | 256 | 	  Say Y here if you want to use a IPWireless USB modem such as | 
 | 257 | 	  the ones supplied by Axity3G/Sentech South Africa. | 
 | 258 |  | 
 | 259 | 	  To compile this driver as a module, choose M here: the | 
 | 260 | 	  module will be called ipw. | 
 | 261 |  | 
| Alain Degreffe | 60a8fc0 | 2007-10-26 13:51:49 +0200 | [diff] [blame] | 262 | config USB_SERIAL_IUU | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 263 | 	tristate "USB Infinity USB Unlimited Phoenix Driver" | 
| Alain Degreffe | 60a8fc0 | 2007-10-26 13:51:49 +0200 | [diff] [blame] | 264 | 	help | 
 | 265 | 	  Say Y here if you want to use a IUU in phoenix mode and get | 
 | 266 | 	  an extra ttyUSBx device. More information available on | 
 | 267 | 	  http://eczema.ecze.com/iuu_phoenix.html | 
 | 268 |  | 
 | 269 | 	  To compile this driver as a module, choose M here: the | 
 | 270 | 	  module will be called iuu_phoenix.o | 
 | 271 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | config USB_SERIAL_KEYSPAN_PDA | 
 | 273 | 	tristate "USB Keyspan PDA Single Port Serial Driver" | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 274 | 	select USB_EZUSB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | 	help | 
 | 276 | 	  Say Y here if you want to use a Keyspan PDA single port USB to | 
 | 277 | 	  serial converter device.  This driver makes use of firmware | 
 | 278 | 	  developed from scratch by Brian Warner. | 
 | 279 |  | 
 | 280 | 	  To compile this driver as a module, choose M here: the | 
 | 281 | 	  module will be called keyspan_pda. | 
 | 282 |  | 
 | 283 | config USB_SERIAL_KEYSPAN | 
 | 284 | 	tristate "USB Keyspan USA-xxx Serial Driver" | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 285 | 	select USB_EZUSB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 286 | 	---help--- | 
 | 287 | 	  Say Y here if you want to use Keyspan USB to serial converter | 
 | 288 | 	  devices.  This driver makes use of Keyspan's official firmware | 
 | 289 | 	  and was developed with their support.  You must also include | 
 | 290 | 	  firmware to support your particular device(s). | 
 | 291 |  | 
 | 292 | 	  See <http://misc.nu/hugh/keyspan.html> for more information. | 
 | 293 |  | 
 | 294 | 	  To compile this driver as a module, choose M here: the | 
 | 295 | 	  module will be called keyspan. | 
 | 296 |  | 
 | 297 | config USB_SERIAL_KEYSPAN_MPR | 
 | 298 | 	bool "USB Keyspan MPR Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 299 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | 	help | 
 | 301 | 	  Say Y here to include firmware for the Keyspan MPR converter. | 
 | 302 |  | 
 | 303 | config USB_SERIAL_KEYSPAN_USA28 | 
 | 304 | 	bool "USB Keyspan USA-28 Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 305 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 306 | 	help | 
 | 307 | 	  Say Y here to include firmware for the USA-28 converter. | 
 | 308 |  | 
 | 309 | config USB_SERIAL_KEYSPAN_USA28X | 
 | 310 | 	bool "USB Keyspan USA-28X Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 311 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 312 | 	help | 
 | 313 | 	  Say Y here to include firmware for the USA-28X converter. | 
 | 314 | 	  Be sure you have a USA-28X, there are also 28XA and 28XB | 
 | 315 | 	  models, the label underneath has the actual part number. | 
 | 316 |  | 
 | 317 | config USB_SERIAL_KEYSPAN_USA28XA | 
 | 318 | 	bool "USB Keyspan USA-28XA Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 319 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 320 | 	help | 
 | 321 | 	  Say Y here to include firmware for the USA-28XA converter. | 
 | 322 | 	  Be sure you have a USA-28XA, there are also 28X and 28XB | 
 | 323 | 	  models, the label underneath has the actual part number. | 
 | 324 |  | 
 | 325 | config USB_SERIAL_KEYSPAN_USA28XB | 
 | 326 | 	bool "USB Keyspan USA-28XB Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 327 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 328 | 	help | 
 | 329 | 	  Say Y here to include firmware for the USA-28XB converter. | 
 | 330 | 	  Be sure you have a USA-28XB, there are also 28X and 28XA | 
 | 331 | 	  models, the label underneath has the actual part number. | 
 | 332 |  | 
 | 333 | config USB_SERIAL_KEYSPAN_USA19 | 
 | 334 | 	bool "USB Keyspan USA-19 Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 335 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 | 	help | 
 | 337 | 	  Say Y here to include firmware for the USA-19 converter. | 
 | 338 |  | 
 | 339 | config USB_SERIAL_KEYSPAN_USA18X | 
 | 340 | 	bool "USB Keyspan USA-18X Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 341 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 342 | 	help | 
 | 343 | 	  Say Y here to include firmware for the USA-18X converter. | 
 | 344 |  | 
 | 345 | config USB_SERIAL_KEYSPAN_USA19W | 
 | 346 | 	bool "USB Keyspan USA-19W Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 347 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 348 | 	help | 
 | 349 | 	  Say Y here to include firmware for the USA-19W converter. | 
 | 350 |  | 
 | 351 | config USB_SERIAL_KEYSPAN_USA19QW | 
 | 352 | 	bool "USB Keyspan USA-19QW Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 353 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | 	help | 
 | 355 | 	  Say Y here to include firmware for the USA-19QW converter. | 
 | 356 |  | 
 | 357 | config USB_SERIAL_KEYSPAN_USA19QI | 
 | 358 | 	bool "USB Keyspan USA-19QI Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 359 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 360 | 	help | 
 | 361 | 	  Say Y here to include firmware for the USA-19QI converter. | 
 | 362 |  | 
 | 363 | config USB_SERIAL_KEYSPAN_USA49W | 
 | 364 | 	bool "USB Keyspan USA-49W Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 365 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | 	help | 
 | 367 | 	  Say Y here to include firmware for the USA-49W converter. | 
 | 368 |  | 
 | 369 | config USB_SERIAL_KEYSPAN_USA49WLC | 
 | 370 | 	bool "USB Keyspan USA-49WLC Firmware" | 
| David Woodhouse | 2971c57 | 2008-05-30 14:04:03 +0300 | [diff] [blame] | 371 | 	depends on USB_SERIAL_KEYSPAN && FIRMWARE_IN_KERNEL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 372 | 	help | 
 | 373 | 	  Say Y here to include firmware for the USA-49WLC converter. | 
 | 374 |  | 
 | 375 | config USB_SERIAL_KLSI | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 376 | 	tristate "USB KL5KUSB105 (Palmconnect) Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 377 | 	---help--- | 
 | 378 | 	  Say Y here if you want to use a KL5KUSB105 - based single port | 
 | 379 | 	  serial adapter. The most widely known -- and currently the only | 
 | 380 | 	  tested -- device in this category is the PalmConnect USB Serial | 
 | 381 | 	  adapter sold by Palm Inc. for use with their Palm III and Palm V | 
 | 382 | 	  series PDAs. | 
 | 383 |  | 
 | 384 | 	  Please read <file:Documentation/usb/usb-serial.txt> for more | 
 | 385 | 	  information. | 
 | 386 |  | 
 | 387 | 	  To compile this driver as a module, choose M here: the | 
 | 388 | 	  module will be called kl5kusb105. | 
 | 389 |  | 
 | 390 | config USB_SERIAL_KOBIL_SCT | 
 | 391 |         tristate "USB KOBIL chipcard reader" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 392 |         ---help--- | 
 | 393 |           Say Y here if you want to use one of the following KOBIL USB chipcard | 
 | 394 |           readers: | 
 | 395 |  | 
 | 396 |             - USB TWIN | 
 | 397 |             - KAAN Standard Plus | 
 | 398 |             - KAAN SIM | 
 | 399 |             - SecOVID Reader Plus | 
 | 400 |             - B1 Professional | 
 | 401 |             - KAAN Professional | 
 | 402 |  | 
 | 403 |           Note that you need a current CT-API. | 
 | 404 |           To compile this driver as a module, choose M here: the | 
 | 405 | 	  module will be called kobil_sct. | 
 | 406 |  | 
 | 407 | config USB_SERIAL_MCT_U232 | 
 | 408 | 	tristate "USB MCT Single Port Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 409 | 	---help--- | 
 | 410 | 	  Say Y here if you want to use a USB Serial single port adapter from | 
 | 411 | 	  Magic Control Technology Corp. (U232 is one of the model numbers). | 
 | 412 |  | 
 | 413 | 	  This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB | 
| Pete Zaitcev | 6f065f7 | 2006-05-22 22:02:32 -0700 | [diff] [blame] | 414 | 	  BAY, Belkin F5U109, and Belkin F5U409 devices. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 415 |  | 
 | 416 | 	  To compile this driver as a module, choose M here: the | 
 | 417 | 	  module will be called mct_u232. | 
 | 418 |  | 
| Greg Kroah-Hartman | 0f64478 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 419 | config USB_SERIAL_MOS7720 | 
| Oliver Neukum | 3784653 | 2007-03-14 15:23:56 +0100 | [diff] [blame] | 420 | 	tristate "USB Moschip 7720 Serial Driver" | 
| Greg Kroah-Hartman | 0f64478 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 421 | 	---help--- | 
| Oliver Neukum | 3784653 | 2007-03-14 15:23:56 +0100 | [diff] [blame] | 422 | 	  Say Y here if you want to use USB Serial single and double | 
 | 423 | 	  port adapters from Moschip Semiconductor Tech. | 
| Greg Kroah-Hartman | 0f64478 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 424 |  | 
 | 425 | 	  To compile this driver as a module, choose M here: the | 
 | 426 | 	  module will be called mos7720. | 
 | 427 |  | 
| Paul B Schroeder | 3f54297 | 2006-08-31 19:41:47 -0500 | [diff] [blame] | 428 | config USB_SERIAL_MOS7840 | 
 | 429 | 	tristate "USB Moschip 7840/7820 USB Serial Driver" | 
| Paul B Schroeder | 3f54297 | 2006-08-31 19:41:47 -0500 | [diff] [blame] | 430 | 	---help--- | 
 | 431 | 	  Say Y here if you want to use a MCS7840 Quad-Serial or MCS7820 | 
 | 432 | 	  Dual-Serial port device from MosChip Semiconductor. | 
 | 433 |  | 
 | 434 | 	  The MCS7840 and MCS7820 have been developed to connect a wide range | 
 | 435 | 	  of standard serial devices to a USB host.  The MCS7840 has a USB | 
 | 436 | 	  device controller connected to four (4) individual UARTs while the | 
 | 437 | 	  MCS7820 controller connects to two (2) individual UARTs. | 
 | 438 |  | 
 | 439 | 	  To compile this driver as a module, choose M here: the | 
 | 440 | 	  module will be called mos7840.  If unsure, choose N. | 
 | 441 |  | 
| Greg Kroah-Hartman | 6986a97 | 2008-05-02 12:02:20 -0700 | [diff] [blame] | 442 | config USB_SERIAL_MOTOROLA | 
 | 443 | 	tristate "USB Motorola Phone modem driver" | 
 | 444 | 	---help--- | 
 | 445 | 	  Say Y here if you want to use a Motorola phone with a USB | 
 | 446 | 	  connector as a modem link. | 
 | 447 |  | 
 | 448 | 	  To compile this driver as a module, choose M here: the | 
 | 449 | 	  module will be called moto_modem.  If unsure, choose N. | 
 | 450 |  | 
| Greg Kroah-Hartman | e9a66c6 | 2006-03-17 17:40:08 -0800 | [diff] [blame] | 451 | config USB_SERIAL_NAVMAN | 
 | 452 | 	tristate "USB Navman GPS device" | 
| Greg Kroah-Hartman | e9a66c6 | 2006-03-17 17:40:08 -0800 | [diff] [blame] | 453 | 	help | 
 | 454 | 	  To compile this driver as a module, choose M here: the | 
 | 455 | 	  module will be called navman. | 
 | 456 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 457 | config USB_SERIAL_PL2303 | 
 | 458 | 	tristate "USB Prolific 2303 Single Port Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 459 | 	help | 
 | 460 | 	  Say Y here if you want to use the PL2303 USB Serial single port | 
 | 461 | 	  adapter from Prolific. | 
 | 462 |  | 
 | 463 | 	  To compile this driver as a module, choose M here: the | 
 | 464 | 	  module will be called pl2303. | 
 | 465 |  | 
| Kees Lemmens | 49cdee0 | 2007-03-27 12:34:30 +0200 | [diff] [blame] | 466 | config USB_SERIAL_OTI6858 | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 467 | 	tristate "USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller" | 
| Kees Lemmens | 49cdee0 | 2007-03-27 12:34:30 +0200 | [diff] [blame] | 468 | 	help | 
 | 469 | 	  Say Y here if you want to use the OTi-6858 single port USB to serial | 
 | 470 |           converter device. | 
 | 471 |  | 
 | 472 | 	  To compile this driver as a module, choose M here: the | 
 | 473 | 	  module will be called oti6858. | 
 | 474 |  | 
| Greg Kroah-Hartman | 619a6f1 | 2008-02-07 23:59:03 +0100 | [diff] [blame] | 475 | config USB_SERIAL_SPCP8X5 | 
 | 476 | 	tristate "USB SPCP8x5 USB To Serial Driver" | 
| Greg Kroah-Hartman | 619a6f1 | 2008-02-07 23:59:03 +0100 | [diff] [blame] | 477 | 	help | 
 | 478 | 	  Say Y here if you want to use the spcp8x5 converter chip.  This is | 
 | 479 | 	  commonly found in some Z-Wave USB devices. | 
 | 480 |  | 
 | 481 | 	  To compile this driver as a module, choose M here: the | 
 | 482 | 	  module will be called spcp8x5. | 
 | 483 |  | 
| Arthur Huillet | 36045fb | 2005-04-22 15:06:59 -0700 | [diff] [blame] | 484 | config USB_SERIAL_HP4X | 
 | 485 |         tristate "USB HP4x Calculators support" | 
| Arthur Huillet | 36045fb | 2005-04-22 15:06:59 -0700 | [diff] [blame] | 486 |         help | 
 | 487 |           Say Y here if you want to use an Hewlett-Packard 4x Calculator. | 
 | 488 |  | 
 | 489 |           To compile this driver as a module, choose M here: the | 
 | 490 |           module will be called hp4x. | 
 | 491 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 492 | config USB_SERIAL_SAFE | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 493 | 	tristate "USB Safe Serial (Encapsulated) Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 494 |  | 
 | 495 | config USB_SERIAL_SAFE_PADDED | 
 | 496 | 	bool "USB Secure Encapsulated Driver - Padded" | 
 | 497 | 	depends on USB_SERIAL_SAFE | 
 | 498 |  | 
| Greg Kroah-Hartman | 5aa6375 | 2008-12-03 22:30:04 -0800 | [diff] [blame] | 499 | config USB_SERIAL_SIEMENS_MPI | 
 | 500 | 	tristate "USB Siemens MPI driver" | 
 | 501 | 	help | 
 | 502 | 	  Say M here if you want to use a Siemens USB/MPI adapter. | 
 | 503 |  | 
 | 504 | 	  To compile this driver as a module, choose M here: the | 
 | 505 | 	  module will be called siemens_mpi. | 
 | 506 |  | 
| Kevin Lloyd | 69de51f | 2006-06-30 11:17:55 -0700 | [diff] [blame] | 507 | config USB_SERIAL_SIERRAWIRELESS | 
 | 508 | 	tristate "USB Sierra Wireless Driver" | 
| Kevin Lloyd | 69de51f | 2006-06-30 11:17:55 -0700 | [diff] [blame] | 509 | 	help | 
| Kevin Lloyd | 0585e4d | 2008-07-10 14:14:54 -0700 | [diff] [blame] | 510 | 	  Say M here if you want to use Sierra Wireless devices. | 
 | 511 |  | 
 | 512 | 	  Many deviecs have a feature known as TRU-Install, for those devices | 
 | 513 | 	  to work properly the USB Storage Sierra feature must be enabled. | 
| Kevin Lloyd | 69de51f | 2006-06-30 11:17:55 -0700 | [diff] [blame] | 514 |  | 
 | 515 | 	  To compile this driver as a module, choose M here: the | 
 | 516 | 	  module will be called sierra. | 
 | 517 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 518 | config USB_SERIAL_TI | 
 | 519 | 	tristate "USB TI 3410/5052 Serial Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 520 | 	help | 
 | 521 | 	  Say Y here if you want to use the TI USB 3410 or 5052 | 
 | 522 | 	  serial devices. | 
 | 523 |  | 
 | 524 | 	  To compile this driver as a module, choose M here: the | 
 | 525 | 	  module will be called ti_usb_3410_5052. | 
 | 526 |  | 
 | 527 | config USB_SERIAL_CYBERJACK | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 528 | 	tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 529 | 	---help--- | 
 | 530 | 	  Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard | 
| Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 531 | 	  reader. This is an interface to ISO 7816 compatible contact-based | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 532 | 	  chipcards, e.g. GSM SIMs. | 
 | 533 |  | 
 | 534 | 	  To compile this driver as a module, choose M here: the | 
 | 535 | 	  module will be called cyberjack. | 
 | 536 |  | 
 | 537 | 	  If unsure, say N. | 
 | 538 |  | 
 | 539 | config USB_SERIAL_XIRCOM | 
 | 540 | 	tristate "USB Xircom / Entregra Single Port Serial Driver" | 
| Paul Chavent | 7bd4b20 | 2008-01-12 15:23:17 +0100 | [diff] [blame] | 541 | 	select USB_EZUSB | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 542 | 	help | 
 | 543 | 	  Say Y here if you want to use a Xircom or Entregra single port USB to | 
 | 544 | 	  serial converter device.  This driver makes use of firmware | 
 | 545 | 	  developed from scratch by Brian Warner. | 
 | 546 |  | 
 | 547 | 	  To compile this driver as a module, choose M here: the | 
 | 548 | 	  module will be called keyspan_pda. | 
 | 549 |  | 
| Matthias Urlichs | 58cfe91 | 2005-05-23 17:00:48 -0700 | [diff] [blame] | 550 | config USB_SERIAL_OPTION | 
| Matthias Urlichs | 31fcbb7 | 2006-07-12 08:35:29 +0200 | [diff] [blame] | 551 | 	tristate "USB driver for GSM and CDMA modems" | 
| Matthias Urlichs | 58cfe91 | 2005-05-23 17:00:48 -0700 | [diff] [blame] | 552 | 	help | 
| Matthias Urlichs | 31fcbb7 | 2006-07-12 08:35:29 +0200 | [diff] [blame] | 553 | 	  Say Y here if you have a GSM or CDMA modem that's connected to USB. | 
| Matthias Urlichs | 14f76cc | 2006-06-02 11:48:56 +0200 | [diff] [blame] | 554 |  | 
| Matthias Urlichs | 31fcbb7 | 2006-07-12 08:35:29 +0200 | [diff] [blame] | 555 | 	  This driver also supports several PCMCIA cards which have a | 
 | 556 | 	  built-in OHCI-USB adapter and an internally-connected GSM modem. | 
 | 557 | 	  The USB bus on these cards is not accessible externally. | 
 | 558 |  | 
 | 559 | 	  Supported devices include (some of?) those made by: | 
| Kevin Lloyd | 033a3fb | 2006-10-13 23:53:21 -0700 | [diff] [blame] | 560 | 	  Option, Huawei, Audiovox, Novatel Wireless, or Anydata. | 
| Matthias Urlichs | 58cfe91 | 2005-05-23 17:00:48 -0700 | [diff] [blame] | 561 |  | 
 | 562 | 	  To compile this driver as a module, choose M here: the | 
 | 563 | 	  module will be called option. | 
 | 564 |  | 
| Matthias Urlichs | 14f76cc | 2006-06-02 11:48:56 +0200 | [diff] [blame] | 565 | 	  If this driver doesn't recognize your device, | 
 | 566 | 	  it might be accessible via the FTDI_SIO driver. | 
 | 567 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | config USB_SERIAL_OMNINET | 
| Robert P. J. Day | 1b75dc4 | 2008-03-08 03:00:04 -0500 | [diff] [blame] | 569 | 	tristate "USB ZyXEL omni.net LCD Plus Driver" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 570 | 	help | 
 | 571 | 	  Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA. | 
 | 572 |  | 
 | 573 | 	  To compile this driver as a module, choose M here: the | 
 | 574 | 	  module will be called omninet. | 
 | 575 |  | 
| Greg Kroah-Hartman | 57262b8 | 2008-11-03 13:27:03 -0800 | [diff] [blame] | 576 | config USB_SERIAL_OPTICON | 
 | 577 | 	tristate "USB Opticon Barcode driver (serial mode)" | 
 | 578 | 	help | 
 | 579 | 	  Say Y here if you want to use a Opticon USB Barcode device | 
 | 580 | 	  in serial emulation mode. | 
 | 581 |  | 
 | 582 | 	  To compile this driver as a module, choose M here: the | 
 | 583 | 	  module will be called opticon. | 
 | 584 |  | 
| Greg Kroah-Hartman | 958e874 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 585 | config USB_SERIAL_DEBUG | 
 | 586 | 	tristate "USB Debugging Device" | 
| Greg Kroah-Hartman | 958e874 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 587 | 	help | 
| David Sterba | 3dde6ad | 2007-05-09 07:12:20 +0200 | [diff] [blame] | 588 | 	  Say Y here if you have a USB debugging device used to receive | 
| Greg Kroah-Hartman | 958e874 | 2002-04-09 12:14:34 -0700 | [diff] [blame] | 589 | 	  debugging data from another machine.  The most common of these | 
 | 590 | 	  devices is the NetChip TurboCONNECT device. | 
 | 591 |  | 
 | 592 | 	  To compile this driver as a module, choose M here: the | 
 | 593 | 	  module will be called usb-debug. | 
 | 594 |  | 
| Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 595 | endif # USB_SERIAL |