aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorTomas Pop <Tomas.Pop@sensirion.com>2014-06-05 18:24:19 -0400
committerGuenter Roeck <linux@roeck-us.net>2014-06-12 11:36:48 -0400
commit1a539d372edd9832444e7a3daa710c444c014dc9 (patch)
treeae4029bc700a6f66752276477f00f39cd4b6dee5 /drivers/hwmon/Kconfig
parent31e3879127d4db56ad445fd948ca39c393ee65d7 (diff)
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/Kconfig10
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
1124 This driver can also be built as a module. If so, the module 1124 This driver can also be built as a module. If so, the module
1125 will be called sht21. 1125 will be called sht21.
1126 1126
1127config SENSORS_SHTC1
1128 tristate "Sensiron humidity and temperature sensors. SHTC1 and compat."
1129 depends on I2C
1130 help
1131 If you say yes here you get support for the Sensiron SHTC1 and SHTW1
1132 humidity and temperature sensors.
1133
1134 This driver can also be built as a module. If so, the module
1135 will be called shtc1.
1136
1127config SENSORS_S3C 1137config SENSORS_S3C
1128 tristate "Samsung built-in ADC" 1138 tristate "Samsung built-in ADC"
1129 depends on S3C_ADC 1139 depends on S3C_ADC