Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  1. #
  2. # USB Serial device configuration
  3. #
  4. menu "USB Serial Converter support"
  5. depends on USB!=n
  6. config USB_SERIAL
  7. tristate "USB Serial Converter support"
  8. depends on USB
  9. ---help---
  10. Say Y here if you have a USB device that provides normal serial
  11. ports, or acts like a serial device, and you want to connect it to
  12. your USB bus.
  13. Please read <file:Documentation/usb/usb-serial.txt> for more
  14. information on the specifics of the different devices that are
  15. supported, and on how to use them.
  16. To compile this driver as a module, choose M here: the
  17. module will be called usbserial.
  18. config USB_SERIAL_CONSOLE
  19. bool "USB Serial Console device support (EXPERIMENTAL)"
  20. depends on USB_SERIAL=y && EXPERIMENTAL
  21. ---help---
  22. If you say Y here, it will be possible to use a USB to serial
  23. converter port as the system console (the system console is the
  24. device which receives all kernel messages and warnings and which
  25. allows logins in single user mode). This could be useful if some
  26. terminal or printer is connected to that serial port.
  27. Even if you say Y here, the currently visible virtual console
  28. (/dev/tty0) will still be used as the system console by default, but
  29. you can alter that using a kernel command line option such as
  30. "console=ttyUSB0". (Try "man bootparam" or see the documentation of
  31. your boot loader (lilo or loadlin) about how to pass options to the
  32. kernel at boot time.)
  33. If you don't have a VGA card installed and you say Y here, the
  34. kernel will automatically use the first USB to serial converter
  35. port, /dev/ttyUSB0, as system console.
  36. If unsure, say N.
  37. config USB_SERIAL_GENERIC
  38. bool "USB Generic Serial Driver"
  39. depends on USB_SERIAL
  40. help
  41. Say Y here if you want to use the generic USB serial driver. Please
  42. read <file:Documentation/usb/usb-serial.txt> for more information on
  43. using this driver. It is recommended that the "USB Serial converter
  44. support" be compiled as a module for this driver to be used
  45. properly.
  46. config USB_SERIAL_AIRPRIME
  47. tristate "USB AirPrime CDMA Wireless Driver"
  48. depends on USB_SERIAL
  49. help
  50. Say Y here if you want to use a AirPrime CDMA Wireless PC card.
  51. To compile this driver as a module, choose M here: the
  52. module will be called airprime.
  53. config USB_SERIAL_ANYDATA
  54. tristate "USB AnyData CDMA Wireless Driver"
  55. depends on USB_SERIAL
  56. help
  57. Say Y here if you want to use a AnyData CDMA device.
  58. To compile this driver as a module, choose M here: the
  59. module will be called anydata.
  60. config USB_SERIAL_BELKIN
  61. tristate "USB Belkin and Peracom Single Port Serial Driver"
  62. depends on USB_SERIAL
  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_WHITEHEAT
  70. tristate "USB ConnectTech WhiteHEAT Serial Driver"
  71. depends on USB_SERIAL
  72. help
  73. Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
  74. USB to serial converter device.
  75. To compile this driver as a module, choose M here: the
  76. module will be called whiteheat.
  77. config USB_SERIAL_DIGI_ACCELEPORT
  78. tristate "USB Digi International AccelePort USB Serial Driver"
  79. depends on USB_SERIAL
  80. ---help---
  81. Say Y here if you want to use Digi AccelePort USB 2 or 4 devices,
  82. 2 port (plus parallel port) and 4 port USB serial converters. The
  83. parallel port on the USB 2 appears as a third serial port on Linux.
  84. The Digi Acceleport USB 8 is not yet supported by this driver.
  85. This driver works under SMP with the usb-uhci driver. It does not
  86. work under SMP with the uhci driver.
  87. To compile this driver as a module, choose M here: the
  88. module will be called digi_acceleport.
  89. config USB_SERIAL_CP2101
  90. tristate "USB CP2101 UART Bridge Controller"
  91. depends on USB_SERIAL && EXPERIMENTAL
  92. help
  93. Say Y here if you want to use a CP2101/CP2102 based USB to RS232
  94. converter.
  95. To compile this driver as a module, choose M here: the
  96. module will be called cp2101.
  97. config USB_SERIAL_CYPRESS_M8
  98. tristate "USB Cypress M8 USB Serial Driver"
  99. depends on USB_SERIAL && EXPERIMENTAL
  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. depends on USB_SERIAL
  111. help
  112. Say Y here if you want to connect to your Empeg empeg-car Mark I/II
  113. mp3 player via USB. The driver uses a single ttyUSB{0,1,2,...}
  114. device node. See <file:Documentation/usb/usb-serial.txt> for more
  115. tidbits of information.
  116. To compile this driver as a module, choose M here: the
  117. module will be called empeg.
  118. config USB_SERIAL_FTDI_SIO
  119. tristate "USB FTDI Single Port Serial Driver (EXPERIMENTAL)"
  120. depends on USB_SERIAL && EXPERIMENTAL
  121. ---help---
  122. Say Y here if you want to use a FTDI SIO single port USB to serial
  123. converter device. The implementation I have is called the USC-1000.
  124. This driver has also be tested with the 245 and 232 devices.
  125. See <http://ftdi-usb-sio.sourceforge.net/> for more
  126. information on this driver and the device.
  127. To compile this driver as a module, choose M here: the
  128. module will be called ftdi_sio.
  129. config USB_SERIAL_VISOR
  130. tristate "USB Handspring Visor / Palm m50x / Sony Clie Driver"
  131. depends on USB_SERIAL
  132. help
  133. Say Y here if you want to connect to your HandSpring Visor, Palm
  134. m500 or m505 through its USB docking station. See
  135. <http://usbvisor.sourceforge.net/> for more information on using this
  136. driver.
  137. To compile this driver as a module, choose M here: the
  138. module will be called visor.
  139. config USB_SERIAL_IPAQ
  140. tristate "USB PocketPC PDA Driver"
  141. depends on USB_SERIAL
  142. help
  143. Say Y here if you want to connect to your Compaq iPAQ, HP Jornada
  144. or any other PDA running Windows CE 3.0 or PocketPC 2002
  145. using a USB cradle/cable. For information on using the driver,
  146. read <file:Documentation/usb/usb-serial.txt>.
  147. To compile this driver as a module, choose M here: the
  148. module will be called ipaq.
  149. config USB_SERIAL_IR
  150. tristate "USB IR Dongle Serial Driver (EXPERIMENTAL)"
  151. depends on USB_SERIAL && EXPERIMENTAL
  152. help
  153. Say Y here if you want to enable simple serial support for USB IrDA
  154. devices. This is useful if you do not want to use the full IrDA
  155. stack.
  156. To compile this driver as a module, choose M here: the
  157. module will be called ir-usb.
  158. config USB_SERIAL_EDGEPORT
  159. tristate "USB Inside Out Edgeport Serial Driver"
  160. depends on USB_SERIAL
  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. depends on USB_SERIAL
  185. help
  186. Say Y here if you want to use any of the devices from Inside Out
  187. Networks (Digi) that are not supported by the io_edgeport driver.
  188. This includes the Edgeport/1 device.
  189. To compile this driver as a module, choose M here: the
  190. module will be called io_ti.
  191. config USB_SERIAL_GARMIN
  192. tristate "USB Garmin GPS driver"
  193. depends on USB_SERIAL
  194. help
  195. Say Y here if you want to connect to your Garmin GPS.
  196. Should work with most Garmin GPS devices which have a native USB port.
  197. See <http://sourceforge.net/projects/garmin-gps> for the latest
  198. version of the driver.
  199. To compile this driver as a module, choose M here: the
  200. module will be called garmin_gps.
  201. config USB_SERIAL_IPW
  202. tristate "USB IPWireless (3G UMTS TDD) Driver (EXPERIMENTAL)"
  203. depends on USB_SERIAL && EXPERIMENTAL
  204. help
  205. Say Y here if you want to use a IPWireless USB modem such as
  206. the ones supplied by Axity3G/Sentech South Africa.
  207. To compile this driver as a module, choose M here: the
  208. module will be called ipw.
  209. config USB_SERIAL_KEYSPAN_PDA
  210. tristate "USB Keyspan PDA Single Port Serial Driver"
  211. depends on USB_SERIAL
  212. help
  213. Say Y here if you want to use a Keyspan PDA single port USB to
  214. serial converter device. This driver makes use of firmware
  215. developed from scratch by Brian Warner.
  216. To compile this driver as a module, choose M here: the
  217. module will be called keyspan_pda.
  218. config USB_SERIAL_KEYSPAN
  219. tristate "USB Keyspan USA-xxx Serial Driver"
  220. depends on USB_SERIAL
  221. ---help---
  222. Say Y here if you want to use Keyspan USB to serial converter
  223. devices. This driver makes use of Keyspan's official firmware
  224. and was developed with their support. You must also include
  225. firmware to support your particular device(s).
  226. See <http://misc.nu/hugh/keyspan.html> for more information.
  227. To compile this driver as a module, choose M here: the
  228. module will be called keyspan.
  229. config USB_SERIAL_KEYSPAN_MPR
  230. bool "USB Keyspan MPR Firmware"
  231. depends on USB_SERIAL_KEYSPAN
  232. help
  233. Say Y here to include firmware for the Keyspan MPR converter.
  234. config USB_SERIAL_KEYSPAN_USA28
  235. bool "USB Keyspan USA-28 Firmware"
  236. depends on USB_SERIAL_KEYSPAN
  237. help
  238. Say Y here to include firmware for the USA-28 converter.
  239. config USB_SERIAL_KEYSPAN_USA28X
  240. bool "USB Keyspan USA-28X Firmware"
  241. depends on USB_SERIAL_KEYSPAN
  242. help
  243. Say Y here to include firmware for the USA-28X converter.
  244. Be sure you have a USA-28X, there are also 28XA and 28XB
  245. models, the label underneath has the actual part number.
  246. config USB_SERIAL_KEYSPAN_USA28XA
  247. bool "USB Keyspan USA-28XA Firmware"
  248. depends on USB_SERIAL_KEYSPAN
  249. help
  250. Say Y here to include firmware for the USA-28XA converter.
  251. Be sure you have a USA-28XA, there are also 28X and 28XB
  252. models, the label underneath has the actual part number.
  253. config USB_SERIAL_KEYSPAN_USA28XB
  254. bool "USB Keyspan USA-28XB Firmware"
  255. depends on USB_SERIAL_KEYSPAN
  256. help
  257. Say Y here to include firmware for the USA-28XB converter.
  258. Be sure you have a USA-28XB, there are also 28X and 28XA
  259. models, the label underneath has the actual part number.
  260. config USB_SERIAL_KEYSPAN_USA19
  261. bool "USB Keyspan USA-19 Firmware"
  262. depends on USB_SERIAL_KEYSPAN
  263. help
  264. Say Y here to include firmware for the USA-19 converter.
  265. config USB_SERIAL_KEYSPAN_USA18X
  266. bool "USB Keyspan USA-18X Firmware"
  267. depends on USB_SERIAL_KEYSPAN
  268. help
  269. Say Y here to include firmware for the USA-18X converter.
  270. config USB_SERIAL_KEYSPAN_USA19W
  271. bool "USB Keyspan USA-19W Firmware"
  272. depends on USB_SERIAL_KEYSPAN
  273. help
  274. Say Y here to include firmware for the USA-19W converter.
  275. config USB_SERIAL_KEYSPAN_USA19QW
  276. bool "USB Keyspan USA-19QW Firmware"
  277. depends on USB_SERIAL_KEYSPAN
  278. help
  279. Say Y here to include firmware for the USA-19QW converter.
  280. config USB_SERIAL_KEYSPAN_USA19QI
  281. bool "USB Keyspan USA-19QI Firmware"
  282. depends on USB_SERIAL_KEYSPAN
  283. help
  284. Say Y here to include firmware for the USA-19QI converter.
  285. config USB_SERIAL_KEYSPAN_USA49W
  286. bool "USB Keyspan USA-49W Firmware"
  287. depends on USB_SERIAL_KEYSPAN
  288. help
  289. Say Y here to include firmware for the USA-49W converter.
  290. config USB_SERIAL_KEYSPAN_USA49WLC
  291. bool "USB Keyspan USA-49WLC Firmware"
  292. depends on USB_SERIAL_KEYSPAN
  293. help
  294. Say Y here to include firmware for the USA-49WLC converter.
  295. config USB_SERIAL_KLSI
  296. tristate "USB KL5KUSB105 (Palmconnect) Driver (EXPERIMENTAL)"
  297. depends on USB_SERIAL && EXPERIMENTAL
  298. ---help---
  299. Say Y here if you want to use a KL5KUSB105 - based single port
  300. serial adapter. The most widely known -- and currently the only
  301. tested -- device in this category is the PalmConnect USB Serial
  302. adapter sold by Palm Inc. for use with their Palm III and Palm V
  303. series PDAs.
  304. Please read <file:Documentation/usb/usb-serial.txt> for more
  305. information.
  306. To compile this driver as a module, choose M here: the
  307. module will be called kl5kusb105.
  308. config USB_SERIAL_KOBIL_SCT
  309. tristate "USB KOBIL chipcard reader"
  310. depends on USB_SERIAL
  311. ---help---
  312. Say Y here if you want to use one of the following KOBIL USB chipcard
  313. readers:
  314. - USB TWIN
  315. - KAAN Standard Plus
  316. - KAAN SIM
  317. - SecOVID Reader Plus
  318. - B1 Professional
  319. - KAAN Professional
  320. Note that you need a current CT-API.
  321. To compile this driver as a module, choose M here: the
  322. module will be called kobil_sct.
  323. config USB_SERIAL_MCT_U232
  324. tristate "USB MCT Single Port Serial Driver"
  325. depends on USB_SERIAL
  326. ---help---
  327. Say Y here if you want to use a USB Serial single port adapter from
  328. Magic Control Technology Corp. (U232 is one of the model numbers).
  329. This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
  330. BAY devices.
  331. To compile this driver as a module, choose M here: the
  332. module will be called mct_u232.
  333. config USB_SERIAL_PL2303
  334. tristate "USB Prolific 2303 Single Port Serial Driver"
  335. depends on USB_SERIAL
  336. help
  337. Say Y here if you want to use the PL2303 USB Serial single port
  338. adapter from Prolific.
  339. To compile this driver as a module, choose M here: the
  340. module will be called pl2303.
  341. config USB_SERIAL_HP4X
  342. tristate "USB HP4x Calculators support"
  343. depends on USB_SERIAL
  344. help
  345. Say Y here if you want to use an Hewlett-Packard 4x Calculator.
  346. To compile this driver as a module, choose M here: the
  347. module will be called hp4x.
  348. config USB_SERIAL_SAFE
  349. tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)"
  350. depends on USB_SERIAL && EXPERIMENTAL
  351. config USB_SERIAL_SAFE_PADDED
  352. bool "USB Secure Encapsulated Driver - Padded"
  353. depends on USB_SERIAL_SAFE
  354. config USB_SERIAL_TI
  355. tristate "USB TI 3410/5052 Serial Driver"
  356. depends on USB_SERIAL
  357. help
  358. Say Y here if you want to use the TI USB 3410 or 5052
  359. serial devices.
  360. To compile this driver as a module, choose M here: the
  361. module will be called ti_usb_3410_5052.
  362. config USB_SERIAL_CYBERJACK
  363. tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL)"
  364. depends on USB_SERIAL && EXPERIMENTAL
  365. ---help---
  366. Say Y here if you want to use a cyberJack pinpad/e-com USB chipcard
  367. reader. This is an interface to ISO 7816 compatible contactbased
  368. chipcards, e.g. GSM SIMs.
  369. To compile this driver as a module, choose M here: the
  370. module will be called cyberjack.
  371. If unsure, say N.
  372. config USB_SERIAL_XIRCOM
  373. tristate "USB Xircom / Entregra Single Port Serial Driver"
  374. depends on USB_SERIAL
  375. help
  376. Say Y here if you want to use a Xircom or Entregra single port USB to
  377. serial converter device. This driver makes use of firmware
  378. developed from scratch by Brian Warner.
  379. To compile this driver as a module, choose M here: the
  380. module will be called keyspan_pda.
  381. config USB_SERIAL_OPTION
  382. tristate "USB Option PCMCIA serial driver"
  383. depends on USB_SERIAL && USB_OHCI_HCD && PCCARD
  384. help
  385. Say Y here if you want to use an Option card. This is a
  386. GSM card, controlled by three serial ports which are connected
  387. via an OHCI adapter located on a PC card.
  388. To compile this driver as a module, choose M here: the
  389. module will be called option.
  390. config USB_SERIAL_OMNINET
  391. tristate "USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)"
  392. depends on USB_SERIAL && EXPERIMENTAL
  393. help
  394. Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
  395. To compile this driver as a module, choose M here: the
  396. module will be called omninet.
  397. config USB_EZUSB
  398. bool
  399. depends on USB_SERIAL_KEYSPAN_PDA || USB_SERIAL_XIRCOM || USB_SERIAL_KEYSPAN || USB_SERIAL_WHITEHEAT
  400. default y
  401. endmenu