:orphan: .. title:: APDS9960 .. option:: CONFIG_APDS9960 *APDS9960 Sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for APDS9960 sensors. Direct dependencies =================== \ :option:`I2C ` && \ :option:`HAS_DTS_GPIO ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/apds9960/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:55`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig 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.)*