:orphan: .. title:: MAX30101_MULTI_LED_MODE .. option:: CONFIG_MAX30101_MULTI_LED_MODE *Multi-LED mode* Type: ``bool`` Help ==== Set to operate in multi-LED mode. The green, red, and/or IR LED channels are active. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/max30101/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:141`` Menu path: (Top) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor → Mode control .. parsed-literal:: config MAX30101_MULTI_LED_MODE bool "Multi-LED mode" depends on \ :ref:` ` help Set to operate in multi-LED mode. The green, red, and/or IR LED channels are active. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*