Files
linux/drivers/amlogic/input/sensor/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

22 lines
563 B
Plaintext

menuconfig AMLOGIC_SENSOR
bool "Sensor devices"
---help---
Say Y here to get to see options for sensor device drivers from
all categories. This option alone does not add any kernel code.
If you say N,all options in this submenu will be skipped and disabled.
if AMLOGIC_SENSOR
config AMLOGIC_SENSOR_CY8C4014
tristate "cy8c4014 sensor driver"
depends on I2C
default n
help
Say yes here to support Cypress cy8c4014 sensor and proximity
sensor
Say yes here to support Cypress cy8c4014 sensor and proximity
sensor
endif # SENSOR_DEVICES