diff options
author | Matt Ranostay <mranostay@gmail.com> | 2015-08-18 16:40:38 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-08-31 17:48:16 +0200 |
commit | cb119d5350839297bbe8a382dbb2feff545742b5 (patch) | |
tree | 9138fece7e53b5ef55a6d485580c2d02328013b0 /drivers/iio/proximity/Kconfig | |
parent | devicetree: add PulsedLight vendor + device docs (diff) | |
download | linux-cb119d5350839297bbe8a382dbb2feff545742b5.tar.xz linux-cb119d5350839297bbe8a382dbb2feff545742b5.zip |
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/Kconfig')
-rw-r--r-- | drivers/iio/proximity/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig index 41a8d8ffa0de..ef4c73db5b53 100644 --- a/drivers/iio/proximity/Kconfig +++ b/drivers/iio/proximity/Kconfig @@ -20,6 +20,18 @@ endmenu menu "Proximity sensors" +config LIDAR_LITE_V2 + tristate "PulsedLight LIDAR sensor" + select IIO_BUFFER + select IIO_TRIGGERED_BUFFER + depends on I2C + help + Say Y to build a driver for PulsedLight LIDAR range finding + sensor. + + To compile this driver as a module, choose M here: the + module will be called pulsedlight-lite-v2 + config SX9500 tristate "SX9500 Semtech proximity sensor" select IIO_BUFFER |