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