#
# Kyeboard device configuration
#

menuconfig MESON_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 MESON_INPUT_KEYBOARD

config ADC_KEYPADS_AM
	tristate "Meson ADC keypad support"
	depends on AM_SARADC
	default n
	help
	  Say Y here if you want to use the Meson ADC keypad.

endif # MESON_INPUT_KEYBOARD
