:orphan: .. title:: MPU9150 .. option:: CONFIG_MPU9150 *Enable MPU9180 support* Type: ``bool`` Help ==== Enable this config option if the AK8975 sensor is part of a MPU9150 chip. Direct dependencies =================== \ :option:`AK8975 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/ak8975/Kconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:56`` → ``drivers/sensor/Kconfig:38`` Menu path: (Top) → Device Drivers → Sensor Drivers → AK8975 Magnetometer .. parsed-literal:: config MPU9150 bool "Enable MPU9180 support" depends on \ :option:`AK8975 ` && \ :option:`SENSOR ` help Enable this config option if the AK8975 sensor is part of a MPU9150 chip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*