diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-07-25 21:46:10 +0200 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-07-25 21:46:10 +0200 |
commit | 764e043bb48b6b94f9dec228aedbd8ab08f4708b (patch) | |
tree | ab67f59ceaf59cecb5f8f460c2bcf1ff6097c145 /drivers/hwmon/Kconfig | |
parent | 0a88f4b55749239c4ec8b33da74ff924ccb87dad (diff) | |
download | blackbird-obmc-linux-764e043bb48b6b94f9dec228aedbd8ab08f4708b.tar.gz blackbird-obmc-linux-764e043bb48b6b94f9dec228aedbd8ab08f4708b.zip |
hwmon: (via-cputemp) Add VID reporting support
At least VIA family 6 model D CPU report the VID settings in a MSR,
so expose the value to user-space. Not sure about model A.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Tested-by: Jeff Rickman <jrickman@myamigos.us>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 70b5704baf31..0598cd22edf2 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1162,6 +1162,7 @@ config SENSORS_TWL4030_MADC config SENSORS_VIA_CPUTEMP tristate "VIA CPU temperature sensor" depends on X86 + select HWMON_VID help If you say yes here you get support for the temperature sensor inside your CPU. Supported are all known variants of |