diff options
author | Matt Ranostay <mranostay@gmail.com> | 2015-09-06 13:27:39 -0700 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-09-23 20:23:19 +0100 |
commit | 4839367d99e3b067d3c2e9404ae320c100d090c7 (patch) | |
tree | 4e3686a7bd48708af297c252adcbc9f85c6e3a37 /drivers/iio/humidity/Kconfig | |
parent | 7db75fd615a6d77230315c52f9c79b2102ef2bfe (diff) | |
download | talos-obmc-linux-4839367d99e3b067d3c2e9404ae320c100d090c7.tar.gz talos-obmc-linux-4839367d99e3b067d3c2e9404ae320c100d090c7.zip |
iio: humidity: add HDC100x support
Add support for the HDC100x temperature and humidity sensors
including the resistive heater element.
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/humidity/Kconfig')
-rw-r--r-- | drivers/iio/humidity/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Kconfig b/drivers/iio/humidity/Kconfig index 688c0d1cb47d..353ee9ade95d 100644 --- a/drivers/iio/humidity/Kconfig +++ b/drivers/iio/humidity/Kconfig @@ -12,6 +12,16 @@ config DHT11 Other sensors should work as well as long as they speak the same protocol. +config HDC100X + tristate "TI HDC100x relative humidity and temperature sensor" + depends on I2C + help + Say yes here to build support for the TI HDC100x series of + relative humidity and temperature sensors. + + To compile this driver as a module, choose M here: the module + will be called hdc100x. + config SI7005 tristate "SI7005 relative humidity and temperature sensor" depends on I2C |