Kconfig 23 KB

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