The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_APDS9960_ENABLE_ALS

Enable Ambient Light Sense

Type: bool

Help

Enable Ambient Light Sense (ALS).

Direct dependencies

APDS9960 && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/sensor/apds9960/Kconfig:32

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:55

Menu path: (Top) → Device Drivers → Sensor Drivers → APDS9960 Sensor

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.)