summaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity
diff options
context:
space:
mode:
authorAlison Schofield2016-07-25 20:50:12 +0200
committerJonathan Cameron2016-08-15 18:10:56 +0200
commitca1902ff98bcd9fe655028b19573e436fe9d3c76 (patch)
tree3ed855309509e394b6acf93b00686eface34a83b /drivers/iio/humidity
parentiio: light: us5182d: Add missing error code assignment before test (diff)
downloadkernel-qcow2-linux-ca1902ff98bcd9fe655028b19573e436fe9d3c76.tar.gz
kernel-qcow2-linux-ca1902ff98bcd9fe655028b19573e436fe9d3c76.tar.xz
kernel-qcow2-linux-ca1902ff98bcd9fe655028b19573e436fe9d3c76.zip
iio: humidity: hdc100x: add HDC1000 and HDC1008 to Kconfig
hdc100x supports Texas Instruments HDC1000 and HDC1008 relative humidity and temperature sensors. Add these product names to Kconfig. Signed-off-by: Alison Schofield <amsfield22@gmail.com> Cc: Daniel Baluta <daniel.baluta@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/humidity')
-rw-r--r--drivers/iio/humidity/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/iio/humidity/Kconfig b/drivers/iio/humidity/Kconfig
index 738a86d9e4a9..f155386286bf 100644
--- a/drivers/iio/humidity/Kconfig
+++ b/drivers/iio/humidity/Kconfig
@@ -26,11 +26,11 @@ 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.
+ Say yes here to build support for the Texas Instruments
+ HDC1000 and HDC1008 relative humidity and temperature sensors.
- To compile this driver as a module, choose M here: the module
- will be called hdc100x.
+ To compile this driver as a module, choose M here: the module
+ will be called hdc100x.
config HTU21
tristate "Measurement Specialties HTU21 humidity & temperature sensor"