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