:orphan: .. title:: choice: Proximity LED boost current .. _choice_341: .. describe:: choice: Proximity LED boost current *Proximity LED boost current* Type: ``bool`` Direct dependencies =================== \ :kconfig:`APDS9960 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`APDS9960_PLED_BOOST_100PCT ` Choice options ============== - \ :kconfig:`APDS9960_PLED_BOOST_300PCT ` - \ :kconfig:`APDS9960_PLED_BOOST_200PCT ` - \ :kconfig:`APDS9960_PLED_BOOST_150PCT ` - \ :kconfig:`APDS9960_PLED_BOOST_100PCT ` Kconfig definition ================== At ``/sensor/apds9960/Kconfig:92`` 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 LED boost current" default APDS9960_PLED_BOOST_100PCT depends on APDS9960 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*