diff options
author | Charles Spirakis <bezaur@gmail.com> | 2006-04-25 08:21:03 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-22 14:10:33 -0400 |
commit | 9873964d6eb24bd0205394f9b791de9eddbcb855 (patch) | |
tree | b0e4a6f72f31e4a1215d2ae1e79a16d6e753f617 /drivers/hwmon/Kconfig | |
parent | 4f507ea1560805b16cf4a4359e304ae0db0c2dcb (diff) |
[PATCH] HWMON: w83791d: New hardware monitoring driver for the Winbond W83791D
Add support for the w83791d sensor chip. The w83791d hardware is
somewhere between the w83781d and the w83792d and this driver code
is derived from the code that supports those chips.
Signed-off-by: Charles Spirakis <bezaur@gmail.com>
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 9cf3d9c5962f..9384b85b893b 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -406,6 +406,16 @@ config SENSORS_W83781D | |||
406 | This driver can also be built as a module. If so, the module | 406 | This driver can also be built as a module. If so, the module |
407 | will be called w83781d. | 407 | will be called w83781d. |
408 | 408 | ||
409 | config SENSORS_W83791D | ||
410 | tristate "Winbond W83791D" | ||
411 | depends on HWMON && I2C && EXPERIMENTAL | ||
412 | select HWMON_VID | ||
413 | help | ||
414 | If you say yes here you get support for the Winbond W83791D chip. | ||
415 | |||
416 | This driver can also be built as a module. If so, the module | ||
417 | will be called w83791d. | ||
418 | |||
409 | config SENSORS_W83792D | 419 | config SENSORS_W83792D |
410 | tristate "Winbond W83792D" | 420 | tristate "Winbond W83792D" |
411 | depends on HWMON && I2C && EXPERIMENTAL | 421 | depends on HWMON && I2C && EXPERIMENTAL |