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/Makefile | |
parent | 7db75fd615a6d77230315c52f9c79b2102ef2bfe (diff) | |
download | linux-stable-4839367d99e3b067d3c2e9404ae320c100d090c7.tar.gz linux-stable-4839367d99e3b067d3c2e9404ae320c100d090c7.tar.bz2 linux-stable-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/Makefile')
-rw-r--r-- | drivers/iio/humidity/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Makefile b/drivers/iio/humidity/Makefile index 86e2d26e9f4d..3e62c0a12d5e 100644 --- a/drivers/iio/humidity/Makefile +++ b/drivers/iio/humidity/Makefile @@ -3,5 +3,6 @@ # obj-$(CONFIG_DHT11) += dht11.o +obj-$(CONFIG_HDC100X) += hdc100x.o obj-$(CONFIG_SI7005) += si7005.o obj-$(CONFIG_SI7020) += si7020.o |