Kconfig 23 KB

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