Kconfig 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. config IR_CORE
  2. tristate
  3. depends on INPUT
  4. default INPUT
  5. config VIDEO_IR
  6. tristate
  7. depends on IR_CORE
  8. default IR_CORE
  9. config LIRC
  10. tristate
  11. default y
  12. ---help---
  13. Enable this option to build the Linux Infrared Remote
  14. Control (LIRC) core device interface driver. The LIRC
  15. interface passes raw IR to and from userspace, where the
  16. LIRC daemon handles protocol decoding for IR reception ann
  17. encoding for IR transmitting (aka "blasting").
  18. source "drivers/media/IR/keymaps/Kconfig"
  19. config IR_NEC_DECODER
  20. tristate "Enable IR raw decoder for the NEC protocol"
  21. depends on IR_CORE
  22. select BITREVERSE
  23. default y
  24. ---help---
  25. Enable this option if you have IR with NEC protocol, and
  26. if the IR is decoded in software
  27. config IR_RC5_DECODER
  28. tristate "Enable IR raw decoder for the RC-5 protocol"
  29. depends on IR_CORE
  30. select BITREVERSE
  31. default y
  32. ---help---
  33. Enable this option if you have IR with RC-5 protocol, and
  34. if the IR is decoded in software
  35. config IR_RC6_DECODER
  36. tristate "Enable IR raw decoder for the RC6 protocol"
  37. depends on IR_CORE
  38. select BITREVERSE
  39. default y
  40. ---help---
  41. Enable this option if you have an infrared remote control which
  42. uses the RC6 protocol, and you need software decoding support.
  43. config IR_JVC_DECODER
  44. tristate "Enable IR raw decoder for the JVC protocol"
  45. depends on IR_CORE
  46. default y
  47. ---help---
  48. Enable this option if you have an infrared remote control which
  49. uses the JVC protocol, and you need software decoding support.
  50. config IR_SONY_DECODER
  51. tristate "Enable IR raw decoder for the Sony protocol"
  52. depends on IR_CORE
  53. default y
  54. ---help---
  55. Enable this option if you have an infrared remote control which
  56. uses the Sony protocol, and you need software decoding support.
  57. config IR_IMON
  58. tristate "SoundGraph iMON Receiver and Display"
  59. depends on USB_ARCH_HAS_HCD
  60. depends on IR_CORE
  61. select USB
  62. ---help---
  63. Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
  64. IR Receiver and/or LCD/VFD/VGA display.
  65. To compile this driver as a module, choose M here: the
  66. module will be called imon.
  67. config IR_MCEUSB
  68. tristate "Windows Media Center Ed. eHome Infrared Transceiver"
  69. depends on USB_ARCH_HAS_HCD
  70. depends on IR_CORE
  71. select USB
  72. ---help---
  73. Say Y here if you want to use a Windows Media Center Edition
  74. eHome Infrared Transceiver.
  75. To compile this driver as a module, choose M here: the
  76. module will be called mceusb.