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