diff options
author | Roger Lucas <roger@planbit.co.uk> | 2005-11-26 14:20:05 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-06 01:16:21 -0500 |
commit | 1de9e371b89e1cf4da123f0d92efa8eb134ca5e8 (patch) | |
tree | 2640b33775ee6f6ebfa19f35976c3fe6dbe55c02 /drivers/hwmon/Kconfig | |
parent | 1d26f455eb0db0bf4d4b7177547f4310b645a32a (diff) |
[PATCH] hwmon: New vt8231 driver
Port the vt8231 hardware monitoring driver from lm_sensors CVS to
Linux 2.6.
Signed-off-by: Roger Lucas <roger@planbit.co.uk>
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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index db358cfa7cbf..c58295914365 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -350,6 +350,18 @@ config SENSORS_VIA686A | |||
350 | This driver can also be built as a module. If so, the module | 350 | This driver can also be built as a module. If so, the module |
351 | will be called via686a. | 351 | will be called via686a. |
352 | 352 | ||
353 | config SENSORS_VT8231 | ||
354 | tristate "VT8231" | ||
355 | depends on HWMON && I2C && PCI && EXPERIMENTAL | ||
356 | select HWMON_VID | ||
357 | select I2C_ISA | ||
358 | help | ||
359 | If you say yes here then you get support for the integrated sensors | ||
360 | in the VIA VT8231 device. | ||
361 | |||
362 | This driver can also be built as a module. If so, the module | ||
363 | will be called vt8231. | ||
364 | |||
353 | config SENSORS_W83781D | 365 | config SENSORS_W83781D |
354 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" | 366 | tristate "Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F" |
355 | depends on HWMON && I2C | 367 | depends on HWMON && I2C |