Kconfig 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. config RC_CORE
  2. tristate
  3. depends on MEDIA_RC_SUPPORT
  4. depends on INPUT
  5. default y
  6. source "drivers/media/rc/keymaps/Kconfig"
  7. menuconfig RC_DECODERS
  8. bool "Remote controller decoders"
  9. depends on RC_CORE
  10. default y
  11. if RC_DECODERS
  12. config LIRC
  13. tristate "LIRC interface driver"
  14. depends on RC_CORE
  15. ---help---
  16. Enable this option to build the Linux Infrared Remote
  17. Control (LIRC) core device interface driver. The LIRC
  18. interface passes raw IR to and from userspace, where the
  19. LIRC daemon handles protocol decoding for IR reception and
  20. encoding for IR transmitting (aka "blasting").
  21. config IR_LIRC_CODEC
  22. tristate "Enable IR to LIRC bridge"
  23. depends on RC_CORE
  24. depends on LIRC
  25. default y
  26. ---help---
  27. Enable this option to pass raw IR to and from userspace via
  28. the LIRC interface.
  29. config IR_NEC_DECODER
  30. tristate "Enable IR raw decoder for the NEC protocol"
  31. depends on RC_CORE
  32. select BITREVERSE
  33. default y
  34. ---help---
  35. Enable this option if you have IR with NEC protocol, and
  36. if the IR is decoded in software
  37. config IR_RC5_DECODER
  38. tristate "Enable IR raw decoder for the RC-5 protocol"
  39. depends on RC_CORE
  40. select BITREVERSE
  41. default y
  42. ---help---
  43. Enable this option if you have IR with RC-5 protocol, and
  44. if the IR is decoded in software
  45. config IR_RC6_DECODER
  46. tristate "Enable IR raw decoder for the RC6 protocol"
  47. depends on RC_CORE
  48. select BITREVERSE
  49. default y
  50. ---help---
  51. Enable this option if you have an infrared remote control which
  52. uses the RC6 protocol, and you need software decoding support.
  53. config IR_JVC_DECODER
  54. tristate "Enable IR raw decoder for the JVC protocol"
  55. depends on RC_CORE
  56. select BITREVERSE
  57. default y
  58. ---help---
  59. Enable this option if you have an infrared remote control which
  60. uses the JVC protocol, and you need software decoding support.
  61. config IR_SONY_DECODER
  62. tristate "Enable IR raw decoder for the Sony protocol"
  63. depends on RC_CORE
  64. select BITREVERSE
  65. default y
  66. ---help---
  67. Enable this option if you have an infrared remote control which
  68. uses the Sony protocol, and you need software decoding support.
  69. config IR_RC5_SZ_DECODER
  70. tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
  71. depends on RC_CORE
  72. select BITREVERSE
  73. default y
  74. ---help---
  75. Enable this option if you have IR with RC-5 (streamzap) protocol,
  76. and if the IR is decoded in software. (The Streamzap PC Remote
  77. uses an IR protocol that is almost standard RC-5, but not quite,
  78. as it uses an additional bit).
  79. config IR_SANYO_DECODER
  80. tristate "Enable IR raw decoder for the Sanyo protocol"
  81. depends on RC_CORE
  82. default y
  83. ---help---
  84. Enable this option if you have an infrared remote control which
  85. uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
  86. and you need software decoding support.
  87. config IR_MCE_KBD_DECODER
  88. tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
  89. depends on RC_CORE
  90. select BITREVERSE
  91. default y
  92. ---help---
  93. Enable this option if you have a Microsoft Remote Keyboard for
  94. Windows Media Center Edition, which you would like to use with
  95. a raw IR receiver in your system.
  96. endif #RC_DECODERS
  97. menuconfig RC_DEVICES
  98. bool "Remote Controller devices"
  99. depends on RC_CORE
  100. if RC_DEVICES
  101. config RC_ATI_REMOTE
  102. tristate "ATI / X10 based USB RF remote controls"
  103. depends on USB_ARCH_HAS_HCD
  104. depends on RC_CORE
  105. select USB
  106. help
  107. Say Y here if you want to use an X10 based USB remote control.
  108. These are RF remotes with USB receivers.
  109. Such devices include the ATI remote that comes with many of ATI's
  110. All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote,
  111. Medion RF remote, and SnapStream FireFly remote.
  112. This driver provides mouse pointer, left and right mouse buttons,
  113. and maps all the other remote buttons to keypress events.
  114. To compile this driver as a module, choose M here: the module will be
  115. called ati_remote.
  116. config IR_ENE
  117. tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
  118. depends on PNP
  119. depends on RC_CORE
  120. ---help---
  121. Say Y here to enable support for integrated infrared receiver
  122. /transceiver made by ENE.
  123. You can see if you have it by looking at lspnp output.
  124. Output should include ENE0100 ENE0200 or something similar.
  125. To compile this driver as a module, choose M here: the
  126. module will be called ene_ir.
  127. config IR_IMON
  128. tristate "SoundGraph iMON Receiver and Display"
  129. depends on USB_ARCH_HAS_HCD
  130. depends on RC_CORE
  131. select USB
  132. ---help---
  133. Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
  134. IR Receiver and/or LCD/VFD/VGA display.
  135. To compile this driver as a module, choose M here: the
  136. module will be called imon.
  137. config IR_MCEUSB
  138. tristate "Windows Media Center Ed. eHome Infrared Transceiver"
  139. depends on USB_ARCH_HAS_HCD
  140. depends on RC_CORE
  141. select USB
  142. ---help---
  143. Say Y here if you want to use a Windows Media Center Edition
  144. eHome Infrared Transceiver.
  145. To compile this driver as a module, choose M here: the
  146. module will be called mceusb.
  147. config IR_ITE_CIR
  148. tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
  149. depends on PNP
  150. depends on RC_CORE
  151. ---help---
  152. Say Y here to enable support for integrated infrared receivers
  153. /transceivers made by ITE Tech Inc. These are found in
  154. several ASUS devices, like the ASUS Digimatrix or the ASUS
  155. EEEBox 1501U.
  156. To compile this driver as a module, choose M here: the
  157. module will be called ite-cir.
  158. config IR_FINTEK
  159. tristate "Fintek Consumer Infrared Transceiver"
  160. depends on PNP
  161. depends on RC_CORE
  162. ---help---
  163. Say Y here to enable support for integrated infrared receiver
  164. /transciever made by Fintek. This chip is found on assorted
  165. Jetway motherboards (and of course, possibly others).
  166. To compile this driver as a module, choose M here: the
  167. module will be called fintek-cir.
  168. config IR_NUVOTON
  169. tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
  170. depends on PNP
  171. depends on RC_CORE
  172. ---help---
  173. Say Y here to enable support for integrated infrared receiver
  174. /transciever made by Nuvoton (formerly Winbond). This chip is
  175. found in the ASRock ION 330HT, as well as assorted Intel
  176. DP55-series motherboards (and of course, possibly others).
  177. To compile this driver as a module, choose M here: the
  178. module will be called nuvoton-cir.
  179. config IR_REDRAT3
  180. tristate "RedRat3 IR Transceiver"
  181. depends on USB_ARCH_HAS_HCD
  182. depends on RC_CORE
  183. select USB
  184. ---help---
  185. Say Y here if you want to use a RedRat3 Infrared Transceiver.
  186. To compile this driver as a module, choose M here: the
  187. module will be called redrat3.
  188. config IR_STREAMZAP
  189. tristate "Streamzap PC Remote IR Receiver"
  190. depends on USB_ARCH_HAS_HCD
  191. depends on RC_CORE
  192. select USB
  193. ---help---
  194. Say Y here if you want to use a Streamzap PC Remote
  195. Infrared Receiver.
  196. To compile this driver as a module, choose M here: the
  197. module will be called streamzap.
  198. config IR_WINBOND_CIR
  199. tristate "Winbond IR remote control"
  200. depends on X86 && PNP
  201. depends on RC_CORE
  202. select NEW_LEDS
  203. select LEDS_CLASS
  204. select LEDS_TRIGGERS
  205. select BITREVERSE
  206. ---help---
  207. Say Y here if you want to use the IR remote functionality found
  208. in some Winbond SuperI/O chips. Currently only the WPCD376I
  209. chip is supported (included in some Intel Media series
  210. motherboards).
  211. To compile this driver as a module, choose M here: the module will
  212. be called winbond_cir.
  213. config IR_IGUANA
  214. tristate "IguanaWorks USB IR Transceiver"
  215. depends on USB_ARCH_HAS_HCD
  216. depends on RC_CORE
  217. select USB
  218. ---help---
  219. Say Y here if you want to use the IguanaWorks USB IR Transceiver.
  220. Both infrared receive and send are supported. If you want to
  221. change the ID or the pin config, use the user space driver from
  222. IguanaWorks.
  223. Only firmware 0x0205 and later is supported.
  224. To compile this driver as a module, choose M here: the module will
  225. be called iguanair.
  226. config IR_TTUSBIR
  227. tristate "TechnoTrend USB IR Receiver"
  228. depends on USB_ARCH_HAS_HCD
  229. depends on RC_CORE
  230. select USB
  231. select NEW_LEDS
  232. select LEDS_CLASS
  233. ---help---
  234. Say Y here if you want to use the TechnoTrend USB IR Receiver. The
  235. driver can control the led.
  236. To compile this driver as a module, choose M here: the module will
  237. be called ttusbir.
  238. config IR_RX51
  239. tristate "Nokia N900 IR transmitter diode"
  240. depends on OMAP_DM_TIMER && LIRC && !ARCH_MULTIPLATFORM
  241. ---help---
  242. Say Y or M here if you want to enable support for the IR
  243. transmitter diode built in the Nokia N900 (RX51) device.
  244. The driver uses omap DM timers for generating the carrier
  245. wave and pulses.
  246. config RC_LOOPBACK
  247. tristate "Remote Control Loopback Driver"
  248. depends on RC_CORE
  249. ---help---
  250. Say Y here if you want support for the remote control loopback
  251. driver which allows TX data to be sent back as RX data.
  252. This is mostly useful for debugging purposes.
  253. If you're not sure, select N here.
  254. To compile this driver as a module, choose M here: the module will
  255. be called rc_loopback.
  256. config IR_GPIO_CIR
  257. tristate "GPIO IR remote control"
  258. depends on RC_CORE
  259. ---help---
  260. Say Y if you want to use GPIO based IR Receiver.
  261. To compile this driver as a module, choose M here: the module will
  262. be called gpio-ir-recv.
  263. endif #RC_DEVICES