diff options
author | Roland Stigge <stigge@antcom.de> | 2011-01-09 09:31:39 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-09 12:10:10 -0500 |
commit | 6099469805c24af14250e182bb9ca082b8a6b716 (patch) | |
tree | 9b08dd1a10ff89f2557575f5bf95b07babf92beb /drivers/hwmon/Kconfig | |
parent | 430400b86304ea729ba10f2966a8af67da60a37f (diff) |
hwmon: Support for Dallas Semiconductor DS620
Driver for Dallas Semiconductor DS620 temperature sensor and thermostat
Signed-off-by: Roland Stigge <stigge@antcom.de>
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 0f09567257fd..bdc13d28b1ea 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -274,6 +274,16 @@ config SENSORS_ATXP1 | |||
274 | This driver can also be built as a module. If so, the module | 274 | This driver can also be built as a module. If so, the module |
275 | will be called atxp1. | 275 | will be called atxp1. |
276 | 276 | ||
277 | config SENSORS_DS620 | ||
278 | tristate "Dallas Semiconductor DS620" | ||
279 | depends on I2C | ||
280 | help | ||
281 | If you say yes here you get support for Dallas Semiconductor | ||
282 | DS620 sensor chip. | ||
283 | |||
284 | This driver can also be built as a module. If so, the module | ||
285 | will be called ds620. | ||
286 | |||
277 | config SENSORS_DS1621 | 287 | config SENSORS_DS1621 |
278 | tristate "Dallas Semiconductor DS1621 and DS1625" | 288 | tristate "Dallas Semiconductor DS1621 and DS1625" |
279 | depends on I2C | 289 | depends on I2C |