CONFIG_MPU9150

Enable MPU9180 support

Type: bool

Help

Enable this config option if the AK8975 sensor is part of a MPU9150 chip.

Direct dependencies

AK8975 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/ak8975/Kconfig:46

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:44

Menu path: (top menu) → Device Drivers → Sensor Drivers → AK8975 Magnetometer

config MPU9150
    bool
    prompt "Enable MPU9180 support" if AK8975 && SENSOR
    depends on AK8975 && SENSOR
    help
      Enable this config option if the AK8975 sensor is part of a
      MPU9150 chip.

(Definitions include propagated dependencies, including from if’s and menus.)