diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-06-24 05:19:42 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-07-19 14:22:17 -0400 |
commit | fc18d6c0479d5b6da281590a8caf166d60cc748b (patch) | |
tree | 91f3184d802e7a45223db0bb187a1e195749b62c /drivers/hwmon/Kconfig | |
parent | 6b3e46458049fe556c2346a347c4540e532db288 (diff) |
hwmon/w83627ehf: Add support for the VID inputs
The W83627EHF and similar chips have 6 VID input pins, add support
for them. The driver changes the input voltage level automatically
if the current setting is not correct for the detected CPU model.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
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 fe7962bada13..dbdca6f10e46 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -618,6 +618,7 @@ config SENSORS_W83627HF | |||
618 | 618 | ||
619 | config SENSORS_W83627EHF | 619 | config SENSORS_W83627EHF |
620 | tristate "Winbond W83627EHF/DHG" | 620 | tristate "Winbond W83627EHF/DHG" |
621 | select HWMON_VID | ||
621 | help | 622 | help |
622 | If you say yes here you get support for the hardware | 623 | If you say yes here you get support for the hardware |
623 | monitoring functionality of the Winbond W83627EHF Super-I/O chip. | 624 | monitoring functionality of the Winbond W83627EHF Super-I/O chip. |