:orphan: .. title:: choice: Gyroscope sampling frequency. .. _choice_276: .. describe:: choice: Gyroscope sampling frequency. *Gyroscope sampling frequency.* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BMG160 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMG160_ODR_RUNTIME ` Choice options ============== - \ :kconfig:`BMG160_ODR_RUNTIME ` - \ :kconfig:`BMG160_ODR_100 ` - \ :kconfig:`BMG160_ODR_200 ` - \ :kconfig:`BMG160_ODR_400 ` - \ :kconfig:`BMG160_ODR_1000 ` - \ :kconfig:`BMG160_ODR_2000 ` Kconfig definition ================== At ``/sensor/bmg160/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:65`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support .. code-block:: kconfig choice bool "Gyroscope sampling frequency." default BMG160_ODR_RUNTIME depends on BMG160 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*