diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-01-18 23:22:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-23 14:21:52 -0800 |
commit | c2db6ce14a743ac5f8973124272cf425c4f86b90 (patch) | |
tree | ae55d515d46acf40c52b0b62c2ee31ae6c3a0897 /drivers/hwmon/Kconfig | |
parent | f08191849e42e67ab6ad556d9c2e8cbed1ddf303 (diff) | |
download | kernel_samsung_espresso10-c2db6ce14a743ac5f8973124272cf425c4f86b90.zip kernel_samsung_espresso10-c2db6ce14a743ac5f8973124272cf425c4f86b90.tar.gz kernel_samsung_espresso10-c2db6ce14a743ac5f8973124272cf425c4f86b90.tar.bz2 |
[PATCH] hwmon: Add support for the Winbond W83687THF
Add support for the Winbond W83687THF chip to the w83627hf hardware
monitoring driver. This new chip is almost similar to the already
supported W83627THF chip, except for VID and a few other minor
changes.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 7230d4e..99cdc61 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -406,13 +406,14 @@ config SENSORS_W83L785TS will be called w83l785ts. config SENSORS_W83627HF - tristate "Winbond W83627HF, W83627THF, W83637HF, W83697HF" - depends on HWMON && I2C && EXPERIMENTAL + tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" + depends on HWMON && I2C select I2C_ISA select HWMON_VID help If you say yes here you get support for the Winbond W836X7 series - of sensor chips: the W83627HF, W83627THF, W83637HF, and the W83697HF + of sensor chips: the W83627HF, W83627THF, W83637HF, W83687THF and + W83697HF. This driver can also be built as a module. If so, the module will be called w83627hf. |