diff options
author | Tomas Pop <Tomas.Pop@sensirion.com> | 2014-06-06 00:24:19 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-06-12 17:36:48 +0200 |
commit | 1a539d372edd9832444e7a3daa710c444c014dc9 (patch) | |
tree | ae4029bc700a6f66752276477f00f39cd4b6dee5 /drivers/hwmon/Kconfig | |
parent | hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groups (diff) | |
download | linux-1a539d372edd9832444e7a3daa710c444c014dc9.tar.xz linux-1a539d372edd9832444e7a3daa710c444c014dc9.zip |
hwmon: add support for Sensirion SHTC1 sensor
Add support for Sensirion SHTC1 and compatible temperature and humidity
sensors.
Signed-off-by: Tomas Pop <tomas.pop@sensirion.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 00343166feb1..08531a128f53 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1124,6 +1124,16 @@ config SENSORS_SHT21 This driver can also be built as a module. If so, the module will be called sht21. +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. + + This driver can also be built as a module. If so, the module + will be called shtc1. + config SENSORS_S3C tristate "Samsung built-in ADC" depends on S3C_ADC |