summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/Makefile
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@intel.com>2014-11-18 18:47:55 +0200
committerJonathan Cameron <jic23@kernel.org>2014-11-22 10:47:20 +0000
commitd7d787d29148cde12958c2e3765ad3a55dc55eaf (patch)
treec948f7f6f39458ae0e47d03516ea9c33e105a22c /drivers/iio/imu/Makefile
parent11c2f16d1daf64bd0b2d4ce919c2b4f6690fb79a (diff)
downloadlinux-d7d787d29148cde12958c2e3765ad3a55dc55eaf.tar.gz
linux-d7d787d29148cde12958c2e3765ad3a55dc55eaf.tar.bz2
linux-d7d787d29148cde12958c2e3765ad3a55dc55eaf.zip
iio: imu: Add support for Kionix KMX61 sensor
Minimal implementation for KMX61 6-axis accelerometer/magnetometer. It exports raw accel/magn readings together with scale and sampling frequency. Datasheet will be available at: http://www.kionix.com/6-axis-accelerometer-magnetometer/kmx61 Signed-off-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/imu/Makefile')
-rw-r--r--drivers/iio/imu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/imu/Makefile b/drivers/iio/imu/Makefile
index 114d2c17cbe2..e1e6e3d70e26 100644
--- a/drivers/iio/imu/Makefile
+++ b/drivers/iio/imu/Makefile
@@ -14,3 +14,5 @@ adis_lib-$(CONFIG_IIO_ADIS_LIB_BUFFER) += adis_buffer.o
obj-$(CONFIG_IIO_ADIS_LIB) += adis_lib.o
obj-y += inv_mpu6050/
+
+obj-$(CONFIG_KMX61) += kmx61.o