diff options
author | William Markezana <william.markezana@meas-spec.com> | 2013-08-29 07:51:42 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-08-29 12:09:12 -0400 |
commit | f060c658b820141f18abd7b71586d628464a03ea (patch) | |
tree | 5dfa63c65d7417466eec8fefff33fd892e463ade /drivers/hwmon/Kconfig | |
parent | 5407e051354bdd943f6ea66562112c9868d64cf5 (diff) |
hwmon: (htu21) Add Measurement Specialties HTU21D support
Signed-off-by: William Markezana <william.markezana@meas-spec.com>
[Guenter Roeck - minor formatting changes]
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 0ff09d8d987b..b3ab9d43bb3e 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -511,6 +511,16 @@ config SENSORS_HIH6130 | |||
511 | This driver can also be built as a module. If so, the module | 511 | This driver can also be built as a module. If so, the module |
512 | will be called hih6130. | 512 | will be called hih6130. |
513 | 513 | ||
514 | config SENSORS_HTU21 | ||
515 | tristate "Measurement Specialties HTU21D humidity/temperature sensors" | ||
516 | depends on I2C | ||
517 | help | ||
518 | If you say yes here you get support for the Measurement Specialties | ||
519 | HTU21D humidity and temperature sensors. | ||
520 | |||
521 | This driver can also be built as a module. If so, the module | ||
522 | will be called htu21. | ||
523 | |||
514 | config SENSORS_CORETEMP | 524 | config SENSORS_CORETEMP |
515 | tristate "Intel Core/Core2/Atom temperature sensor" | 525 | tristate "Intel Core/Core2/Atom temperature sensor" |
516 | depends on X86 | 526 | depends on X86 |