diff options
author | Kevin Lo <kevlo@kevlo.org> | 2007-11-23 09:31:52 +0800 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-07 20:39:40 -0500 |
commit | 85f03bccd6e0e2ac6ccf017d4bcd5d74bb87a671 (patch) | |
tree | 2e71c1f5edbbb9e78237da39f208514656c873a1 /drivers/hwmon/Kconfig | |
parent | ce9c2f449b9e6b68d3a71ba146d64c44c8945d8d (diff) | |
download | linux-85f03bccd6e0e2ac6ccf017d4bcd5d74bb87a671.tar.gz linux-85f03bccd6e0e2ac6ccf017d4bcd5d74bb87a671.tar.bz2 linux-85f03bccd6e0e2ac6ccf017d4bcd5d74bb87a671.zip |
hwmon: Add support for Winbond W83L786NG/NR
Signed-off-by: Kevin Lo <kevlo@kevlo.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index a0445bea9f75..a2187df5cc78 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -683,6 +683,16 @@ config SENSORS_W83L785TS This driver can also be built as a module. If so, the module will be called w83l785ts. +config SENSORS_W83L786NG + tristate "Winbond W83L786NG, W83L786NR" + depends on I2C && EXPERIMENTAL + help + If you say yes here you get support for the Winbond W83L786NG + and W83L786NR sensor chips. + + This driver can also be built as a module. If so, the module + will be called w83l786ng. + config SENSORS_W83627HF tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF" select HWMON_VID |