blob: 47317b0c1945e4cfa0cfe8b796b08ca17e26898b [file] [log] [blame]
#
# Input device configuration
#
menuconfig AMLOGIC_INPUT
bool "Input Device Support"
default n
help
"Input devices include keyboard, touchscreen, remote, sensor, etc."
if AMLOGIC_INPUT
source "drivers/amlogic/input/avin_detect/Kconfig"
source "drivers/amlogic/input/keyboard/Kconfig"
source "drivers/amlogic/input/remote/Kconfig"
source "drivers/amlogic/input/touchscreen/Kconfig"
source "drivers/amlogic/input/sensor/Kconfig"
endif