summaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity/Makefile
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2015-08-18 07:40:38 -0700
committerJonathan Cameron <jic23@kernel.org>2015-08-31 16:48:16 +0100
commitcb119d5350839297bbe8a382dbb2feff545742b5 (patch)
tree9138fece7e53b5ef55a6d485580c2d02328013b0 /drivers/iio/proximity/Makefile
parent12280bd3d5d7e1ba1dd60ba0bd4412f4056fc028 (diff)
downloadlinux-cb119d5350839297bbe8a382dbb2feff545742b5.tar.bz2
iio: proximity: add support for PulsedLight LIDAR
Add support for the PulsedLight LIDAR rangefinder sensor which allows high speed (over 300Hz) distance measurements using Barker Coding within 40 meter range. Support only tested on the "blue label" rev 2, but may work using low sample frequencies on the original version. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/proximity/Makefile')
-rw-r--r--drivers/iio/proximity/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/proximity/Makefile b/drivers/iio/proximity/Makefile
index 9818dc562abd..9aadd9a8ee99 100644
--- a/drivers/iio/proximity/Makefile
+++ b/drivers/iio/proximity/Makefile
@@ -4,4 +4,5 @@
# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_AS3935) += as3935.o
+obj-$(CONFIG_LIDAR_LITE_V2) += pulsedlight-lidar-lite-v2.o
obj-$(CONFIG_SX9500) += sx9500.o