Kconfig 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. menu "Infrared-port device drivers"
  2. depends on IRDA!=n
  3. comment "SIR device drivers"
  4. config IRTTY_SIR
  5. tristate "IrTTY (uses Linux serial driver)"
  6. depends on IRDA
  7. help
  8. Say Y here if you want to build support for the IrTTY line
  9. discipline. To compile it as a module, choose M here: the module
  10. will be called irtty-sir. IrTTY makes it possible to use Linux's
  11. own serial driver for all IrDA ports that are 16550 compatible.
  12. Most IrDA chips are 16550 compatible so you should probably say Y
  13. to this option. Using IrTTY will however limit the speed of the
  14. connection to 115200 bps (IrDA SIR mode).
  15. If unsure, say Y.
  16. comment "Dongle support"
  17. config DONGLE
  18. bool "Serial dongle support"
  19. depends on IRTTY_SIR
  20. help
  21. Say Y here if you have an infrared device that connects to your
  22. computer's serial port. These devices are called dongles. Then say Y
  23. or M to the driver for your particular dongle below.
  24. Note that the answer to this question won't directly affect the
  25. kernel: saying N will just cause the configurator to skip all
  26. the questions about serial dongles.
  27. config ESI_DONGLE
  28. tristate "ESI JetEye PC dongle"
  29. depends on IRTTY_SIR && DONGLE && IRDA
  30. help
  31. Say Y here if you want to build support for the Extended Systems
  32. JetEye PC dongle. To compile it as a module, choose M here. The ESI
  33. dongle attaches to the normal 9-pin serial port connector, and can
  34. currently only be used by IrTTY. To activate support for ESI
  35. dongles you will have to start irattach like this:
  36. "irattach -d esi".
  37. config ACTISYS_DONGLE
  38. tristate "ACTiSYS IR-220L and IR220L+ dongle"
  39. depends on IRTTY_SIR && DONGLE && IRDA
  40. help
  41. Say Y here if you want to build support for the ACTiSYS IR-220L and
  42. IR220L+ dongles. To compile it as a module, choose M here. The
  43. ACTiSYS dongles attaches to the normal 9-pin serial port connector,
  44. and can currently only be used by IrTTY. To activate support for
  45. ACTiSYS dongles you will have to start irattach like this:
  46. "irattach -d actisys" or "irattach -d actisys+".
  47. config TEKRAM_DONGLE
  48. tristate "Tekram IrMate 210B dongle"
  49. depends on IRTTY_SIR && DONGLE && IRDA
  50. help
  51. Say Y here if you want to build support for the Tekram IrMate 210B
  52. dongle. To compile it as a module, choose M here. The Tekram dongle
  53. attaches to the normal 9-pin serial port connector, and can
  54. currently only be used by IrTTY. To activate support for Tekram
  55. dongles you will have to start irattach like this:
  56. "irattach -d tekram".
  57. config TOIM3232_DONGLE
  58. tristate "TOIM3232 IrDa dongle"
  59. depends on IRTTY_SIR && DONGLE && IRDA
  60. help
  61. Say Y here if you want to build support for the Vishay/Temic
  62. TOIM3232 and TOIM4232 based dongles.
  63. To compile it as a module, choose M here.
  64. config LITELINK_DONGLE
  65. tristate "Parallax LiteLink dongle"
  66. depends on IRTTY_SIR && DONGLE && IRDA
  67. help
  68. Say Y here if you want to build support for the Parallax Litelink
  69. dongle. To compile it as a module, choose M here. The Parallax
  70. dongle attaches to the normal 9-pin serial port connector, and can
  71. currently only be used by IrTTY. To activate support for Parallax
  72. dongles you will have to start irattach like this:
  73. "irattach -d litelink".
  74. config MA600_DONGLE
  75. tristate "Mobile Action MA600 dongle"
  76. depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL
  77. help
  78. Say Y here if you want to build support for the Mobile Action MA600
  79. dongle. To compile it as a module, choose M here. The MA600 dongle
  80. attaches to the normal 9-pin serial port connector, and can
  81. currently only be used by IrTTY. The driver should also support
  82. the MA620 USB version of the dongle, if the integrated USB-to-RS232
  83. converter is supported by usbserial. To activate support for
  84. MA600 dongle you will have to start irattach like this:
  85. "irattach -d ma600".
  86. config GIRBIL_DONGLE
  87. tristate "Greenwich GIrBIL dongle"
  88. depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL
  89. help
  90. Say Y here if you want to build support for the Greenwich GIrBIL
  91. dongle. If you want to compile it as a module, choose M here.
  92. The Greenwich dongle attaches to the normal 9-pin serial port
  93. connector, and can currently only be used by IrTTY. To activate
  94. support for Greenwich dongles you will have to start irattach
  95. like this: "irattach -d girbil".
  96. config MCP2120_DONGLE
  97. tristate "Microchip MCP2120"
  98. depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL
  99. help
  100. Say Y here if you want to build support for the Microchip MCP2120
  101. dongle. If you want to compile it as a module, choose M here.
  102. The MCP2120 dongle attaches to the normal 9-pin serial port
  103. connector, and can currently only be used by IrTTY. To activate
  104. support for MCP2120 dongles you will have to start irattach
  105. like this: "irattach -d mcp2120".
  106. You must build this dongle yourself. For more information see:
  107. <http://www.eyetap.org/~tangf/irda_sir_linux.html>
  108. config OLD_BELKIN_DONGLE
  109. tristate "Old Belkin dongle"
  110. depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL
  111. help
  112. Say Y here if you want to build support for the Adaptec Airport 1000
  113. and 2000 dongles. If you want to compile it as a module, choose
  114. M here. Some information is contained in the comments
  115. at the top of <file:drivers/net/irda/old_belkin.c>.
  116. config ACT200L_DONGLE
  117. tristate "ACTiSYS IR-200L dongle"
  118. depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL
  119. help
  120. Say Y here if you want to build support for the ACTiSYS IR-200L
  121. dongle. If you want to compile it as a module, choose M here.
  122. The ACTiSYS IR-200L dongle attaches to the normal 9-pin serial
  123. port connector, and can currently only be used by IrTTY.
  124. To activate support for ACTiSYS IR-200L dongle you will have to
  125. start irattach like this: "irattach -d act200l".
  126. config KINGSUN_DONGLE
  127. tristate "KingSun/DonShine DS-620 IrDA-USB dongle"
  128. depends on IRDA && USB && EXPERIMENTAL
  129. help
  130. Say Y or M here if you want to build support for the KingSun/DonShine
  131. DS-620 IrDA-USB bridge device driver.
  132. This USB bridge does not conform to the IrDA-USB device class
  133. specification, and therefore needs its own specific driver. This
  134. dongle supports SIR speed only (9600 bps).
  135. To compile it as a module, choose M here: the module will be called
  136. kingsun-sir.
  137. config EP7211_DONGLE
  138. tristate "EP7211 I/R support"
  139. depends on IRTTY_SIR && ARCH_EP7211 && IRDA && EXPERIMENTAL
  140. help
  141. Say Y here if you want to build support for the Cirrus logic
  142. EP7211 chipset's infrared module.
  143. comment "Old SIR device drivers"
  144. config IRPORT_SIR
  145. tristate "IrPORT (IrDA serial driver)"
  146. depends on IRDA && BROKEN_ON_SMP
  147. ---help---
  148. Say Y here if you want to build support for the IrPORT IrDA device
  149. driver. To compile it as a module, choose M here: the module will be
  150. called irport. IrPORT can be used instead of IrTTY and sometimes
  151. this can be better. One example is if your IrDA port does not
  152. have echo-canceling, which will work OK with IrPORT since this
  153. driver is working in half-duplex mode only. You don't need to use
  154. irattach with IrPORT, but you just insert it the same way as FIR
  155. drivers (insmod irport io=0x3e8 irq=11). Notice that IrPORT is a
  156. SIR device driver which means that speed is limited to 115200 bps.
  157. If unsure, say Y.
  158. comment "Old Serial dongle support"
  159. config DONGLE_OLD
  160. bool "Old Serial dongle support"
  161. depends on IRPORT_SIR && BROKEN_ON_SMP
  162. help
  163. Say Y here if you have an infrared device that connects to your
  164. computer's serial port. These devices are called dongles. Then say Y
  165. or M to the driver for your particular dongle below.
  166. Note that the answer to this question won't directly affect the
  167. kernel: saying N will just cause the configurator to skip all
  168. the questions about serial dongles.
  169. config ESI_DONGLE_OLD
  170. tristate "ESI JetEye PC dongle"
  171. depends on DONGLE_OLD && IRDA
  172. help
  173. Say Y here if you want to build support for the Extended Systems
  174. JetEye PC dongle. To compile it as a module, choose M here. The ESI
  175. dongle attaches to the normal 9-pin serial port connector, and can
  176. currently only be used by IrTTY. To activate support for ESI
  177. dongles you will have to start irattach like this:
  178. "irattach -d esi".
  179. config ACTISYS_DONGLE_OLD
  180. tristate "ACTiSYS IR-220L and IR220L+ dongle"
  181. depends on DONGLE_OLD && IRDA
  182. help
  183. Say Y here if you want to build support for the ACTiSYS IR-220L and
  184. IR220L+ dongles. To compile it as a module, choose M here. The
  185. ACTiSYS dongles attaches to the normal 9-pin serial port connector,
  186. and can currently only be used by IrTTY. To activate support for
  187. ACTiSYS dongles you will have to start irattach like this:
  188. "irattach -d actisys" or "irattach -d actisys+".
  189. config TEKRAM_DONGLE_OLD
  190. tristate "Tekram IrMate 210B dongle"
  191. depends on DONGLE_OLD && IRDA
  192. help
  193. Say Y here if you want to build support for the Tekram IrMate 210B
  194. dongle. To compile it as a module, choose M here. The Tekram dongle
  195. attaches to the normal 9-pin serial port connector, and can
  196. currently only be used by IrTTY. To activate support for Tekram
  197. dongles you will have to start irattach like this:
  198. "irattach -d tekram".
  199. config GIRBIL_DONGLE_OLD
  200. tristate "Greenwich GIrBIL dongle"
  201. depends on DONGLE_OLD && IRDA
  202. help
  203. Say Y here if you want to build support for the Greenwich GIrBIL
  204. dongle. To compile it as a module, choose M here. The Greenwich
  205. dongle attaches to the normal 9-pin serial port connector, and can
  206. currently only be used by IrTTY. To activate support for Greenwich
  207. dongles you will have to insert "irattach -d girbil" in the
  208. /etc/irda/drivers script.
  209. config LITELINK_DONGLE_OLD
  210. tristate "Parallax LiteLink dongle"
  211. depends on DONGLE_OLD && IRDA
  212. help
  213. Say Y here if you want to build support for the Parallax Litelink
  214. dongle. To compile it as a module, choose M here. The Parallax
  215. dongle attaches to the normal 9-pin serial port connector, and can
  216. currently only be used by IrTTY. To activate support for Parallax
  217. dongles you will have to start irattach like this:
  218. "irattach -d litelink".
  219. config MCP2120_DONGLE_OLD
  220. tristate "Microchip MCP2120"
  221. depends on DONGLE_OLD && IRDA
  222. help
  223. Say Y here if you want to build support for the Microchip MCP2120
  224. dongle. To compile it as a module, choose M here. The MCP2120 dongle
  225. attaches to the normal 9-pin serial port connector, and can
  226. currently only be used by IrTTY. To activate support for MCP2120
  227. dongles you will have to insert "irattach -d mcp2120" in the
  228. /etc/irda/drivers script.
  229. You must build this dongle yourself. For more information see:
  230. <http://www.eyetap.org/~tangf/irda_sir_linux.html>
  231. config OLD_BELKIN_DONGLE_OLD
  232. tristate "Old Belkin dongle"
  233. depends on DONGLE_OLD && IRDA
  234. help
  235. Say Y here if you want to build support for the Adaptec Airport 1000
  236. and 2000 dongles. To compile it as a module, choose M here: the module
  237. will be called old_belkin. Some information is contained in the
  238. comments at the top of <file:drivers/net/irda/old_belkin.c>.
  239. config ACT200L_DONGLE_OLD
  240. tristate "ACTiSYS IR-200L dongle (EXPERIMENTAL)"
  241. depends on DONGLE_OLD && EXPERIMENTAL && IRDA
  242. help
  243. Say Y here if you want to build support for the ACTiSYS IR-200L
  244. dongle. To compile it as a module, choose M here. The ACTiSYS
  245. IR-200L dongle attaches to the normal 9-pin serial port connector,
  246. and can currently only be used by IrTTY. To activate support for
  247. ACTiSYS IR-200L dongles you will have to start irattach like this:
  248. "irattach -d act200l".
  249. config MA600_DONGLE_OLD
  250. tristate "Mobile Action MA600 dongle (EXPERIMENTAL)"
  251. depends on DONGLE_OLD && EXPERIMENTAL && IRDA
  252. ---help---
  253. Say Y here if you want to build support for the Mobile Action MA600
  254. dongle. To compile it as a module, choose M here. The MA600 dongle
  255. attaches to the normal 9-pin serial port connector, and can
  256. currently only be tested on IrCOMM. To activate support for MA600
  257. dongles you will have to insert "irattach -d ma600" in the
  258. /etc/irda/drivers script. Note: irutils 0.9.15 requires no
  259. modification. irutils 0.9.9 needs modification. For more
  260. information, download the following tar gzip file.
  261. There is a pre-compiled module on
  262. <http://engsvr.ust.hk/~eetwl95/ma600.html>
  263. config EP7211_IR
  264. tristate "EP7211 I/R support"
  265. depends on DONGLE_OLD && ARCH_EP7211 && IRDA
  266. comment "FIR device drivers"
  267. config USB_IRDA
  268. tristate "IrDA USB dongles"
  269. depends on IRDA && USB
  270. select FW_LOADER
  271. ---help---
  272. Say Y here if you want to build support for the USB IrDA FIR Dongle
  273. device driver. To compile it as a module, choose M here: the module
  274. will be called irda-usb. IrDA-USB support the various IrDA USB
  275. dongles available and most of their peculiarities. Those dongles
  276. plug in the USB port of your computer, are plug and play, and
  277. support SIR and FIR (4Mbps) speeds. On the other hand, those
  278. dongles tend to be less efficient than a FIR chipset.
  279. Please note that the driver is still experimental. And of course,
  280. you will need both USB and IrDA support in your kernel...
  281. config SIGMATEL_FIR
  282. tristate "SigmaTel STIr4200 bridge (EXPERIMENTAL)"
  283. depends on IRDA && USB && EXPERIMENTAL
  284. select CRC32
  285. ---help---
  286. Say Y here if you want to build support for the SigmaTel STIr4200
  287. USB IrDA FIR bridge device driver.
  288. USB bridge based on the SigmaTel STIr4200 don't conform to the
  289. IrDA-USB device class specification, and therefore need their
  290. own specific driver. Those dongles support SIR and FIR (4Mbps)
  291. speeds.
  292. To compile it as a module, choose M here: the module will be called
  293. stir4200.
  294. config NSC_FIR
  295. tristate "NSC PC87108/PC87338"
  296. depends on IRDA && ISA_DMA_API
  297. help
  298. Say Y here if you want to build support for the NSC PC87108 and
  299. PC87338 IrDA chipsets. This driver supports SIR,
  300. MIR and FIR (4Mbps) speeds.
  301. To compile it as a module, choose M here: the module will be called
  302. nsc-ircc.
  303. config WINBOND_FIR
  304. tristate "Winbond W83977AF (IR)"
  305. depends on IRDA && ISA_DMA_API
  306. help
  307. Say Y here if you want to build IrDA support for the Winbond
  308. W83977AF super-io chipset. This driver should be used for the IrDA
  309. chipset in the Corel NetWinder. The driver supports SIR, MIR and
  310. FIR (4Mbps) speeds.
  311. To compile it as a module, choose M here: the module will be called
  312. w83977af_ir.
  313. config TOSHIBA_FIR
  314. tristate "Toshiba Type-O IR Port"
  315. depends on IRDA && PCI && !64BIT && VIRT_TO_BUS
  316. help
  317. Say Y here if you want to build support for the Toshiba Type-O IR
  318. and Donau oboe chipsets. These chipsets are used by the Toshiba
  319. Libretto 100/110CT, Tecra 8100, Portege 7020 and many more laptops.
  320. To compile it as a module, choose M here: the module will be called
  321. donauboe.
  322. config AU1000_FIR
  323. tristate "Alchemy Au1000 SIR/FIR"
  324. depends on SOC_AU1000 && IRDA
  325. config SMC_IRCC_FIR
  326. tristate "SMSC IrCC (EXPERIMENTAL)"
  327. depends on EXPERIMENTAL && IRDA && ISA_DMA_API
  328. help
  329. Say Y here if you want to build support for the SMC Infrared
  330. Communications Controller. It is used in a wide variety of
  331. laptops (Fujitsu, Sony, Compaq and some Toshiba).
  332. To compile it as a module, choose M here: the module will be called
  333. smsc-ircc2.o.
  334. config ALI_FIR
  335. tristate "ALi M5123 FIR (EXPERIMENTAL)"
  336. depends on EXPERIMENTAL && IRDA && ISA_DMA_API
  337. help
  338. Say Y here if you want to build support for the ALi M5123 FIR
  339. Controller. The ALi M5123 FIR Controller is embedded in ALi M1543C,
  340. M1535, M1535D, M1535+, M1535D South Bridge. This driver supports
  341. SIR, MIR and FIR (4Mbps) speeds.
  342. To compile it as a module, choose M here: the module will be called
  343. ali-ircc.
  344. config VLSI_FIR
  345. tristate "VLSI 82C147 SIR/MIR/FIR (EXPERIMENTAL)"
  346. depends on EXPERIMENTAL && IRDA && PCI
  347. help
  348. Say Y here if you want to build support for the VLSI 82C147
  349. PCI-IrDA Controller. This controller is used by the HP OmniBook 800
  350. and 5500 notebooks. The driver provides support for SIR, MIR and
  351. FIR (4Mbps) speeds.
  352. To compile it as a module, choose M here: the module will be called
  353. vlsi_ir.
  354. config SA1100_FIR
  355. tristate "SA1100 Internal IR"
  356. depends on ARCH_SA1100 && IRDA
  357. config VIA_FIR
  358. tristate "VIA VT8231/VT1211 SIR/MIR/FIR"
  359. depends on IRDA && ISA_DMA_API
  360. help
  361. Say Y here if you want to build support for the VIA VT8231
  362. and VIA VT1211 IrDA controllers, found on the motherboards using
  363. those VIA chipsets. To use this controller, you will need
  364. to plug a specific 5 pins FIR IrDA dongle in the specific
  365. motherboard connector. The driver provides support for SIR, MIR
  366. and FIR (4Mbps) speeds.
  367. You will need to specify the 'dongle_id' module parameter to
  368. indicate the FIR dongle attached to the controller.
  369. To compile it as a module, choose M here: the module will be called
  370. via-ircc.
  371. config PXA_FICP
  372. tristate "Intel PXA2xx Internal FICP"
  373. depends on ARCH_PXA && IRDA
  374. help
  375. Say Y or M here if you want to build support for the PXA2xx
  376. built-in IRDA interface which can support both SIR and FIR.
  377. This driver relies on platform specific helper routines so
  378. available capabilities may vary from one PXA2xx target to
  379. another.
  380. config MCS_FIR
  381. tristate "MosChip MCS7780 IrDA-USB dongle"
  382. depends on IRDA && USB && EXPERIMENTAL
  383. help
  384. Say Y or M here if you want to build support for the MosChip
  385. MCS7780 IrDA-USB bridge device driver.
  386. USB bridge based on the MosChip MCS7780 don't conform to the
  387. IrDA-USB device class specification, and therefore need their
  388. own specific driver. Those dongles support SIR and FIR (4Mbps)
  389. speeds.
  390. To compile it as a module, choose M here: the module will be called
  391. mcs7780.
  392. endmenu