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 <Driver>/sensor/mpu9250/Kconfig:6

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:64<Driver>/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.)