aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2011-01-24 07:19:12 -0500
committerWim Van Sebroeck <wim@iguana.be>2011-07-22 04:57:38 -0400
commitc9353ae1c69ba13ec9d29ab4f2dae881c2c06a58 (patch)
tree1f25e7743bb228548190132d06d6134ac60fc1e5 /drivers/watchdog/Kconfig
parent7ccdb9467bbb10d4afd87770f5eaeccd08551a46 (diff)
watchdog: add support for the Synopsys DesignWare WDT
The Synopsys DesignWare watchdog is found in several ARM based systems and provides a choice of 16 timeout periods depending on the clock input. The watchdog cannot be disabled once started. Signed-off-by: Jamie Iles <jamie@jamieiles.com> Acked-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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 21d816e9dfa5..de78d0ab041f 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -186,6 +186,15 @@ config SA1100_WATCHDOG
186 To compile this driver as a module, choose M here: the 186 To compile this driver as a module, choose M here: the
187 module will be called sa1100_wdt. 187 module will be called sa1100_wdt.
188 188
189config DW_WATCHDOG
190 tristate "Synopsys DesignWare watchdog"
191 depends on ARM && HAVE_CLK
192 help
193 Say Y here if to include support for the Synopsys DesignWare
194 watchdog timer found in many ARM chips.
195 To compile this driver as a module, choose M here: the
196 module will be called dw_wdt.
197
189config MPCORE_WATCHDOG 198config MPCORE_WATCHDOG
190 tristate "MPcore watchdog" 199 tristate "MPcore watchdog"
191 depends on HAVE_ARM_TWD 200 depends on HAVE_ARM_TWD