CONFIG_BMI270¶
BMI270 Inertial measurement unit
Type: bool
Help¶
Enable driver for BMI270 I2C-based imu sensor
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/bmi270/Kconfig:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:69
Menu path: (Top) → Device Drivers → Sensor Drivers
config BMI270
    bool "BMI270 Inertial measurement unit"
    depends on I2C && SENSOR
    help
      Enable driver for BMI270 I2C-based imu sensor
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)