:orphan: .. title:: choice: Default preset .. _choice_345: .. 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:`BMC150_MAGN ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMC150_MAGN_PRESET_REGULAR ` Choice options ============== - \ :kconfig:`BMC150_MAGN_PRESET_LOW_POWER ` - \ :kconfig:`BMC150_MAGN_PRESET_REGULAR ` - \ :kconfig:`BMC150_MAGN_PRESET_ENHANCED_REGULAR ` - \ :kconfig:`BMC150_MAGN_PRESET_HIGH_ACCURACY ` Kconfig definition ================== At ``/sensor/bmc150_magn/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:59`` Menu path: (Top) → Device Drivers → Sensor Drivers → BMC150_MAGN I2C Magnetometer Chip → Attributes .. code-block:: kconfig choice bool "Default preset" default BMC150_MAGN_PRESET_REGULAR depends on BMC150_MAGN && SENSOR help Specify the default preset (x/y oversampling, z oversampling, sampling frequency). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*