:orphan: .. title:: APDS9960 .. option:: CONFIG_APDS9960 *APDS9960 Sensor* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/sensor/apds9960/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:55`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig APDS9960 bool "APDS9960 Sensor" depends on \ :option:`I2C ` && \ :option:`HAS_DTS_GPIO ` && \ :option:`SENSOR ` help Enable driver for APDS9960 sensors. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*