diff options
author | Harald Welte <HaraldWelte@viatech.com> | 2009-12-16 15:38:28 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-12-16 15:38:28 -0500 |
commit | 70c38772aef27b01dc236fb4016261c3828df6aa (patch) | |
tree | c66cd382d357d9066ea5fa0325690e7a1e0902ba /drivers/hwmon/Makefile | |
parent | fa0bff02239abdad446effef22e5db281cf3d562 (diff) |
hwmon: Add driver for VIA CPU core temperature
This is a driver for the on-die digital temperature sensor of
VIA's recent CPU models.
[JD: Misc clean-ups.]
Signed-off-by: Harald Welte <HaraldWelte@viatech.com>
Cc: Juerg Haefliger <juergh@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Tested-by: Adam Nielsen <a.nielsen@shikadi.net>
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 da84a6a69593..312b7c39d9f4 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -88,6 +88,7 @@ obj-$(CONFIG_SENSORS_SMSC47M192)+= smsc47m192.o | |||
88 | obj-$(CONFIG_SENSORS_THMC50) += thmc50.o | 88 | obj-$(CONFIG_SENSORS_THMC50) += thmc50.o |
89 | obj-$(CONFIG_SENSORS_TMP401) += tmp401.o | 89 | obj-$(CONFIG_SENSORS_TMP401) += tmp401.o |
90 | obj-$(CONFIG_SENSORS_TMP421) += tmp421.o | 90 | obj-$(CONFIG_SENSORS_TMP421) += tmp421.o |
91 | obj-$(CONFIG_SENSORS_VIA_CPUTEMP)+= via-cputemp.o | ||
91 | obj-$(CONFIG_SENSORS_VIA686A) += via686a.o | 92 | obj-$(CONFIG_SENSORS_VIA686A) += via686a.o |
92 | obj-$(CONFIG_SENSORS_VT1211) += vt1211.o | 93 | obj-$(CONFIG_SENSORS_VT1211) += vt1211.o |
93 | obj-$(CONFIG_SENSORS_VT8231) += vt8231.o | 94 | obj-$(CONFIG_SENSORS_VT8231) += vt8231.o |