:orphan: .. title:: choice: Proximity Gain .. _choice_253: .. describe:: choice: Proximity Gain *Proximity Gain* Type: ``bool`` Direct dependencies =================== \ :kconfig:`APDS9960 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`APDS9960_PGAIN_4X ` Choice options ============== - \ :kconfig:`APDS9960_PGAIN_1X ` - \ :kconfig:`APDS9960_PGAIN_2X ` - \ :kconfig:`APDS9960_PGAIN_4X ` - \ :kconfig:`APDS9960_PGAIN_8X ` Kconfig definition ================== At ``/sensor/apds9960/Kconfig:38`` 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 "Proximity Gain" default APDS9960_PGAIN_4X depends on APDS9960 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*