Kconfig 599 B

1234567891011121314151617181920212223242526272829
  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. source "drivers/media/IR/keymaps/Kconfig"
  10. config IR_NEC_DECODER
  11. tristate "Enable IR raw decoder for NEC protocol"
  12. depends on IR_CORE
  13. default y
  14. ---help---
  15. Enable this option if you have IR with NEC protocol, and
  16. if the IR is decoded in software
  17. config IR_RC5_DECODER
  18. tristate "Enable IR raw decoder for RC-5 protocol"
  19. depends on IR_CORE
  20. default y
  21. ---help---
  22. Enable this option if you have IR with RC-5 protocol, and
  23. if the IR is decoded in software