:orphan: .. title:: choice: ALS and Color Gain .. _choice_254: .. describe:: choice: ALS and Color Gain *ALS and Color Gain* Type: ``bool`` Direct dependencies =================== \ :kconfig:`APDS9960 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`APDS9960_AGAIN_4X ` Choice options ============== - \ :kconfig:`APDS9960_AGAIN_1X ` - \ :kconfig:`APDS9960_AGAIN_4X ` - \ :kconfig:`APDS9960_AGAIN_16X ` - \ :kconfig:`APDS9960_AGAIN_64X ` Kconfig definition ================== At ``/sensor/apds9960/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:55`` Menu path: (Top) → Device Drivers → Sensor Drivers → APDS9960 Sensor .. code-block:: kconfig choice bool "ALS and Color Gain" default APDS9960_AGAIN_4X depends on APDS9960 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*