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