-
choice: Default preset
Default preset
Type: bool
Help¶
Specify the default preset (x/y oversampling, z oversampling, sampling frequency).
Default¶
Choice options¶
Kconfig definition¶
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
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.)