:orphan: .. title:: APDS9960_ENABLE_ALS .. option:: CONFIG_APDS9960_ENABLE_ALS *Enable Ambient Light Sense* Type: ``bool`` Help ==== Enable Ambient Light Sense (ALS). Direct dependencies =================== \ :option:`APDS9960 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/apds9960/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:55`` Menu path: (Top) → Device Drivers → Sensor Drivers → APDS9960 Sensor .. parsed-literal:: config APDS9960_ENABLE_ALS bool "Enable Ambient Light Sense" default y depends on \ :option:`APDS9960 ` && \ :option:`SENSOR ` help Enable Ambient Light Sense (ALS). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*