summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/accel/Makefile
diff options
context:
space:
mode:
authorJonathan Cameron2009-08-18 19:06:28 +0200
committerGreg Kroah-Hartman2009-09-15 21:02:25 +0200
commit14cd9a73d97e3c1063fa1b2b02ef32ac8a914e11 (patch)
tree03e4dd0eb66d47f79d02bf6810151dd02c3da625 /drivers/staging/iio/accel/Makefile
parentStaging: IIO: Ring buffer: Initial pass at rarely locked ring buffer (diff)
downloadkernel-qcow2-linux-14cd9a73d97e3c1063fa1b2b02ef32ac8a914e11.tar.gz
kernel-qcow2-linux-14cd9a73d97e3c1063fa1b2b02ef32ac8a914e11.tar.xz
kernel-qcow2-linux-14cd9a73d97e3c1063fa1b2b02ef32ac8a914e11.zip
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 d5432086f2f0..d5335f9094ad 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