summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorViresh KUMAR2010-08-04 08:14:14 +0200
committerWim Van Sebroeck2010-08-08 20:22:25 +0200
commit4a370278e1041d4c62719bcd773e9c620e775901 (patch)
tree7e73fd2a222bc5c35070e59d7c021cca23d142ed /drivers/watchdog/Kconfig
parentwatchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FG (diff)
downloadkernel-qcow2-linux-4a370278e1041d4c62719bcd773e9c620e775901.tar.gz
kernel-qcow2-linux-4a370278e1041d4c62719bcd773e9c620e775901.tar.xz
kernel-qcow2-linux-4a370278e1041d4c62719bcd773e9c620e775901.zip
watchdog: Adding support for ARM Primecell SP805 Watchdog
Technical Reference Manual can be found at: http://infocenter.arm.com/help/topic/com.arm.doc.ddi0270b/DDI0270.pdf 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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 910e09f49b36..4d2992aadfb7 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -73,6 +73,13 @@ config WM8350_WATCHDOG
# ARM Architecture
+config ARM_SP805_WATCHDOG
+ tristate "ARM SP805 Watchdog"
+ depends on ARM_AMBA
+ help
+ ARM Primecell SP805 Watchdog timer. This will reboot your system when
+ the timeout is reached.
+
config AT91RM9200_WATCHDOG
tristate "AT91RM9200 watchdog"
depends on ARCH_AT91RM9200