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