:orphan: .. title:: choice MAX30101_MODE: Mode control .. _choice_409: .. describe:: choice MAX30101_MODE: Mode control *Mode control* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MAX30101 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MAX30101_MULTI_LED_MODE ` Choice options ============== - \ :kconfig:`MAX30101_HEART_RATE_MODE ` - \ :kconfig:`MAX30101_SPO2_MODE ` - \ :kconfig:`MAX30101_MULTI_LED_MODE ` Kconfig definition ================== At ``/sensor/max30101/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:159`` Menu path: (Top) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor .. code-block:: kconfig choice MAX30101_MODE bool "Mode control" default MAX30101_MULTI_LED_MODE depends on MAX30101 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*