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