:orphan: .. title:: choice: Accelerometer Full-scale range setting .. _choice_262: .. describe:: choice: Accelerometer Full-scale range setting *Accelerometer Full-scale range setting* Type: ``bool`` Direct dependencies =================== \ :option:`LIS2DW12 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LIS2DW12_ACCEL_RANGE_RUNTIME ` Choice options ============== - \ :option:`LIS2DW12_ACCEL_RANGE_RUNTIME ` - \ :option:`LIS2DW12_ACCEL_RANGE_2G ` - \ :option:`LIS2DW12_ACCEL_RANGE_4G ` - \ :option:`LIS2DW12_ACCEL_RANGE_8G ` - \ :option:`LIS2DW12_ACCEL_RANGE_16G ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis2dw12/Kconfig:159`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:115`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DW12 I2C/SPI accelerometer sensor driver .. parsed-literal:: choice bool "Accelerometer Full-scale range setting" default \ :option:`LIS2DW12_ACCEL_RANGE_RUNTIME ` depends on \ :option:`LIS2DW12 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*