summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorViresh Kumar2012-03-12 05:22:16 +0100
committerWim Van Sebroeck2012-05-30 07:56:41 +0200
commit4a516539faba13deca2399cff8faaa84d251a4ea (patch)
tree7397aae38c373ef22aa7a7edabdd1b3e0cc66ccf /drivers/watchdog/Kconfig
parenthwmon/sch56xx: Depend on watchdog for watchdog core functions (diff)
downloadkernel-qcow2-linux-4a516539faba13deca2399cff8faaa84d251a4ea.tar.gz
kernel-qcow2-linux-4a516539faba13deca2399cff8faaa84d251a4ea.tar.xz
kernel-qcow2-linux-4a516539faba13deca2399cff8faaa84d251a4ea.zip
watchdog: sp805_wdt: convert to watchdog core
This patch converts existing sp805 watchdog driver to use already in place common infrastructure present in watchdog core. With this lot of code goes away. Signed-off-by: Viresh Kumar <viresh.kumar@st.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 004e26152460..fe819b76de56 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -99,6 +99,7 @@ config WM8350_WATCHDOG
config ARM_SP805_WATCHDOG
tristate "ARM SP805 Watchdog"
depends on ARM_AMBA
+ select WATCHDOG_CORE
help
ARM Primecell SP805 Watchdog timer. This will reboot your system when
the timeout is reached.