diff options
author | Gong Jun <JGong@nuvoton.com> | 2009-03-30 15:46:42 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-03-30 15:46:42 -0400 |
commit | 237c8d2f54ff12bd4fea1a9d18a94ae5810271d3 (patch) | |
tree | f93114b8b4c24a59151353cdfb63dd52fa055f9b /drivers/hwmon/Kconfig | |
parent | 1704b26ee3fd89c76724cbea238e951dc019faca (diff) |
hwmon: (w83627ehf) Add support for W83667HG
Add initial support for the Nuvoton W83667HG chip to the w83627ehf
driver. It has been tested on ASUS P5QL PRO by Gong Jun.
At the moment there is still a usability issue which is that only in6
or temp3 can be present on the W83667HG, so the driver shouldn't
expose both. This will be addressed later.
Signed-off-by: Gong Jun <JGong@nuvoton.com>
Acked-by: David Hubbard <david.c.hubbard@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index b4eea0292c1a..0eb4170cc4af 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -827,7 +827,7 @@ config SENSORS_W83627HF | |||
827 | will be called w83627hf. | 827 | will be called w83627hf. |
828 | 828 | ||
829 | config SENSORS_W83627EHF | 829 | config SENSORS_W83627EHF |
830 | tristate "Winbond W83627EHF/DHG" | 830 | tristate "Winbond W83627EHF/EHG/DHG, W83667HG" |
831 | select HWMON_VID | 831 | select HWMON_VID |
832 | help | 832 | help |
833 | If you say yes here you get support for the hardware | 833 | If you say yes here you get support for the hardware |
@@ -838,6 +838,8 @@ config SENSORS_W83627EHF | |||
838 | chip suited for specific Intel processors that use PECI such as | 838 | chip suited for specific Intel processors that use PECI such as |
839 | the Core 2 Duo. | 839 | the Core 2 Duo. |
840 | 840 | ||
841 | This driver also supports the W83667HG chip. | ||
842 | |||
841 | This driver can also be built as a module. If so, the module | 843 | This driver can also be built as a module. If so, the module |
842 | will be called w83627ehf. | 844 | will be called w83627ehf. |
843 | 845 | ||