Kconfig 381 B

1234567891011121314151617181920
  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