diff options
author | Alan Cox <alan@linux.intel.com> | 2012-02-28 22:48:11 +0000 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-03-27 20:07:21 +0200 |
commit | a5132cafc0a739107e51494b9054c0066802b8cd (patch) | |
tree | 8f224cb90e877ea1cc67170f47692d2b81c4d33a /drivers/watchdog/Kconfig | |
parent | a0f3683365513c052d21991fe75eccd95aba9d34 (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/Kconfig | 1 |
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" config SOFT_WATCHDOG tristate "Software watchdog" + select WATCHDOG_CORE help A software monitoring watchdog. This will fail to reboot your system from some situations that the hardware watchdog will recover |