:orphan: .. title:: choice: Acceleration measurement range .. _choice_395: .. describe:: choice: Acceleration measurement range *Acceleration measurement range* Type: ``bool`` Help ==== .. code-block:: none Initial measurement full scale range for acceleration values. Direct dependencies =================== \ :kconfig:`LIS2DH ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LIS2DH_ACCEL_RANGE_RUNTIME ` Choice options ============== - \ :kconfig:`LIS2DH_ACCEL_RANGE_RUNTIME ` - \ :kconfig:`LIS2DH_ACCEL_RANGE_2G ` - \ :kconfig:`LIS2DH_ACCEL_RANGE_4G ` - \ :kconfig:`LIS2DH_ACCEL_RANGE_8G ` - \ :kconfig:`LIS2DH_ACCEL_RANGE_16G ` Kconfig definition ================== At ``/sensor/lis2dh/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:123`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer .. code-block:: kconfig choice bool "Acceleration measurement range" default LIS2DH_ACCEL_RANGE_RUNTIME depends on LIS2DH && SENSOR help Initial measurement full scale range for acceleration values. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*