Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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 the 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 the 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
  24. config IR_RC6_DECODER
  25. tristate "Enable IR raw decoder for the RC6 protocol"
  26. depends on IR_CORE
  27. default y
  28. ---help---
  29. Enable this option if you have an infrared remote control which
  30. uses the RC6 protocol, and you need software decoding support.
  31. config IR_JVC_DECODER
  32. tristate "Enable IR raw decoder for the JVC protocol"
  33. depends on IR_CORE
  34. default y
  35. ---help---
  36. Enable this option if you have an infrared remote control which
  37. uses the JVC protocol, and you need software decoding support.
  38. config IR_SONY_DECODER
  39. tristate "Enable IR raw decoder for the Sony protocol"
  40. depends on IR_CORE
  41. default y
  42. ---help---
  43. Enable this option if you have an infrared remote control which
  44. uses the Sony protocol, and you need software decoding support.
  45. config IR_IMON
  46. tristate "SoundGraph iMON Receiver and Display"
  47. depends on USB_ARCH_HAS_HCD
  48. depends on IR_CORE
  49. select USB
  50. ---help---
  51. Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
  52. IR Receiver and/or LCD/VFD/VGA display.
  53. To compile this driver as a module, choose M here: the
  54. module will be called imon.