:orphan: .. title:: MPU9150_I2C_ADDR .. option:: CONFIG_MPU9150_I2C_ADDR *MPU9180 I2C address* Type: ``hex`` Help ==== I2C address of the MPU9150. If the driver for MPU6050 is enabled, its address will be used and this option made unavailable. Direct dependencies =================== \ :option:`MPU9150 ` && !\ :option:`MPU6050 ` && \ :option:`AK8975 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x68 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/ak8975/Kconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:56`` → ``drivers/sensor/Kconfig:38`` Menu path: (Top) → Device Drivers → Sensor Drivers → AK8975 Magnetometer → Enable MPU9180 support .. parsed-literal:: config MPU9150_I2C_ADDR hex "MPU9180 I2C address" range 0x68 0x69 default 0x68 depends on \ :option:`MPU9150 ` && !\ :option:`MPU6050 ` && \ :option:`AK8975 ` && \ :option:`SENSOR ` help I2C address of the MPU9150. If the driver for MPU6050 is enabled, its address will be used and this option made unavailable. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*