Kconfig 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  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 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 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 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 LITELINK_DONGLE
  58. tristate "Parallax LiteLink dongle"
  59. depends on DONGLE && IRDA
  60. help
  61. Say Y here if you want to build support for the Parallax Litelink
  62. dongle. To compile it as a module, choose M here. The Parallax
  63. dongle attaches to the normal 9-pin serial port connector, and can
  64. currently only be used by IrTTY. To activate support for Parallax
  65. dongles you will have to start irattach like this:
  66. "irattach -d litelink".
  67. config MA600_DONGLE
  68. tristate "Mobile Action MA600 dongle"
  69. depends on DONGLE && IRDA && EXPERIMENTAL
  70. help
  71. Say Y here if you want to build support for the Mobile Action MA600
  72. dongle. To compile it as a module, choose M here. The MA600 dongle
  73. attaches to the normal 9-pin serial port connector, and can
  74. currently only be used by IrTTY. The driver should also support
  75. the MA620 USB version of the dongle, if the integrated USB-to-RS232
  76. converter is supported by usbserial. To activate support for
  77. MA600 dongle you will have to start irattach like this:
  78. "irattach -d ma600".
  79. config GIRBIL_DONGLE
  80. tristate "Greenwich GIrBIL dongle"
  81. depends on DONGLE && IRDA && EXPERIMENTAL
  82. help
  83. Say Y here if you want to build support for the Greenwich GIrBIL
  84. dongle. If you want to compile it as a module, choose M here.
  85. The Greenwich dongle attaches to the normal 9-pin serial port
  86. connector, and can currently only be used by IrTTY. To activate
  87. support for Greenwich dongles you will have to start irattach
  88. like this: "irattach -d girbil".
  89. config MCP2120_DONGLE
  90. tristate "Microchip MCP2120"
  91. depends on DONGLE && IRDA && EXPERIMENTAL
  92. help
  93. Say Y here if you want to build support for the Microchip MCP2120
  94. dongle. If you want to compile it as a module, choose M here.
  95. The MCP2120 dongle attaches to the normal 9-pin serial port
  96. connector, and can currently only be used by IrTTY. To activate
  97. support for MCP2120 dongles you will have to start irattach
  98. like this: "irattach -d mcp2120".
  99. You must build this dongle yourself. For more information see:
  100. <http://www.eyetap.org/~tangf/irda_sir_linux.html>
  101. config OLD_BELKIN_DONGLE
  102. tristate "Old Belkin dongle"
  103. depends on DONGLE && IRDA && EXPERIMENTAL
  104. help
  105. Say Y here if you want to build support for the Adaptec Airport 1000
  106. and 2000 dongles. If you want to compile it as a module, choose
  107. M here. Some information is contained in the comments
  108. at the top of <file:drivers/net/irda/old_belkin.c>.
  109. config ACT200L_DONGLE
  110. tristate "ACTiSYS IR-200L dongle"
  111. depends on DONGLE && IRDA && EXPERIMENTAL
  112. help
  113. Say Y here if you want to build support for the ACTiSYS IR-200L
  114. dongle. If you want to compile it as a module, choose M here.
  115. The ACTiSYS IR-200L dongle attaches to the normal 9-pin serial
  116. port connector, and can currently only be used by IrTTY.
  117. To activate support for ACTiSYS IR-200L dongle you will have to
  118. start irattach like this: "irattach -d act200l".
  119. comment "Old SIR device drivers"
  120. config IRPORT_SIR
  121. tristate "IrPORT (IrDA serial driver)"
  122. depends on IRDA && BROKEN_ON_SMP
  123. ---help---
  124. Say Y here if you want to build support for the IrPORT IrDA device
  125. driver. To compile it as a module, choose M here: the module will be
  126. called irport. IrPORT can be used instead of IrTTY and sometimes
  127. this can be better. One example is if your IrDA port does not
  128. have echo-canceling, which will work OK with IrPORT since this
  129. driver is working in half-duplex mode only. You don't need to use
  130. irattach with IrPORT, but you just insert it the same way as FIR
  131. drivers (insmod irport io=0x3e8 irq=11). Notice that IrPORT is a
  132. SIR device driver which means that speed is limited to 115200 bps.
  133. If unsure, say Y.
  134. comment "Old Serial dongle support"
  135. config DONGLE_OLD
  136. bool "Old Serial dongle support"
  137. depends on (IRTTY_OLD || IRPORT_SIR) && BROKEN_ON_SMP
  138. help
  139. Say Y here if you have an infrared device that connects to your
  140. computer's serial port. These devices are called dongles. Then say Y
  141. or M to the driver for your particular dongle below.
  142. Note that the answer to this question won't directly affect the
  143. kernel: saying N will just cause the configurator to skip all
  144. the questions about serial dongles.
  145. config ESI_DONGLE_OLD
  146. tristate "ESI JetEye PC dongle"
  147. depends on DONGLE_OLD && IRDA
  148. help
  149. Say Y here if you want to build support for the Extended Systems
  150. JetEye PC dongle. To compile it as a module, choose M here. The ESI
  151. dongle attaches to the normal 9-pin serial port connector, and can
  152. currently only be used by IrTTY. To activate support for ESI
  153. dongles you will have to start irattach like this:
  154. "irattach -d esi".
  155. config ACTISYS_DONGLE_OLD
  156. tristate "ACTiSYS IR-220L and IR220L+ dongle"
  157. depends on DONGLE_OLD && IRDA
  158. help
  159. Say Y here if you want to build support for the ACTiSYS IR-220L and
  160. IR220L+ dongles. To compile it as a module, choose M here. The
  161. ACTiSYS dongles attaches to the normal 9-pin serial port connector,
  162. and can currently only be used by IrTTY. To activate support for
  163. ACTiSYS dongles you will have to start irattach like this:
  164. "irattach -d actisys" or "irattach -d actisys+".
  165. config TEKRAM_DONGLE_OLD
  166. tristate "Tekram IrMate 210B dongle"
  167. depends on DONGLE_OLD && IRDA
  168. help
  169. Say Y here if you want to build support for the Tekram IrMate 210B
  170. dongle. To compile it as a module, choose M here. The Tekram dongle
  171. attaches to the normal 9-pin serial port connector, and can
  172. currently only be used by IrTTY. To activate support for Tekram
  173. dongles you will have to start irattach like this:
  174. "irattach -d tekram".
  175. config GIRBIL_DONGLE_OLD
  176. tristate "Greenwich GIrBIL dongle"
  177. depends on DONGLE_OLD && IRDA
  178. help
  179. Say Y here if you want to build support for the Greenwich GIrBIL
  180. dongle. To compile it as a module, choose M here. The Greenwich
  181. dongle attaches to the normal 9-pin serial port connector, and can
  182. currently only be used by IrTTY. To activate support for Greenwich
  183. dongles you will have to insert "irattach -d girbil" in the
  184. /etc/irda/drivers script.
  185. config LITELINK_DONGLE_OLD
  186. tristate "Parallax LiteLink dongle"
  187. depends on DONGLE_OLD && IRDA
  188. help
  189. Say Y here if you want to build support for the Parallax Litelink
  190. dongle. To compile it as a module, choose M here. The Parallax
  191. dongle attaches to the normal 9-pin serial port connector, and can
  192. currently only be used by IrTTY. To activate support for Parallax
  193. dongles you will have to start irattach like this:
  194. "irattach -d litelink".
  195. config MCP2120_DONGLE_OLD
  196. tristate "Microchip MCP2120"
  197. depends on DONGLE_OLD && IRDA
  198. help
  199. Say Y here if you want to build support for the Microchip MCP2120
  200. dongle. To compile it as a module, choose M here. The MCP2120 dongle
  201. attaches to the normal 9-pin serial port connector, and can
  202. currently only be used by IrTTY. To activate support for MCP2120
  203. dongles you will have to insert "irattach -d mcp2120" in the
  204. /etc/irda/drivers script.
  205. You must build this dongle yourself. For more information see:
  206. <http://www.eyetap.org/~tangf/irda_sir_linux.html>
  207. config OLD_BELKIN_DONGLE_OLD
  208. tristate "Old Belkin dongle"
  209. depends on DONGLE_OLD && IRDA
  210. help
  211. Say Y here if you want to build support for the Adaptec Airport 1000
  212. and 2000 dongles. To compile it as a module, choose M here: the module
  213. will be called old_belkin. Some information is contained in the
  214. comments at the top of <file:drivers/net/irda/old_belkin.c>.
  215. config ACT200L_DONGLE_OLD
  216. tristate "ACTiSYS IR-200L dongle (EXPERIMENTAL)"
  217. depends on DONGLE_OLD && EXPERIMENTAL && IRDA
  218. help
  219. Say Y here if you want to build support for the ACTiSYS IR-200L
  220. dongle. To compile it as a module, choose M here. The ACTiSYS
  221. IR-200L dongle attaches to the normal 9-pin serial port connector,
  222. and can currently only be used by IrTTY. To activate support for
  223. ACTiSYS IR-200L dongles you will have to start irattach like this:
  224. "irattach -d act200l".
  225. config MA600_DONGLE_OLD
  226. tristate "Mobile Action MA600 dongle (EXPERIMENTAL)"
  227. depends on DONGLE_OLD && EXPERIMENTAL && IRDA
  228. ---help---
  229. Say Y here if you want to build support for the Mobile Action MA600
  230. dongle. To compile it as a module, choose M here. The MA600 dongle
  231. attaches to the normal 9-pin serial port connector, and can
  232. currently only be tested on IrCOMM. To activate support for MA600
  233. dongles you will have to insert "irattach -d ma600" in the
  234. /etc/irda/drivers script. Note: irutils 0.9.15 requires no
  235. modification. irutils 0.9.9 needs modification. For more
  236. information, download the following tar gzip file.
  237. There is a pre-compiled module on
  238. <http://engsvr.ust.hk/~eetwl95/ma600.html>
  239. config EP7211_IR
  240. tristate "EP7211 I/R support"
  241. depends on DONGLE_OLD && ARCH_EP7211 && IRDA
  242. comment "FIR device drivers"
  243. config USB_IRDA
  244. tristate "IrDA USB dongles"
  245. depends on IRDA && USB
  246. ---help---
  247. Say Y here if you want to build support for the USB IrDA FIR Dongle
  248. device driver. To compile it as a module, choose M here: the module
  249. will be called irda-usb. IrDA-USB support the various IrDA USB
  250. dongles available and most of their pecularities. Those dongles
  251. plug in the USB port of your computer, are plug and play, and
  252. support SIR and FIR (4Mbps) speeds. On the other hand, those
  253. dongles tend to be less efficient than a FIR chipset.
  254. Please note that the driver is still experimental. And of course,
  255. you will need both USB and IrDA support in your kernel...
  256. config SIGMATEL_FIR
  257. tristate "SigmaTel STIr4200 bridge (EXPERIMENTAL)"
  258. depends on IRDA && USB && EXPERIMENTAL
  259. select CRC32
  260. ---help---
  261. Say Y here if you want to build support for the SigmaTel STIr4200
  262. USB IrDA FIR bridge device driver.
  263. USB bridge based on the SigmaTel STIr4200 don't conform to the
  264. IrDA-USB device class specification, and therefore need their
  265. own specific driver. Those dongles support SIR and FIR (4Mbps)
  266. speeds.
  267. To compile it as a module, choose M here: the module will be called
  268. stir4200.
  269. config NSC_FIR
  270. tristate "NSC PC87108/PC87338"
  271. depends on IRDA && ISA_DMA_API
  272. help
  273. Say Y here if you want to build support for the NSC PC87108 and
  274. PC87338 IrDA chipsets. This driver supports SIR,
  275. MIR and FIR (4Mbps) speeds.
  276. To compile it as a module, choose M here: the module will be called
  277. nsc-ircc.
  278. config WINBOND_FIR
  279. tristate "Winbond W83977AF (IR)"
  280. depends on IRDA && ISA_DMA_API
  281. help
  282. Say Y here if you want to build IrDA support for the Winbond
  283. W83977AF super-io chipset. This driver should be used for the IrDA
  284. chipset in the Corel NetWinder. The driver supports SIR, MIR and
  285. FIR (4Mbps) speeds.
  286. To compile it as a module, choose M here: the module will be called
  287. w83977af_ir.
  288. config TOSHIBA_FIR
  289. tristate "Toshiba Type-O IR Port"
  290. depends on IRDA && PCI && !64BIT
  291. help
  292. Say Y here if you want to build support for the Toshiba Type-O IR
  293. and Donau oboe chipsets. These chipsets are used by the Toshiba
  294. Libretto 100/110CT, Tecra 8100, Portege 7020 and many more laptops.
  295. To compile it as a module, choose M here: the module will be called
  296. donauboe.
  297. config AU1000_FIR
  298. tristate "Alchemy Au1000 SIR/FIR"
  299. depends on MIPS_AU1000 && IRDA
  300. config SMC_IRCC_FIR
  301. tristate "SMSC IrCC (EXPERIMENTAL)"
  302. depends on EXPERIMENTAL && IRDA && ISA_DMA_API
  303. help
  304. Say Y here if you want to build support for the SMC Infrared
  305. Communications Controller. It is used in a wide variety of
  306. laptops (Fujitsu, Sony, Compaq and some Toshiba).
  307. To compile it as a module, choose M here: the module will be called
  308. smsc-ircc2.o.
  309. config ALI_FIR
  310. tristate "ALi M5123 FIR (EXPERIMENTAL)"
  311. depends on EXPERIMENTAL && IRDA && ISA_DMA_API
  312. help
  313. Say Y here if you want to build support for the ALi M5123 FIR
  314. Controller. The ALi M5123 FIR Controller is embedded in ALi M1543C,
  315. M1535, M1535D, M1535+, M1535D Sourth Bridge. This driver supports
  316. SIR, MIR and FIR (4Mbps) speeds.
  317. To compile it as a module, choose M here: the module will be called
  318. ali-ircc.
  319. config VLSI_FIR
  320. tristate "VLSI 82C147 SIR/MIR/FIR (EXPERIMENTAL)"
  321. depends on EXPERIMENTAL && IRDA && PCI
  322. help
  323. Say Y here if you want to build support for the VLSI 82C147
  324. PCI-IrDA Controller. This controller is used by the HP OmniBook 800
  325. and 5500 notebooks. The driver provides support for SIR, MIR and
  326. FIR (4Mbps) speeds.
  327. To compile it as a module, choose M here: the module will be called
  328. vlsi_ir.
  329. config SA1100_FIR
  330. tristate "SA1100 Internal IR"
  331. depends on ARCH_SA1100 && IRDA
  332. config VIA_FIR
  333. tristate "VIA VT8231/VT1211 SIR/MIR/FIR"
  334. depends on IRDA && ISA_DMA_API
  335. help
  336. Say Y here if you want to build support for the VIA VT8231
  337. and VIA VT1211 IrDA controllers, found on the motherboards using
  338. those VIA chipsets. To use this controller, you will need
  339. to plug a specific 5 pins FIR IrDA dongle in the specific
  340. motherboard connector. The driver provides support for SIR, MIR
  341. and FIR (4Mbps) speeds.
  342. You will need to specify the 'dongle_id' module parameter to
  343. indicate the FIR dongle attached to the controller.
  344. To compile it as a module, choose M here: the module will be called
  345. via-ircc.
  346. endmenu