Kconfig 338 B

123456789101112131415161718
  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 IR_NEC_DECODER
  10. tristate "Enable IR raw decoder for NEC protocol"
  11. depends on IR_CORE
  12. default y
  13. ---help---
  14. Enable this option if you have IR with NEC protocol, and
  15. if the IR is decoded in software