Kconfig 23 KB

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