:orphan: .. title:: choice: Gyroscope power mode .. _choice_227: .. describe:: choice: Gyroscope power mode *Gyroscope power mode* Type: ``bool`` Direct dependencies =================== \ :option:`BMI160 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BMI160_GYRO_PMU_RUNTIME ` Choice options ============== - \ :option:`BMI160_GYRO_PMU_RUNTIME ` - \ :option:`BMI160_GYRO_PMU_SUSPEND ` - \ :option:`BMI160_GYRO_PMU_NORMAL ` - \ :option:`BMI160_GYRO_PMU_FAST_STARTUP ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bmi160/Kconfig:137`` 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 "Gyroscope power mode" default \ :option:`BMI160_GYRO_PMU_RUNTIME ` depends on \ :option:`BMI160 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*