The latest development version of this page may be more current than this released 1.14.1 version.
choice MAX30101_MODE: Mode control

Mode control

Type: bool

Direct dependencies

MAX30101 && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/max30101/Kconfig:47

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

choice MAX30101_MODE
    bool
    prompt "Mode control" if MAX30101 && SENSOR
    default MAX30101_MULTI_LED_MODE if MAX30101 && SENSOR
    depends on MAX30101 && SENSOR

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