CONFIG_MPU9250¶
MPU9250 Nine-Axis Motion Tracking Device
Type: bool
Help¶
Enable driver for MPU9250 I2C-based nine-axis motion tracking device.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/sensor/mpu9250/Kconfig:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:64
→ 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.)