diff options
author | Dan Robertson <dan@dlrobertson.com> | 2019-09-05 03:45:53 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-09-10 20:42:56 +0200 |
commit | ffd96868ac5d4c22bba1ba2175d124cb2775f3f7 (patch) | |
tree | 4b2b792cbca4348f17f33700d0410028cc9b71cd /drivers/hwmon/Kconfig | |
parent | hwmon: (shtc1) fix shtc1 and shtw1 id mask (diff) | |
download | linux-ffd96868ac5d4c22bba1ba2175d124cb2775f3f7.tar.xz linux-ffd96868ac5d4c22bba1ba2175d124cb2775f3f7.zip |
hwmon: (shtc1) add support for the SHTC3 sensor
Add support for the Sensirion SHTC3 humidity and temperature sensor to
the shtc1 module.
Signed-off-by: Dan Robertson <dan@dlrobertson.com>
Link: https://lore.kernel.org/r/20190905014554.21658-2-dan@dlrobertson.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index c823b662adc9..2ca5668bdb62 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1392,8 +1392,8 @@ config SENSORS_SHTC1 tristate "Sensiron humidity and temperature sensors. SHTC1 and compat." depends on I2C help - If you say yes here you get support for the Sensiron SHTC1 and SHTW1 - humidity and temperature sensors. + If you say yes here you get support for the Sensiron SHTC1, SHTW1, + and SHTC3 humidity and temperature sensors. This driver can also be built as a module. If so, the module will be called shtc1. |