Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfd1715f authored by Puneet yatnala's avatar Puneet yatnala Committed by Gerrit - the friendly Code Review server
Browse files

driver: iio: imu: st-asm330 sensor enablement for MDM9x07



GPS QDR feature has a dependency on ST-ASM330 sensor driver
which is enabled through GPIO 78 & 79 pins.

Change-Id: I6063ef0da71f1cb8cc448c8c1e66f01cd9d473e1
CRs-Fixed: 2271300
Signed-off-by: default avatarPuneet yatnala <puneet@codeaurora.org>
parent 14b96336
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ source "drivers/iio/imu/bmi160/Kconfig"
source "drivers/iio/imu/inv_mpu/Kconfig"
source "drivers/iio/imu/inv_mpu9250/Kconfig"
source "drivers/iio/imu/inv_icm20602/Kconfig"
source "drivers/iio/imu/st_asm330lhh/Kconfig"

endmenu

+1 −0
Original line number Diff line number Diff line
@@ -19,3 +19,4 @@ obj-y += inv_icm20602/
obj-y += bmi160/
obj-y += inv_mpu/
obj-y += inv_mpu9250/
obj-y += st_asm330lhh/