Files
linux/drivers/amlogic/input/Kconfig
jinrong.liao a4625c4ac3 input: add touch sensor driver.
PD#172287: this commit changes mainly for GVA

1) add sensor cy8c4014 driver.

Change-Id: Ic1ed6cf2a42e2286e4860946d89091a3dd524ef8
Signed-off-by: jinrong.liao <jinrong.liao@amlogic.com>
2018-08-30 20:40:01 +08:00

25 lines
449 B
Plaintext

#
# 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