:orphan: .. title:: choice: Default preset .. _choice_369: .. describe:: choice: Default preset *Default preset* Type: ``bool`` Help ==== .. code-block:: none Specify the default preset (x/y oversampling, z oversampling, sampling frequency). Direct dependencies =================== \ :kconfig:`BMM150 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMM150_PRESET_REGULAR ` Choice options ============== - \ :kconfig:`BMM150_PRESET_LOW_POWER ` - \ :kconfig:`BMM150_PRESET_REGULAR ` - \ :kconfig:`BMM150_PRESET_ENHANCED_REGULAR ` - \ :kconfig:`BMM150_PRESET_HIGH_ACCURACY ` Kconfig definition ================== At ``/sensor/bmm150/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:71`` Menu path: (Top) → Device Drivers → Sensor Drivers → BMM150 I2C Geomagnetic Chip .. code-block:: kconfig choice bool "Default preset" default BMM150_PRESET_REGULAR depends on BMM150 && SENSOR help Specify the default preset (x/y oversampling, z oversampling, sampling frequency). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*