:orphan: .. title:: choice: Default preset .. _choice_206: .. describe:: choice: Default preset *Default preset* Type: ``bool`` Help ==== Specify the default preset (x/y oversampling, z oversampling, sampling frequency). Direct dependencies =================== \ :option:`BMC150_MAGN ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BMC150_MAGN_PRESET_REGULAR ` Choice options ============== - \ :option:`BMC150_MAGN_PRESET_LOW_POWER ` - \ :option:`BMC150_MAGN_PRESET_REGULAR ` - \ :option:`BMC150_MAGN_PRESET_ENHANCED_REGULAR ` - \ :option:`BMC150_MAGN_PRESET_HIGH_ACCURACY ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bmc150_magn/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:59`` Menu path: (Top) → Device Drivers → Sensor Drivers → BMC150_MAGN I2C Magnetometer Chip → Attributes .. parsed-literal:: choice bool "Default preset" default \ :option:`BMC150_MAGN_PRESET_REGULAR ` depends on \ :option:`BMC150_MAGN ` && \ :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.)*