Kconfig 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. select BITREVERSE
  14. default y
  15. ---help---
  16. Enable this option if you have IR with NEC protocol, and
  17. if the IR is decoded in software
  18. config IR_RC5_DECODER
  19. tristate "Enable IR raw decoder for the RC-5 protocol"
  20. depends on IR_CORE
  21. select BITREVERSE
  22. default y
  23. ---help---
  24. Enable this option if you have IR with RC-5 protocol, and
  25. if the IR is decoded in software
  26. config IR_RC6_DECODER
  27. tristate "Enable IR raw decoder for the RC6 protocol"
  28. depends on IR_CORE
  29. select BITREVERSE
  30. default y
  31. ---help---
  32. Enable this option if you have an infrared remote control which
  33. uses the RC6 protocol, and you need software decoding support.
  34. config IR_JVC_DECODER
  35. tristate "Enable IR raw decoder for the JVC protocol"
  36. depends on IR_CORE
  37. default y
  38. ---help---
  39. Enable this option if you have an infrared remote control which
  40. uses the JVC protocol, and you need software decoding support.
  41. config IR_SONY_DECODER
  42. tristate "Enable IR raw decoder for the Sony protocol"
  43. depends on IR_CORE
  44. default y
  45. ---help---
  46. Enable this option if you have an infrared remote control which
  47. uses the Sony protocol, and you need software decoding support.
  48. config IR_IMON
  49. tristate "SoundGraph iMON Receiver and Display"
  50. depends on USB_ARCH_HAS_HCD
  51. depends on IR_CORE
  52. select USB
  53. ---help---
  54. Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
  55. IR Receiver and/or LCD/VFD/VGA display.
  56. To compile this driver as a module, choose M here: the
  57. module will be called imon.
  58. config IR_MCEUSB
  59. tristate "Windows Media Center Ed. eHome Infrared Transceiver"
  60. depends on USB_ARCH_HAS_HCD
  61. depends on IR_CORE
  62. select USB
  63. ---help---
  64. Say Y here if you want to use a Windows Media Center Edition
  65. eHome Infrared Transceiver.
  66. To compile this driver as a module, choose M here: the
  67. module will be called mceusb.