:orphan: .. title:: choice: ALS and Color Gain .. _choice_200: .. describe:: choice: ALS and Color Gain *ALS and Color Gain* Type: ``bool`` Direct dependencies =================== \ :option:`APDS9960 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`APDS9960_AGAIN_4X ` Choice options ============== - \ :option:`APDS9960_AGAIN_1X ` - \ :option:`APDS9960_AGAIN_4X ` - \ :option:`APDS9960_AGAIN_16X ` - \ :option:`APDS9960_AGAIN_64X ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/apds9960/Kconfig:56`` 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:: choice bool "ALS and Color Gain" default \ :option:`APDS9960_AGAIN_4X ` depends on \ :option:`APDS9960 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*