diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-07-25 15:46:10 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-07-25 15:46:10 -0400 |
commit | 764e043bb48b6b94f9dec228aedbd8ab08f4708b (patch) | |
tree | ab67f59ceaf59cecb5f8f460c2bcf1ff6097c145 /drivers/hwmon/Kconfig | |
parent | 0a88f4b55749239c4ec8b33da74ff924ccb87dad (diff) |
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 | |||
1162 | config SENSORS_VIA_CPUTEMP | 1162 | config SENSORS_VIA_CPUTEMP |
1163 | tristate "VIA CPU temperature sensor" | 1163 | tristate "VIA CPU temperature sensor" |
1164 | depends on X86 | 1164 | depends on X86 |
1165 | select HWMON_VID | ||
1165 | help | 1166 | help |
1166 | If you say yes here you get support for the temperature | 1167 | If you say yes here you get support for the temperature |
1167 | sensor inside your CPU. Supported are all known variants of | 1168 | sensor inside your CPU. Supported are all known variants of |