diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2006-12-12 12:18:30 -0500 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2006-12-12 12:18:30 -0500 |
commit | 6800c3d027b4458a6fb5ab78064c2e3b7da2f94f (patch) | |
tree | 3ce7ac734ea3bde22e1153372c4dbdfb6aad32a8 /drivers/hwmon/Kconfig | |
parent | 7188cc66b4facf749e4fc0a44165b06716e1b621 (diff) |
hwmon: New Winbond W83793 hardware monitoring driver
Add support for the W83793 hardware monitoring chip. This driver
was originally contributed by Yuan Mu of Winbond Electronics Corp.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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 5a0763197e21..23b7eac563b3 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -488,6 +488,16 @@ config SENSORS_W83792D | |||
488 | This driver can also be built as a module. If so, the module | 488 | This driver can also be built as a module. If so, the module |
489 | will be called w83792d. | 489 | will be called w83792d. |
490 | 490 | ||
491 | config SENSORS_W83793 | ||
492 | tristate "Winbond W83793" | ||
493 | depends on HWMON && I2C && EXPERIMENTAL | ||
494 | help | ||
495 | If you say yes here you get support for the Winbond W83793 | ||
496 | hardware monitoring chip. | ||
497 | |||
498 | This driver can also be built as a module. If so, the module | ||
499 | will be called w83793. | ||
500 | |||
491 | config SENSORS_W83L785TS | 501 | config SENSORS_W83L785TS |
492 | tristate "Winbond W83L785TS-S" | 502 | tristate "Winbond W83L785TS-S" |
493 | depends on HWMON && I2C && EXPERIMENTAL | 503 | depends on HWMON && I2C && EXPERIMENTAL |