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