CONFIG_MPU9250

MPU9250 Nine-Axis Motion Tracking Device

Type: bool

Help

Enable driver for MPU9250 I2C-based nine-axis motion tracking device.

Direct dependencies

I2C && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/sensor/mpu9250/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/sensor/Kconfig:177

Menu path: (Top) → Device Drivers → Sensor Drivers

menuconfig MPU9250
    bool "MPU9250 Nine-Axis Motion Tracking Device"
    depends on I2C && SENSOR
    help
      Enable driver for MPU9250 I2C-based nine-axis motion tracking device.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)