summaryrefslogtreecommitdiff
path: root/drivers/iio/Makefile
diff options
context:
space:
mode:
authorJacek Anaszewski <j.anaszewski@samsung.com>2013-06-21 10:52:31 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:43:11 +0900
commita435d23fea3c64f815109752dbe1ff13c29c5c06 (patch)
tree29d1c918e8fa02b0e9b42e81f4ddd665cc1fc437 /drivers/iio/Makefile
parent516de39ab361d4af576e5e4629f62ef06a3f9ac8 (diff)
downloadlinux-3.10-a435d23fea3c64f815109752dbe1ff13c29c5c06.tar.gz
linux-3.10-a435d23fea3c64f815109752dbe1ff13c29c5c06.tar.bz2
linux-3.10-a435d23fea3c64f815109752dbe1ff13c29c5c06.zip
iio: Add driver for the LPS331AP barometer sensor
Add new driver for the barometer device. The driver is compliant with IIO framework, and exposes two channels for reading the pressure and the temperature. The output data can be read either in 'one shot' mode or by exploiting IIO events. Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/iio/Makefile')
-rw-r--r--drivers/iio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/Makefile b/drivers/iio/Makefile
index a0e8cdd67e4..cfcc81238c5 100644
--- a/drivers/iio/Makefile
+++ b/drivers/iio/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
obj-y += accel/
obj-y += adc/
obj-y += amplifiers/
+obj-y += barometer/
obj-y += common/
obj-y += dac/
obj-y += gyro/