CONFIG_APDS9960¶
APDS9960 Sensor
Type: bool
Help¶
Enable driver for APDS9960 sensors.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/apds9960/Kconfig:5
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/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.)