diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-02-22 11:20:51 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-03-15 01:39:19 -0400 |
commit | 2dd59c26e9336db676956589320f1bc71dc1b2e7 (patch) | |
tree | e6138b7ea02026fc51a924a918776cd5e9a8b797 | |
parent | 3382a918da968318a4284a14b3dee4a38f8a6749 (diff) |
hwmon: (w83627ehf) Update Kconfig for W83677HG-B, NCT6775F and NCT6776F
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Ian Dobson <i.dobson@planet-ian.com>
-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 7bda62264250..1bfb4439e4e1 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -1170,7 +1170,7 @@ config SENSORS_W83627HF | |||
1170 | will be called w83627hf. | 1170 | will be called w83627hf. |
1171 | 1171 | ||
1172 | config SENSORS_W83627EHF | 1172 | config SENSORS_W83627EHF |
1173 | tristate "Winbond W83627EHF/EHG/DHG, W83667HG" | 1173 | tristate "Winbond W83627EHF/EHG/DHG, W83667HG, NCT6775F, NCT6776F" |
1174 | select HWMON_VID | 1174 | select HWMON_VID |
1175 | help | 1175 | help |
1176 | If you say yes here you get support for the hardware | 1176 | If you say yes here you get support for the hardware |
@@ -1181,7 +1181,8 @@ config SENSORS_W83627EHF | |||
1181 | chip suited for specific Intel processors that use PECI such as | 1181 | chip suited for specific Intel processors that use PECI such as |
1182 | the Core 2 Duo. | 1182 | the Core 2 Duo. |
1183 | 1183 | ||
1184 | This driver also supports the W83667HG chip. | 1184 | This driver also supports Nuvoton W83667HG, W83667HG-B, NCT6775F |
1185 | (also known as W83667HG-I), and NCT6776F. | ||
1185 | 1186 | ||
1186 | This driver can also be built as a module. If so, the module | 1187 | This driver can also be built as a module. If so, the module |
1187 | will be called w83627ehf. | 1188 | will be called w83627ehf. |