The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Kconfig definition

At drivers/sensor/max30101/Kconfig:62

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:96

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

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

(Definitions include propagated dependencies, including from if’s and menus.)