aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJuerg Haefliger <juergh@gmail.com>2007-06-09 10:11:16 -0400
committerMark M. Hoffman <mhoffman@lightlink.com>2007-07-19 14:22:11 -0400
commit9431996f55f8a3c04cdcb63895cf7661e135fadb (patch)
tree063732da70fa3fc5ff08f868962f4f07d4b1dfd2 /drivers/hwmon/Kconfig
parent87f0f31baf9ea2cb273d7fb56b3ebf9df5096884 (diff)
hwmon: New SMSC DME1737 driver
Add support for the hardware monitoring and fan control capabilities of the SMSC DME1737 and Asus A8000 Super-I/O chips. The hardware monitoring logic of this chip is similar to the LM85 but has some additional features that this driver supports. Even though it's a Super-I/O chip, the hardware monitoring logic can only be accessed via SMBus. Signed-off-by: Juerg Haefliger <juergh at gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 13eea47dceb3..f848e343b6ab 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -442,6 +442,18 @@ config SENSORS_SIS5595
442 This driver can also be built as a module. If so, the module 442 This driver can also be built as a module. If so, the module
443 will be called sis5595. 443 will be called sis5595.
444 444
445config SENSORS_DME1737
446 tristate "SMSC DME1737 and compatibles"
447 depends on I2C && EXPERIMENTAL
448 select HWMON_VID
449 help
450 If you say yes here you get support for the hardware monitoring
451 and fan control features of the SMSC DME1737 (and compatibles
452 like the Asus A8000) Super-I/O chip.
453
454 This driver can also be built as a module. If so, the module
455 will be called dme1737.
456
445config SENSORS_SMSC47M1 457config SENSORS_SMSC47M1
446 tristate "SMSC LPC47M10x and compatibles" 458 tristate "SMSC LPC47M10x and compatibles"
447 help 459 help