aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity/Kconfig
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2014-12-03 12:53:00 +0000
committerJonathan Cameron <jic23@kernel.org>2014-03-16 18:00:32 +0000
commit24ddb0e4bba4e98d3f3a783846789520e796b164 (patch)
tree71d53df60fe5ebab5455c6526c5bff71414718aa /drivers/iio/proximity/Kconfig
parentiio:as3935: Add DT binding docs for AS3935 driver (diff)
downloadlinux-dev-24ddb0e4bba4e98d3f3a783846789520e796b164.tar.xz
linux-dev-24ddb0e4bba4e98d3f3a783846789520e796b164.zip
iio: Add AS3935 lightning sensor support
AS3935 chipset can detect lightning strikes and reports those back as events and the estimated distance to the storm. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/proximity/Kconfig')
-rw-r--r--drivers/iio/proximity/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig
new file mode 100644
index 000000000000..0c8cdf58f6a1
--- /dev/null
+++ b/drivers/iio/proximity/Kconfig
@@ -0,0 +1,19 @@
+#
+# Proximity sensors
+#
+
+menu "Lightning sensors"
+
+config AS3935
+ tristate "AS3935 Franklin lightning sensor"
+ select IIO_BUFFER
+ select IIO_TRIGGERED_BUFFER
+ depends on SPI
+ help
+ Say Y here to build SPI interface support for the Austrian
+ Microsystems AS3935 lightning detection sensor.
+
+ To compile this driver as a module, choose M here: the
+ module will be called as3935
+
+endmenu