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

Did makefile changes to allow the sensor driver compilation

Change-Id: I435597d950fe789faffbf65e278bcafa8b4ca184
Signed-off-by: puneet <puneet@codeaurora.org>
This commit is contained in:
puneet 2018-10-24 13:04:46 +05:30 committed by Gerrit - the friendly Code Review server
parent cff9fccb67
commit 01b30f1206
4 changed files with 5 additions and 1 deletions

View file

@ -37,6 +37,7 @@ config KMX61
be called kmx61.
source "drivers/iio/imu/inv_mpu6050/Kconfig"
source "drivers/iio/imu/inv_mpu/Kconfig"
endmenu

View file

@ -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

View file

@ -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"

View file

@ -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/