summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/Makefile
diff options
context:
space:
mode:
authorTeodora Baluta <teodora.baluta@intel.com>2015-08-20 17:37:31 +0300
committerJonathan Cameron <jic23@kernel.org>2015-08-31 17:32:05 +0100
commit077377fc4f74899c58e946e47352216412d0bb3a (patch)
treea00dcc7a9ff50941275c55017da1a2fae7eae47a /drivers/iio/accel/Makefile
parentb1d125cc6236399258025b0c5646cafa2b45e043 (diff)
downloadop-kernel-dev-077377fc4f74899c58e946e47352216412d0bb3a.zip
op-kernel-dev-077377fc4f74899c58e946e47352216412d0bb3a.tar.gz
iio: accel: add support for mxc4005 accelerometer
This patch adds support for Memsic MXC4005XC 3-axis accelerometer. The current implementation is a minimal one as it adds raw readings for the three axes and setting scale from userspace. Signed-off-by: Teodora Baluta <teodora.baluta@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/accel/Makefile')
-rw-r--r--drivers/iio/accel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/accel/Makefile b/drivers/iio/accel/Makefile
index ebd2675..020dda0 100644
--- a/drivers/iio/accel/Makefile
+++ b/drivers/iio/accel/Makefile
@@ -14,6 +14,8 @@ obj-$(CONFIG_MMA9551_CORE) += mma9551_core.o
obj-$(CONFIG_MMA9551) += mma9551.o
obj-$(CONFIG_MMA9553) += mma9553.o
+obj-$(CONFIG_MXC4005) += mxc4005.o
+
obj-$(CONFIG_STK8312) += stk8312.o
obj-$(CONFIG_STK8BA50) += stk8ba50.o
OpenPOWER on IntegriCloud