diff options
author | Matt Ranostay <mranostay@gmail.com> | 2014-12-03 12:53:00 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-03-16 18:00:32 +0000 |
commit | 24ddb0e4bba4e98d3f3a783846789520e796b164 (patch) | |
tree | 71d53df60fe5ebab5455c6526c5bff71414718aa /drivers/iio/Kconfig | |
parent | 43c7ecb1fa6b45633747773f055b8deb1c3e52be (diff) | |
download | linux-24ddb0e4bba4e98d3f3a783846789520e796b164.tar.gz linux-24ddb0e4bba4e98d3f3a783846789520e796b164.tar.bz2 linux-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/Kconfig')
-rw-r--r-- | drivers/iio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig index 5dd0e120a504..743485e4d6f8 100644 --- a/drivers/iio/Kconfig +++ b/drivers/iio/Kconfig @@ -74,6 +74,7 @@ if IIO_TRIGGER source "drivers/iio/trigger/Kconfig" endif #IIO_TRIGGER source "drivers/iio/pressure/Kconfig" +source "drivers/iio/proximity/Kconfig" source "drivers/iio/temperature/Kconfig" endif # IIO |