aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-03-18 08:05:08 -0400
committerGuenter Roeck <guenter.roeck@ericsson.com>2012-03-20 09:42:05 -0400
commit312869ec935ab3bb67b7ba641a7d11230555aff5 (patch)
treecce1f87f557373a95c3cf44b792532f42cee728f /drivers/hwmon/Kconfig
parent840e191dba36f51ae52db8a93849191af9e89098 (diff)
hwmon: (sch56xx) Add support for the integrated watchdog (v2)
Add support for the watchdog integrated into the SMSC SCH5627 and SCH5636 superio-s. Since the watchdog is part of the hwmon logical device and thus shares ioports with it, the watchdog driver is integrated into the existing hwmon drivers for these. Note that this version of the watchdog support for sch56xx superio-s implements the watchdog chardev interface itself, rather then relying on the recently added watchdog core / watchdog_dev. This is done because currently some needed functionality is missing from watchdog_dev, as soon as this functionality is added (which is being discussed on the linux-watchdog mailinglist), I'll convert this driver over to using watchdog_dev. Signed-off-by: Hans de Goede <hdegoede@redhat.com> [guenter.roeck@ericsson.com: Added missing linux/slab.h include] Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 1cd0e201819c..811e6c47e7e6 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1028,7 +1028,8 @@ config SENSORS_SCH5627
1028 select SENSORS_SCH56XX_COMMON 1028 select SENSORS_SCH56XX_COMMON
1029 help 1029 help
1030 If you say yes here you get support for the hardware monitoring 1030 If you say yes here you get support for the hardware monitoring
1031 features of the SMSC SCH5627 Super-I/O chip. 1031 features of the SMSC SCH5627 Super-I/O chip including support for
1032 the integrated watchdog.
1032 1033
1033 This driver can also be built as a module. If so, the module 1034 This driver can also be built as a module. If so, the module
1034 will be called sch5627. 1035 will be called sch5627.
@@ -1044,7 +1045,8 @@ config SENSORS_SCH5636
1044 1045
1045 Currently this driver only supports the Fujitsu Theseus SCH5636 based 1046 Currently this driver only supports the Fujitsu Theseus SCH5636 based
1046 hwmon solution. Say yes here if you want support for the Fujitsu 1047 hwmon solution. Say yes here if you want support for the Fujitsu
1047 Theseus' hardware monitoring features. 1048 Theseus' hardware monitoring features including support for the
1049 integrated watchdog.
1048 1050
1049 This driver can also be built as a module. If so, the module 1051 This driver can also be built as a module. If so, the module
1050 will be called sch5636. 1052 will be called sch5636.