aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity/Kconfig
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2014-10-01 07:03:00 -0400
committerJonathan Cameron <jic23@kernel.org>2014-01-11 06:12:44 -0500
commit049973b23a6c77186dae45f708cdc0aa52b3a09e (patch)
tree7e61a880881046745e19d5e53eb14c20d20850b8 /drivers/iio/humidity/Kconfig
parent4c45b1a80ee9c85aee13445b85fd55541ec26d27 (diff)
iio: Add si7005 relative humidity and temperature sensor driver
sensor provides 12-bit relative humidity and 14-bit temperature via I2C interface; temperature and linearity compensation is not implemented (yet) driver also supports the Si7015, but not the 2nd generation sensors Si7013/Si7020/Si7021 datasheet is here http://www.silabs.com/Support%20Documents/TechnicalDocs/Si7005.pdf v2: (thanks to Lars-Peter Clausen) * fix coding style * use devm_iio_device_register() * change copyright year to 2014 Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/humidity/Kconfig')
-rw-r--r--drivers/iio/humidity/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Kconfig b/drivers/iio/humidity/Kconfig
index 463c4d9da79e..e116bd8dd0e4 100644
--- a/drivers/iio/humidity/Kconfig
+++ b/drivers/iio/humidity/Kconfig
@@ -12,4 +12,14 @@ config DHT11
12 Other sensors should work as well as long as they speak the 12 Other sensors should work as well as long as they speak the
13 same protocol. 13 same protocol.
14 14
15config SI7005
16 tristate "SI7005 relative humidity and temperature sensor"
17 depends on I2C
18 help
19 Say yes here to build support for the Silabs Si7005 relative
20 humidity and temperature sensor.
21
22 To compile this driver as a module, choose M here: the module
23 will be called si7005.
24
15endmenu 25endmenu