Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # Kyeboard device configuration
  3. #
  4. menuconfig MESON_INPUT_KEYBOARD
  5. bool "Keyboards and keypads"
  6. default y
  7. help
  8. Say Y here, and a list of supported keyboards and keypads will be displayed.
  9. This option doesn't affect the kernel.
  10. If unsure, say Y.
  11. if MESON_INPUT_KEYBOARD
  12. config ADC_KEYPADS_AM
  13. tristate "Meson ADC keypad support"
  14. depends on SARADC_AM
  15. default n
  16. help
  17. Say Y here if you want to use the Meson ADC keypad.
  18. config KEY_INPUT_CUSTOM_AM
  19. tristate "Meson custom key input support"
  20. default n
  21. help
  22. Say Y here if you want to use the Meson custom key input.
  23. config TOUCH_KEY_PAD_IT7230
  24. tristate "IT7230 capacitive touch keypad support"
  25. default n
  26. help
  27. Say Y here if you want to use the IT7230 capacitive touch keypad.
  28. config TOUCH_KEY_PAD_SO340010
  29. tristate "SO340010 capacitive touch keypad support"
  30. default n
  31. help
  32. Say Y here if you want to use the SO340010 capacitive touch keypad.
  33. config TOUCH_KEY_PAD_HA2605
  34. tristate "HA2605 touch keypad support"
  35. default n
  36. help
  37. Say Y here if you want to use the HA2605 touch keypad support.
  38. endif # MESON_INPUT_KEYBOARD