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 09:10:10 -0800 |
commit | 6099469805c24af14250e182bb9ca082b8a6b716 (patch) | |
tree | 9b08dd1a10ff89f2557575f5bf95b07babf92beb /drivers/hwmon/Makefile | |
parent | 430400b86304ea729ba10f2966a8af67da60a37f (diff) | |
download | blackbird-obmc-linux-6099469805c24af14250e182bb9ca082b8a6b716.tar.gz blackbird-obmc-linux-6099469805c24af14250e182bb9ca082b8a6b716.zip |
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/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 20e74086e681..dde02d99c238 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -41,6 +41,7 @@ obj-$(CONFIG_SENSORS_ATXP1) += atxp1.o obj-$(CONFIG_SENSORS_CORETEMP) += coretemp.o obj-$(CONFIG_SENSORS_PKGTEMP) += pkgtemp.o obj-$(CONFIG_SENSORS_DME1737) += dme1737.o +obj-$(CONFIG_SENSORS_DS620) += ds620.o obj-$(CONFIG_SENSORS_DS1621) += ds1621.o obj-$(CONFIG_SENSORS_EMC1403) += emc1403.o obj-$(CONFIG_SENSORS_EMC2103) += emc2103.o |