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