drivers: sensor: ak8975: remove legacy reference to MPU6050
MPU6050 no longer using Kconfig to specify I2C addresses. Reference to the removed symbol causes QA diagnostics. Remove the reference; when AK8975 is converted to devicetree it may be possible to restore the link between the sensors. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
649500aeca
commit
19a0f354ae
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@
|
|||
|
||||
#ifdef CONFIG_MPU9150_I2C_ADDR
|
||||
#define MPU9150_I2C_ADDR CONFIG_MPU9150_I2C_ADDR
|
||||
#else
|
||||
#define MPU9150_I2C_ADDR CONFIG_MPU6050_I2C_ADDR
|
||||
#endif
|
||||
|
||||
#define MPU9150_REG_BYPASS_CFG 0x37
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue