mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 03:03:00 +09:00
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>
25 lines
449 B
Plaintext
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
|
|
|