Kconfig 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. menuconfig RC_CORE
  2. tristate "Remote Controller adapters"
  3. depends on INPUT
  4. default INPUT
  5. ---help---
  6. Enable support for Remote Controllers on Linux. This is
  7. needed in order to support several video capture adapters.
  8. Currently, all supported devices use InfraRed.
  9. Enable this option if you have a video capture board even
  10. if you don't need IR, as otherwise, you may not be able to
  11. compile the driver for your adapter.
  12. if RC_CORE
  13. config LIRC
  14. tristate
  15. default y
  16. ---help---
  17. Enable this option to build the Linux Infrared Remote
  18. Control (LIRC) core device interface driver. The LIRC
  19. interface passes raw IR to and from userspace, where the
  20. LIRC daemon handles protocol decoding for IR reception and
  21. encoding for IR transmitting (aka "blasting").
  22. source "drivers/media/rc/keymaps/Kconfig"
  23. config IR_NEC_DECODER
  24. tristate "Enable IR raw decoder for the NEC protocol"
  25. depends on RC_CORE
  26. select BITREVERSE
  27. default y
  28. ---help---
  29. Enable this option if you have IR with NEC protocol, and
  30. if the IR is decoded in software
  31. config IR_RC5_DECODER
  32. tristate "Enable IR raw decoder for the RC-5 protocol"
  33. depends on RC_CORE
  34. select BITREVERSE
  35. default y
  36. ---help---
  37. Enable this option if you have IR with RC-5 protocol, and
  38. if the IR is decoded in software
  39. config IR_RC6_DECODER
  40. tristate "Enable IR raw decoder for the RC6 protocol"
  41. depends on RC_CORE
  42. select BITREVERSE
  43. default y
  44. ---help---
  45. Enable this option if you have an infrared remote control which
  46. uses the RC6 protocol, and you need software decoding support.
  47. config IR_JVC_DECODER
  48. tristate "Enable IR raw decoder for the JVC protocol"
  49. depends on RC_CORE
  50. select BITREVERSE
  51. default y
  52. ---help---
  53. Enable this option if you have an infrared remote control which
  54. uses the JVC protocol, and you need software decoding support.
  55. config IR_SONY_DECODER
  56. tristate "Enable IR raw decoder for the Sony protocol"
  57. depends on RC_CORE
  58. default y
  59. ---help---
  60. Enable this option if you have an infrared remote control which
  61. uses the Sony protocol, and you need software decoding support.
  62. config IR_RC5_SZ_DECODER
  63. tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
  64. depends on RC_CORE
  65. select BITREVERSE
  66. default y
  67. ---help---
  68. Enable this option if you have IR with RC-5 (streamzap) protocol,
  69. and if the IR is decoded in software. (The Streamzap PC Remote
  70. uses an IR protocol that is almost standard RC-5, but not quite,
  71. as it uses an additional bit).
  72. config IR_LIRC_CODEC
  73. tristate "Enable IR to LIRC bridge"
  74. depends on RC_CORE
  75. depends on LIRC
  76. default y
  77. ---help---
  78. Enable this option to pass raw IR to and from userspace via
  79. the LIRC interface.
  80. config IR_ENE
  81. tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
  82. depends on PNP
  83. depends on RC_CORE
  84. ---help---
  85. Say Y here to enable support for integrated infrared receiver
  86. /transceiver made by ENE.
  87. You can see if you have it by looking at lspnp output.
  88. Output should include ENE0100 ENE0200 or something similar.
  89. To compile this driver as a module, choose M here: the
  90. module will be called ene_ir.
  91. config IR_IMON
  92. tristate "SoundGraph iMON Receiver and Display"
  93. depends on USB_ARCH_HAS_HCD
  94. depends on RC_CORE
  95. select USB
  96. ---help---
  97. Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
  98. IR Receiver and/or LCD/VFD/VGA display.
  99. To compile this driver as a module, choose M here: the
  100. module will be called imon.
  101. config IR_MCEUSB
  102. tristate "Windows Media Center Ed. eHome Infrared Transceiver"
  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 a Windows Media Center Edition
  108. eHome Infrared Transceiver.
  109. To compile this driver as a module, choose M here: the
  110. module will be called mceusb.
  111. config IR_ITE_CIR
  112. tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
  113. depends on PNP
  114. depends on RC_CORE
  115. ---help---
  116. Say Y here to enable support for integrated infrared receivers
  117. /transceivers made by ITE Tech Inc. These are found in
  118. several ASUS devices, like the ASUS Digimatrix or the ASUS
  119. EEEBox 1501U.
  120. To compile this driver as a module, choose M here: the
  121. module will be called ite-cir.
  122. config IR_NUVOTON
  123. tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
  124. depends on PNP
  125. depends on RC_CORE
  126. ---help---
  127. Say Y here to enable support for integrated infrared receiver
  128. /transciever made by Nuvoton (formerly Winbond). This chip is
  129. found in the ASRock ION 330HT, as well as assorted Intel
  130. DP55-series motherboards (and of course, possibly others).
  131. To compile this driver as a module, choose M here: the
  132. module will be called nuvoton-cir.
  133. config IR_STREAMZAP
  134. tristate "Streamzap PC Remote IR Receiver"
  135. depends on USB_ARCH_HAS_HCD
  136. depends on RC_CORE
  137. select USB
  138. ---help---
  139. Say Y here if you want to use a Streamzap PC Remote
  140. Infrared Receiver.
  141. To compile this driver as a module, choose M here: the
  142. module will be called streamzap.
  143. config IR_WINBOND_CIR
  144. tristate "Winbond IR remote control"
  145. depends on X86 && PNP
  146. depends on RC_CORE
  147. select NEW_LEDS
  148. select LEDS_CLASS
  149. select LEDS_TRIGGERS
  150. select BITREVERSE
  151. ---help---
  152. Say Y here if you want to use the IR remote functionality found
  153. in some Winbond SuperI/O chips. Currently only the WPCD376I
  154. chip is supported (included in some Intel Media series
  155. motherboards).
  156. To compile this driver as a module, choose M here: the module will
  157. be called winbond_cir.
  158. config RC_LOOPBACK
  159. tristate "Remote Control Loopback Driver"
  160. depends on RC_CORE
  161. ---help---
  162. Say Y here if you want support for the remote control loopback
  163. driver which allows TX data to be sent back as RX data.
  164. This is mostly useful for debugging purposes.
  165. If you're not sure, select N here.
  166. To compile this driver as a module, choose M here: the module will
  167. be called rc_loopback.
  168. endif #RC_CORE