:orphan: .. title:: choice: Accelerometer power mode .. _choice_363: .. describe:: choice: Accelerometer power mode *Accelerometer power mode* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BMI160 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMI160_ACCEL_PMU_RUNTIME ` Choice options ============== - \ :kconfig:`BMI160_ACCEL_PMU_RUNTIME ` - \ :kconfig:`BMI160_ACCEL_PMU_SUSPEND ` - \ :kconfig:`BMI160_ACCEL_PMU_NORMAL ` - \ :kconfig:`BMI160_ACCEL_PMU_LOW_POWER ` Kconfig definition ================== At ``/sensor/bmi160/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:67`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit .. code-block:: kconfig choice bool "Accelerometer power mode" default BMI160_ACCEL_PMU_RUNTIME depends on BMI160 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*