diff options
| author | David Hubbard <david.c.hubbard@gmail.com> | 2007-06-24 05:15:03 -0400 |
|---|---|---|
| committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-07-19 14:22:16 -0400 |
| commit | 658291fc38715c8723372a869c22b700ec41c972 (patch) | |
| tree | 07774451ed27148d4c59859a9604e8b415b0da64 | |
| parent | d2bc7b135a948f788646e3a7aff9ac5597f42f4f (diff) | |
hwmon/w83627ehf: Update the Kconfig entry
Add description for the W83627DHG chip to Kconfig.
Signed-off-by: David Hubbard <david.c.hubbard@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
| -rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index c3c62e57e0e0..cedd4b7227de 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
| @@ -617,17 +617,17 @@ config SENSORS_W83627HF | |||
| 617 | will be called w83627hf. | 617 | will be called w83627hf. |
| 618 | 618 | ||
| 619 | config SENSORS_W83627EHF | 619 | config SENSORS_W83627EHF |
| 620 | tristate "Winbond W83627EHF" | 620 | tristate "Winbond W83627EHF/DHG" |
| 621 | depends on I2C && EXPERIMENTAL | 621 | depends on I2C && EXPERIMENTAL |
| 622 | select I2C_ISA | 622 | select I2C_ISA |
| 623 | help | 623 | help |
| 624 | If you say yes here you get preliminary support for the hardware | 624 | If you say yes here you get support for the hardware |
| 625 | monitoring functionality of the Winbond W83627EHF Super-I/O chip. | 625 | monitoring functionality of the Winbond W83627EHF Super-I/O chip. |
| 626 | Only fan and temperature inputs are supported at the moment, while | ||
| 627 | the chip does much more than that. | ||
| 628 | 626 | ||
| 629 | This driver also supports the W83627EHG, which is the lead-free | 627 | This driver also supports the W83627EHG, which is the lead-free |
| 630 | version of the W83627EHF. | 628 | version of the W83627EHF, and the W83627DHG, which is a similar |
| 629 | chip suited for specific Intel processors that use PECI such as | ||
| 630 | the Core 2 Duo. | ||
| 631 | 631 | ||
| 632 | This driver can also be built as a module. If so, the module | 632 | This driver can also be built as a module. If so, the module |
| 633 | will be called w83627ehf. | 633 | will be called w83627ehf. |
