Kconfig 838 B

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # Remote control drivers
  3. #
  4. menuconfig MESON_INPUT_REMOTE
  5. bool "Remotes"
  6. default y
  7. help
  8. Say Y here, and a list of supported remote controls will be displayed.
  9. This option doesn't affect the kernel.
  10. If unsure, say Y.
  11. if MESON_INPUT_REMOTE
  12. config AM_REMOTE
  13. tristate "Meson IR remote control support"
  14. default n
  15. help
  16. Say Y here if you want to use the Meson IR remote control.
  17. config AM_IR_RECEIVER
  18. tristate "Meson IR receiver (self-learning) support"
  19. default n
  20. help
  21. Say Y here if you want to use the Meson IR receiver (self-learning) function.
  22. config VIRTUAL_REMOTE
  23. tristate "Meson virtual IR remote keypad support (EXPERIMENTAL)"
  24. default n
  25. help
  26. Say Y here if you want to use the Meson virtual remote keypad.
  27. It can fill a series of key events into input device for testing.
  28. endif # MESON_INPUT_REMOTE