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>
22 lines
563 B
Plaintext
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
|