:orphan: .. title:: choice: BMG160 I2C bus speed .. _choice_219: .. describe:: choice: BMG160 I2C bus speed *BMG160 I2C bus speed* Type: ``bool`` Direct dependencies =================== \ :option:`BMG160 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BMG160_I2C_SPEED_STANDARD ` Choice options ============== - \ :option:`BMG160_I2C_SPEED_STANDARD ` - \ :option:`BMG160_I2C_SPEED_FAST ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bmg160/Kconfig:14`` 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 "BMG160 I2C bus speed" default \ :option:`BMG160_I2C_SPEED_STANDARD ` depends on \ :option:`BMG160 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*