summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-02-28 17:48:11 -0500
committerWim Van Sebroeck <wim@iguana.be>2012-03-27 14:07:21 -0400
commita5132cafc0a739107e51494b9054c0066802b8cd (patch)
tree8f224cb90e877ea1cc67170f47692d2b81c4d33a /drivers/watchdog/Kconfig
parenta0f3683365513c052d21991fe75eccd95aba9d34 (diff)
watchdog: softdog: convert to watchdog core
Convert softdog.c to the new watchdog API. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 8f5c31763286..af7444188f5c 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -55,6 +55,7 @@ comment "Watchdog Device Drivers"
55 55
56config SOFT_WATCHDOG 56config SOFT_WATCHDOG
57 tristate "Software watchdog" 57 tristate "Software watchdog"
58 select WATCHDOG_CORE
58 help 59 help
59 A software monitoring watchdog. This will fail to reboot your system 60 A software monitoring watchdog. This will fail to reboot your system
60 from some situations that the hardware watchdog will recover 61 from some situations that the hardware watchdog will recover