-
CONFIG_APDS9960
¶
APDS9960 Sensor
Type: bool
Help¶
Enable driver for APDS9960 sensors.
Direct dependencies¶
I2C
&& HAS_DTS_I2C
&& HAS_DTS_GPIO
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/sensor/apds9960/Kconfig:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:38
Menu path: (top menu) → Device Drivers → Sensor Drivers
menuconfig APDS9960 bool prompt "APDS9960 Sensor" ifI2C
&&HAS_DTS_I2C
&&HAS_DTS_GPIO
&&SENSOR
depends onI2C
&&HAS_DTS_I2C
&&HAS_DTS_GPIO
&&SENSOR
help Enable driver for APDS9960 sensors.
(Definitions include propagated dependencies, including from if’s and menus.)