:orphan: .. title:: MAX30101 .. option:: CONFIG_MAX30101 *MAX30101 Pulse Oximeter and Heart Rate Sensor* Type: ``bool`` Direct dependencies =================== \ :option:`I2C ` && \ :option:`HAS_DTS_I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/max30101/Kconfig:8`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:100`` Menu path: (top menu) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig MAX30101 bool prompt "MAX30101 Pulse Oximeter and Heart Rate Sensor" if \ :option:`I2C ` && \ :option:`HAS_DTS_I2C ` && \ :option:`SENSOR ` depends on \ :option:`I2C ` && \ :option:`HAS_DTS_I2C ` && \ :option:`SENSOR ` *(Definitions include propagated dependencies, including from if's and menus.)*