diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2012-06-09 14:10:28 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-07-23 12:48:41 +0200 |
commit | bff23431fe7e2eba939fe4cdaa78d94a4d9497f7 (patch) | |
tree | 90d7955a315329ca388cfa0c5a5da9aec1ab1977 /drivers/watchdog/Kconfig | |
parent | 18cb2ae55f98648caf0d52ef075f38b16aae7ec6 (diff) | |
download | talos-obmc-linux-bff23431fe7e2eba939fe4cdaa78d94a4d9497f7.tar.gz talos-obmc-linux-bff23431fe7e2eba939fe4cdaa78d94a4d9497f7.zip |
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 config ITCO_WDT tristate "Intel TCO Timer/Watchdog" depends on (X86 || IA64) && PCI + select WATCHDOG_CORE select LPC_ICH ---help--- Hardware driver for the intel TCO timer based watchdog devices. |