• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Kyeboard device configuration
3#
4
5menuconfig AMLOGIC_INPUT_KEYBOARD
6	bool "Keyboards and keypads"
7	default n
8	help
9	  Say Y here, and a list of supported keyboards and keypads will be displayed.
10	  This option doesn't affect the kernel.
11
12	  If unsure, say Y.
13
14config AMLOGIC_ADC_KEYPADS
15	tristate "Meson ADC keypad support"
16	depends on AMLOGIC_INPUT_KEYBOARD
17	depends on MESON_SARADC
18	default n
19	help
20	  Say Y here if you want to use the Meson ADC keypad.
21
22config AMLOGIC_GPIO_KEY
23        tristate "Amlogic gpio key device surport"
24        depends on AMLOGIC_INPUT_KEYBOARD
25	default n
26        help
27          Say Y here if you want to use the amlogic hold key.
28