:orphan: .. title:: choice: Magnetometer full-scale .. _choice_408: .. describe:: choice: Magnetometer full-scale *Magnetometer full-scale* Type: ``bool`` Help ==== .. code-block:: none Specify the default full-scale for magnetometer. Direct dependencies =================== \ :kconfig:`LSM9DS0_MFD_MAGN_ENABLE ` && \ :kconfig:`LSM9DS0_MFD ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LSM9DS0_MFD_MAGN_FULL_SCALE_2 ` Choice options ============== - \ :kconfig:`LSM9DS0_MFD_MAGN_FULL_SCALE_2 ` - \ :kconfig:`LSM9DS0_MFD_MAGN_FULL_SCALE_4 ` - \ :kconfig:`LSM9DS0_MFD_MAGN_FULL_SCALE_8 ` - \ :kconfig:`LSM9DS0_MFD_MAGN_FULL_SCALE_12 ` Kconfig definition ================== At ``/sensor/lsm9ds0_mfd/Kconfig:165`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:153`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM9DS0 I2C accelerometer, magnetometer and temperature sensor chip → Attributes .. code-block:: kconfig choice bool "Magnetometer full-scale" default LSM9DS0_MFD_MAGN_FULL_SCALE_2 depends on LSM9DS0_MFD_MAGN_ENABLE && LSM9DS0_MFD && SENSOR help Specify the default full-scale for magnetometer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*