Kconfig 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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. config KSDAZZLE_DONGLE
  144. tristate "KingSun Dazzle IrDA-USB dongle (EXPERIMENTAL)"
  145. depends on IRDA && USB && EXPERIMENTAL
  146. help
  147. Say Y or M here if you want to build support for the KingSun Dazzle
  148. IrDA-USB bridge device driver.
  149. This USB bridge does not conform to the IrDA-USB device class
  150. specification, and therefore needs its own specific driver. This
  151. dongle supports SIR speeds only (9600 through 115200 bps).
  152. To compile it as a module, choose M here: the module will be called
  153. ksdazzle-sir.
  154. config KS959_DONGLE
  155. tristate "KingSun KS-959 IrDA-USB dongle (EXPERIMENTAL)"
  156. depends on IRDA && USB && EXPERIMENTAL
  157. help
  158. Say Y or M here if you want to build support for the KingSun KS-959
  159. IrDA-USB bridge device driver.
  160. This USB bridge does not conform to the IrDA-USB device class
  161. specification, and therefore needs its own specific driver. This
  162. dongle supports SIR speeds only (9600 through 57600 bps).
  163. To compile it as a module, choose M here: the module will be called
  164. ks959-sir.
  165. comment "FIR device drivers"
  166. config USB_IRDA
  167. tristate "IrDA USB dongles"
  168. depends on IRDA && USB
  169. select FW_LOADER
  170. ---help---
  171. Say Y here if you want to build support for the USB IrDA FIR Dongle
  172. device driver. To compile it as a module, choose M here: the module
  173. will be called irda-usb. IrDA-USB support the various IrDA USB
  174. dongles available and most of their peculiarities. Those dongles
  175. plug in the USB port of your computer, are plug and play, and
  176. support SIR and FIR (4Mbps) speeds. On the other hand, those
  177. dongles tend to be less efficient than a FIR chipset.
  178. Please note that the driver is still experimental. And of course,
  179. you will need both USB and IrDA support in your kernel...
  180. config SIGMATEL_FIR
  181. tristate "SigmaTel STIr4200 bridge (EXPERIMENTAL)"
  182. depends on IRDA && USB && EXPERIMENTAL
  183. select CRC32
  184. ---help---
  185. Say Y here if you want to build support for the SigmaTel STIr4200
  186. USB IrDA FIR bridge device driver.
  187. USB bridge based on the SigmaTel STIr4200 don't conform to the
  188. IrDA-USB device class specification, and therefore need their
  189. own specific driver. Those dongles support SIR and FIR (4Mbps)
  190. speeds.
  191. To compile it as a module, choose M here: the module will be called
  192. stir4200.
  193. config NSC_FIR
  194. tristate "NSC PC87108/PC87338"
  195. depends on IRDA && ISA_DMA_API
  196. help
  197. Say Y here if you want to build support for the NSC PC87108 and
  198. PC87338 IrDA chipsets. This driver supports SIR,
  199. MIR and FIR (4Mbps) speeds.
  200. To compile it as a module, choose M here: the module will be called
  201. nsc-ircc.
  202. config WINBOND_FIR
  203. tristate "Winbond W83977AF (IR)"
  204. depends on IRDA && ISA_DMA_API
  205. help
  206. Say Y here if you want to build IrDA support for the Winbond
  207. W83977AF super-io chipset. This driver should be used for the IrDA
  208. chipset in the Corel NetWinder. The driver supports SIR, MIR and
  209. FIR (4Mbps) speeds.
  210. To compile it as a module, choose M here: the module will be called
  211. w83977af_ir.
  212. config TOSHIBA_FIR
  213. tristate "Toshiba Type-O IR Port"
  214. depends on IRDA && PCI && !64BIT && VIRT_TO_BUS
  215. help
  216. Say Y here if you want to build support for the Toshiba Type-O IR
  217. and Donau oboe chipsets. These chipsets are used by the Toshiba
  218. Libretto 100/110CT, Tecra 8100, Portege 7020 and many more laptops.
  219. To compile it as a module, choose M here: the module will be called
  220. donauboe.
  221. config AU1000_FIR
  222. tristate "Alchemy Au1000 SIR/FIR"
  223. depends on SOC_AU1000 && IRDA
  224. config SMC_IRCC_FIR
  225. tristate "SMSC IrCC (EXPERIMENTAL)"
  226. depends on EXPERIMENTAL && IRDA && ISA_DMA_API
  227. help
  228. Say Y here if you want to build support for the SMC Infrared
  229. Communications Controller. It is used in a wide variety of
  230. laptops (Fujitsu, Sony, Compaq and some Toshiba).
  231. To compile it as a module, choose M here: the module will be called
  232. smsc-ircc2.o.
  233. config ALI_FIR
  234. tristate "ALi M5123 FIR (EXPERIMENTAL)"
  235. depends on EXPERIMENTAL && IRDA && ISA_DMA_API
  236. help
  237. Say Y here if you want to build support for the ALi M5123 FIR
  238. Controller. The ALi M5123 FIR Controller is embedded in ALi M1543C,
  239. M1535, M1535D, M1535+, M1535D South Bridge. This driver supports
  240. SIR, MIR and FIR (4Mbps) speeds.
  241. To compile it as a module, choose M here: the module will be called
  242. ali-ircc.
  243. config VLSI_FIR
  244. tristate "VLSI 82C147 SIR/MIR/FIR (EXPERIMENTAL)"
  245. depends on EXPERIMENTAL && IRDA && PCI
  246. help
  247. Say Y here if you want to build support for the VLSI 82C147
  248. PCI-IrDA Controller. This controller is used by the HP OmniBook 800
  249. and 5500 notebooks. The driver provides support for SIR, MIR and
  250. FIR (4Mbps) speeds.
  251. To compile it as a module, choose M here: the module will be called
  252. vlsi_ir.
  253. config SA1100_FIR
  254. tristate "SA1100 Internal IR"
  255. depends on ARCH_SA1100 && IRDA
  256. config VIA_FIR
  257. tristate "VIA VT8231/VT1211 SIR/MIR/FIR"
  258. depends on IRDA && ISA_DMA_API
  259. help
  260. Say Y here if you want to build support for the VIA VT8231
  261. and VIA VT1211 IrDA controllers, found on the motherboards using
  262. those VIA chipsets. To use this controller, you will need
  263. to plug a specific 5 pins FIR IrDA dongle in the specific
  264. motherboard connector. The driver provides support for SIR, MIR
  265. and FIR (4Mbps) speeds.
  266. You will need to specify the 'dongle_id' module parameter to
  267. indicate the FIR dongle attached to the controller.
  268. To compile it as a module, choose M here: the module will be called
  269. via-ircc.
  270. config PXA_FICP
  271. tristate "Intel PXA2xx Internal FICP"
  272. depends on ARCH_PXA && IRDA
  273. help
  274. Say Y or M here if you want to build support for the PXA2xx
  275. built-in IRDA interface which can support both SIR and FIR.
  276. This driver relies on platform specific helper routines so
  277. available capabilities may vary from one PXA2xx target to
  278. another.
  279. config MCS_FIR
  280. tristate "MosChip MCS7780 IrDA-USB dongle"
  281. depends on IRDA && USB && EXPERIMENTAL
  282. select CRC32
  283. help
  284. Say Y or M here if you want to build support for the MosChip
  285. MCS7780 IrDA-USB bridge device driver.
  286. USB bridge based on the MosChip MCS7780 don't conform to the
  287. IrDA-USB device class specification, and therefore need their
  288. own specific driver. Those dongles support SIR and FIR (4Mbps)
  289. speeds.
  290. To compile it as a module, choose M here: the module will be called
  291. mcs7780.
  292. endmenu