summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/Makefile
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2017-09-20 22:16:30 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-05-01 11:51:17 +0100
commit30a97a3d54d2df74444d4da6c52589a688cdccb7 (patch)
tree6f40505581260d473648e77922c5b273135ff45a /drivers/iio/accel/Makefile
parent48bf524926908664b220a41d1f7007c795200923 (diff)
iio: accel: fxos8700: add core driver for fxos8700
The NXP FXOS8700 is a accelerometer/magnetometer combo IC, this add support for the core functionalities using iio subsystem. It supports enable/disable each function (but not both, it is not supported by the chip), and reading axis values from the sysfs along with the respective scale. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Diffstat (limited to 'drivers/iio/accel/Makefile')
-rw-r--r--drivers/iio/accel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/Makefile b/drivers/iio/accel/Makefile
index 703e7c21f547..2ec7d765fa22 100644
--- a/drivers/iio/accel/Makefile
+++ b/drivers/iio/accel/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_DA311) += da311.o
obj-$(CONFIG_DMARD06) += dmard06.o
obj-$(CONFIG_DMARD09) += dmard09.o
obj-$(CONFIG_DMARD10) += dmard10.o
+obj-$(CONFIG_FXOS8700_ACCEL_MAGN) += fxos8700_core.o
obj-$(CONFIG_HID_SENSOR_ACCEL_3D) += hid-sensor-accel-3d.o
obj-$(CONFIG_KXCJK1013) += kxcjk-1013.o
obj-$(CONFIG_KXSD9) += kxsd9.o