:orphan: .. title:: choice: Gyroscope range setting. .. _choice_221: .. describe:: choice: Gyroscope range setting. *Gyroscope range setting.* Type: ``bool`` Direct dependencies =================== \ :option:`BMG160 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BMG160_RANGE_RUNTIME ` Choice options ============== - \ :option:`BMG160_RANGE_RUNTIME ` - \ :option:`BMG160_RANGE_2000DPS ` - \ :option:`BMG160_RANGE_1000DPS ` - \ :option:`BMG160_RANGE_500DPS ` - \ :option:`BMG160_RANGE_250DPS ` - \ :option:`BMG160_RANGE_125DPS ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bmg160/Kconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:65`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support .. parsed-literal:: choice bool "Gyroscope range setting." default \ :option:`BMG160_RANGE_RUNTIME ` depends on \ :option:`BMG160 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*