:orphan: .. title:: choice: Accelerometer full-scale .. _choice_406: .. describe:: choice: Accelerometer full-scale *Accelerometer full-scale* Type: ``bool`` Help ==== .. code-block:: none Specify the default full-scale for accelerometer. Direct dependencies =================== \ :kconfig:`LSM9DS0_MFD_ACCEL_ENABLE ` && \ :kconfig:`LSM9DS0_MFD ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LSM9DS0_MFD_ACCEL_FULL_SCALE_2 ` Choice options ============== - \ :kconfig:`LSM9DS0_MFD_ACCEL_FULL_SCALE_2 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_FULL_SCALE_4 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_FULL_SCALE_6 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_FULL_SCALE_8 ` - \ :kconfig:`LSM9DS0_MFD_ACCEL_FULL_SCALE_16 ` Kconfig definition ================== At ``/sensor/lsm9ds0_mfd/Kconfig:85`` 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 "Accelerometer full-scale" default LSM9DS0_MFD_ACCEL_FULL_SCALE_2 depends on LSM9DS0_MFD_ACCEL_ENABLE && LSM9DS0_MFD && SENSOR help Specify the default full-scale for accelerometer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*