diff options
author | Urs Fleisch <urs.fleisch@gmail.com> | 2011-01-07 02:15:39 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-08 13:56:28 -0500 |
commit | 430400b86304ea729ba10f2966a8af67da60a37f (patch) | |
tree | 79abaa76d689a40923167103582bb11e69fd096c /drivers/hwmon/Kconfig | |
parent | c6c2c1636e30bcd26c6b0d208324055a03c5ab9c (diff) |
hwmon: driver for Sensirion SHT21 humidity and temperature sensor
Signed-off-by: Urs Fleisch <urs.fleisch@sensirion.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
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 a56f6adf3b76..0f09567257fd 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -734,6 +734,16 @@ config SENSORS_SHT15 | |||
734 | This driver can also be built as a module. If so, the module | 734 | This driver can also be built as a module. If so, the module |
735 | will be called sht15. | 735 | will be called sht15. |
736 | 736 | ||
737 | config SENSORS_SHT21 | ||
738 | tristate "Sensiron humidity and temperature sensors. SHT21 and compat." | ||
739 | depends on I2C | ||
740 | help | ||
741 | If you say yes here you get support for the Sensiron SHT21, SHT25 | ||
742 | humidity and temperature sensors. | ||
743 | |||
744 | This driver can also be built as a module. If so, the module | ||
745 | will be called sht21. | ||
746 | |||
737 | config SENSORS_S3C | 747 | config SENSORS_S3C |
738 | tristate "Samsung built-in ADC" | 748 | tristate "Samsung built-in ADC" |
739 | depends on S3C_ADC | 749 | depends on S3C_ADC |