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

<choice MAX30101_MODE: Mode control>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/sensor/max30101/Kconfig:60

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:139

Menu path: (Top) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor → Mode control

config MAX30101_MULTI_LED_MODE
    bool "Multi-LED mode"
    depends on <choice MAX30101_MODE: Mode control>
    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.)