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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 665947fbcdc..be8eeadb2ee 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -822,6 +822,14 @@ config SENSORS_TMP421 | |||
822 | This driver can also be built as a module. If so, the module | 822 | This driver can also be built as a module. If so, the module |
823 | will be called tmp421. | 823 | will be called tmp421. |
824 | 824 | ||
825 | config SENSORS_VIA_CPUTEMP | ||
826 | tristate "VIA CPU temperature sensor" | ||
827 | depends on X86 | ||
828 | help | ||
829 | If you say yes here you get support for the temperature | ||
830 | sensor inside your CPU. Supported are all known variants of | ||
831 | the VIA C7 and Nano. | ||
832 | |||
825 | config SENSORS_VIA686A | 833 | config SENSORS_VIA686A |
826 | tristate "VIA686A" | 834 | tristate "VIA686A" |
827 | depends on PCI | 835 | depends on PCI |