summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/accel/Makefile
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2009-08-18 17:06:28 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:02:25 (GMT)
commit14cd9a73d97e3c1063fa1b2b02ef32ac8a914e11 (patch)
tree03e4dd0eb66d47f79d02bf6810151dd02c3da625 /drivers/staging/iio/accel/Makefile
parent2235acb21890cdd3bc189720b4e98fc1b5c3b268 (diff)
downloadlinux-fsl-qoriq-14cd9a73d97e3c1063fa1b2b02ef32ac8a914e11.tar.xz
Staging: IIO: lis3l02dq ring buffer and data ready trigger support
Example of relatively common case of device sampling based on internal clock and providing a data ready signal to indicate that new data is available to be read out. Generic trigger approach used to allow other devices to be sampled 'at the same time' as this the accelerometer. This is very useful in various motion estimation algorithms. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/accel/Makefile')
-rw-r--r--drivers/staging/iio/accel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/iio/accel/Makefile b/drivers/staging/iio/accel/Makefile
index d543208..d5335f9 100644
--- a/drivers/staging/iio/accel/Makefile
+++ b/drivers/staging/iio/accel/Makefile
@@ -4,6 +4,7 @@
obj-$(CONFIG_KXSD9) += kxsd9.o
lis3l02dq-y := lis3l02dq_core.o
+lis3l02dq-$(CONFIG_IIO_RING_BUFFER) += lis3l02dq_ring.o
obj-$(CONFIG_LIS3L02DQ) += lis3l02dq.o
sca3000-y := sca3000_core.o sca3000_ring.o