aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJuerg Haefliger <juergh@gmail.com>2007-10-08 00:27:35 -0400
committerMark M. Hoffman <mhoffman@lightlink.com>2007-10-10 22:47:13 -0400
commite95c237d78c0dc8fc0ae1207cec87af7a37dd366 (patch)
treeb8c6a189c08918dbc5a52c26e38885f470426a9c /drivers/hwmon/Kconfig
parent62ee3e10d3ea11f50bcec8dffb46555fa16d417b (diff)
hwmon: (dme1737) Add sch311x support
This patch adds support for the SMSC SCH3112, SCH3114, and SCH3116 Super-I/O chips. These chips feature identical hardware monitoring capabilites with the expection that some of the fan inputs and pmw outputs don't exist. The hardware monitoring features of the SCH311x chips can only be accessed via the ISA bus. The driver therefore registers as a platform driver, if such a chip is detected. Signed-off-by: Juerg Haefliger <juergh at gmail.com> Acked-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index b8854b94807f..c69de6c56d97 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -509,13 +509,13 @@ config SENSORS_SIS5595
509 will be called sis5595. 509 will be called sis5595.
510 510
511config SENSORS_DME1737 511config SENSORS_DME1737
512 tristate "SMSC DME1737 and compatibles" 512 tristate "SMSC DME1737, SCH311x and compatibles"
513 depends on I2C && EXPERIMENTAL 513 depends on I2C && EXPERIMENTAL
514 select HWMON_VID 514 select HWMON_VID
515 help 515 help
516 If you say yes here you get support for the hardware monitoring 516 If you say yes here you get support for the hardware monitoring
517 and fan control features of the SMSC DME1737 (and compatibles 517 and fan control features of the SMSC DME1737 (and compatibles
518 like the Asus A8000) Super-I/O chip. 518 like the Asus A8000) and SCH311x Super-I/O chips.
519 519
520 This driver can also be built as a module. If so, the module 520 This driver can also be built as a module. If so, the module
521 will be called dme1737. 521 will be called dme1737.