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

Commit 01b30f12 authored by puneet's avatar puneet Committed by Gerrit - the friendly Code Review server
Browse files

drivers: iio: imu: enabled bmi and iam sensor compilation



Did makefile changes to allow the sensor driver compilation

Change-Id: I435597d950fe789faffbf65e278bcafa8b4ca184
Signed-off-by: default avatarpuneet <puneet@codeaurora.org>
parent cff9fccb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ config KMX61
	  be called kmx61.

source "drivers/iio/imu/inv_mpu6050/Kconfig"
source "drivers/iio/imu/inv_mpu/Kconfig"

endmenu

+1 −0
Original line number Diff line number Diff line
@@ -14,5 +14,6 @@ adis_lib-$(CONFIG_IIO_ADIS_LIB_BUFFER) += adis_buffer.o
obj-$(CONFIG_IIO_ADIS_LIB) += adis_lib.o

obj-y += inv_mpu6050/
obj-y += inv_mpu/

obj-$(CONFIG_KMX61) += kmx61.o
+2 −0
Original line number Diff line number Diff line
@@ -214,6 +214,8 @@ source "drivers/input/touchscreen/Kconfig"

source "drivers/input/misc/Kconfig"

source "drivers/input/sensors/bmi160/Kconfig"

endif

menu "Hardware I/O ports"
+1 −1
Original line number Diff line number Diff line
@@ -28,4 +28,4 @@ obj-$(CONFIG_INPUT_MISC) += misc/
obj-$(CONFIG_INPUT_APMPOWER)	+= apm-power.o
obj-$(CONFIG_INPUT_KEYRESET)	+= keyreset.o
obj-$(CONFIG_INPUT_KEYCOMBO)	+= keycombo.o
obj-y   += sensors/bmi160/