Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208109
b: refs/heads/master
c: 4a37027
h: refs/heads/master
i:
  208107: 72ec157
v: v3
  • Loading branch information
Viresh KUMAR authored and Wim Van Sebroeck committed Aug 8, 2010
1 parent d7c53d4 commit b84c8cb
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96cb4eb019ce3185ec0d946a74b5a2202f5067c9
refs/heads/master: 4a370278e1041d4c62719bcd773e9c620e775901
7 changes: 7 additions & 0 deletions trunk/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 trunk/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 b84c8cb

Please sign in to comment.