CONFIG_APDS9960¶
APDS9960 Sensor
Type: bool
Help¶
Enable driver for APDS9960 sensors.
Direct dependencies¶
I2C
&& HAS_DTS_GPIO
&& SENSOR
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/sensor/apds9960/Kconfig:5
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:55
Menu path: (Top) → Device Drivers → Sensor Drivers
menuconfig APDS9960
bool "APDS9960 Sensor"
depends on I2C && HAS_DTS_GPIO && SENSOR
help
Enable driver for APDS9960 sensors.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)