diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2012-06-09 08:10:28 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-07-23 06:48:41 -0400 |
commit | bff23431fe7e2eba939fe4cdaa78d94a4d9497f7 (patch) | |
tree | 90d7955a315329ca388cfa0c5a5da9aec1ab1977 /drivers/watchdog/Kconfig | |
parent | 18cb2ae55f98648caf0d52ef075f38b16aae7ec6 (diff) |
watchdog: iTCO_wdt.c: convert to watchdog core
This patch converts the iTCO_wdt watchdog driver to use the
generic watchdog framework.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index fe819b76de56..277ecbc36bcb 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -578,6 +578,7 @@ config INTEL_SCU_WATCHDOG | |||
578 | config ITCO_WDT | 578 | config ITCO_WDT |
579 | tristate "Intel TCO Timer/Watchdog" | 579 | tristate "Intel TCO Timer/Watchdog" |
580 | depends on (X86 || IA64) && PCI | 580 | depends on (X86 || IA64) && PCI |
581 | select WATCHDOG_CORE | ||
581 | select LPC_ICH | 582 | select LPC_ICH |
582 | ---help--- | 583 | ---help--- |
583 | Hardware driver for the intel TCO timer based watchdog devices. | 584 | Hardware driver for the intel TCO timer based watchdog devices. |