:orphan: .. title:: CONFIG_LIS2MDL_MAG_ODR_RUNTIME .. kconfig:: CONFIG_LIS2MDL_MAG_ODR_RUNTIME CONFIG_LIS2MDL_MAG_ODR_RUNTIME ############################## *Set magnetometer sampling frequency (ODR) at runtime (default: 10 Hz)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LIS2MDL ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/sensor/lis2mdl/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:129`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2MDL Magnetometer .. code-block:: kconfig config LIS2MDL_MAG_ODR_RUNTIME bool "Set magnetometer sampling frequency (ODR) at runtime (default: 10 Hz)" default y depends on LIS2MDL && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*