blob: 720c68cd78ffa56e0a515c94514f1c5921a0beeb [file] [log] [blame]
#
# Kyeboard device configuration
#
menuconfig AMLOGIC_INPUT_KEYBOARD
bool "Keyboards and keypads"
default n
help
Say Y here, and a list of supported keyboards and keypads will be displayed.
This option doesn't affect the kernel.
If unsure, say Y.
if AMLOGIC_INPUT_KEYBOARD
config AMLOGIC_ADC_KEYPADS
tristate "Meson ADC keypad support"
depends on AMLOGIC_SARADC
default n
help
Say Y here if you want to use the Meson ADC keypad.
config AMLOGIC_GPIO_KEY
tristate "Amlogic gpio key device surport"
default n
help
Say Y here if you want to use the amlogic hold key.
if AMLOGIC_GPIO_KEY
config USE_VOL_UP_AND_DOWN_AS_FDR
bool "Use volume up and down for fdr"
default n
help
Say Y here if you need to activate both buttons for factory reset.
endif # AMLOGIC_GPIO_KEY
config AMLOGIC_PCA9557_KEYPAD
tristate "Amlogic pca9557 keypad device surport"
default n
help
Say Y here if you want to use the amlogic hold key.
endif # AMLOGIC_INPUT_KEYBOARD