Skip to content

Commit

Permalink
watchdog: Adding support for ARM Primecell SP805 Watchdog
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Viresh KUMAR authored and Wim Van Sebroeck committed Aug 8, 2010
1 parent 96cb4eb commit 4a37027
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ obj-$(CONFIG_USBPCWATCHDOG) += pcwd_usb.o
# ALPHA Architecture

# ARM Architecture
obj-$(CONFIG_ARM_SP805_WATCHDOG) += sp805_wdt.o
obj-$(CONFIG_AT91RM9200_WATCHDOG) += at91rm9200_wdt.o
obj-$(CONFIG_AT91SAM9X_WATCHDOG) += at91sam9_wdt.o
obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o
Expand Down
Loading

0 comments on commit 4a37027

Please sign in to comment.