diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-11-04 07:00:48 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-11-04 07:00:48 -0400 |
commit | eff7687d473c31cba3876c13e97eebc708eb8582 (patch) | |
tree | 59f2bcc34e01a7c125a335a45d42010bc66b2dc1 /drivers/hwmon/Kconfig | |
parent | 6ba71de5f81bbf639b5dcea2bc2c33cdb87ed782 (diff) |
hwmon: (w83627ehf) Add support for the W83627UHG
This is essentially a stripped down version of the W83627DHG. Noticeable
difference is that it is still powered with +5V, as older models, even
though the ADC resolution is 8 mV as newer models have.
Thanks to Ulf Bruman (Saab Group) for doing all the testing.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 279a509dca9f..9ec854ae118b 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1282,7 +1282,7 @@ config SENSORS_W83627HF | |||
1282 | will be called w83627hf. | 1282 | will be called w83627hf. |
1283 | 1283 | ||
1284 | config SENSORS_W83627EHF | 1284 | config SENSORS_W83627EHF |
1285 | tristate "Winbond W83627EHF/EHG/DHG, W83667HG, NCT6775F, NCT6776F" | 1285 | tristate "Winbond W83627EHF/EHG/DHG/UHG, W83667HG, NCT6775F, NCT6776F" |
1286 | depends on !PPC | 1286 | depends on !PPC |
1287 | select HWMON_VID | 1287 | select HWMON_VID |
1288 | help | 1288 | help |
@@ -1292,7 +1292,8 @@ config SENSORS_W83627EHF | |||
1292 | This driver also supports the W83627EHG, which is the lead-free | 1292 | This driver also supports the W83627EHG, which is the lead-free |
1293 | version of the W83627EHF, and the W83627DHG, which is a similar | 1293 | version of the W83627EHF, and the W83627DHG, which is a similar |
1294 | chip suited for specific Intel processors that use PECI such as | 1294 | chip suited for specific Intel processors that use PECI such as |
1295 | the Core 2 Duo. | 1295 | the Core 2 Duo. And also the W83627UHG, which is a stripped down |
1296 | version of the W83627DHG (as far as hardware monitoring goes.) | ||
1296 | 1297 | ||
1297 | This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F | 1298 | This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F |
1298 | (also known as W83667HG-I), and NCT6776F. | 1299 | (also known as W83667HG-I), and NCT6776F. |