Kconfig 22 KB

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