Skip to content

Commit

Permalink
bcm2708 watchdog driver
Browse files Browse the repository at this point in the history
Signed-off-by: popcornmix <popcornmix@gmail.com>
  • Loading branch information
popcornmix authored and Dom Cobley committed Aug 18, 2012
1 parent 031ee3e commit 7ff2699
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/watchdog/Kconfig
Expand Up @@ -343,6 +343,12 @@ config IMX2_WDT
To compile this driver as a module, choose M here: the
module will be called imx2_wdt.

config BCM2708_WDT
tristate "BCM2708 Watchdog"
depends on ARCH_BCM2708
help
Enables BCM2708 watchdog support.

# AVR32 Architecture

config AT32AP700X_WDT
Expand Down
1 change: 1 addition & 0 deletions drivers/watchdog/Makefile
Expand Up @@ -53,6 +53,7 @@ obj-$(CONFIG_STMP3XXX_WATCHDOG) += stmp3xxx_wdt.o
obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o
obj-$(CONFIG_TS72XX_WATCHDOG) += ts72xx_wdt.o
obj-$(CONFIG_IMX2_WDT) += imx2_wdt.o
obj-$(CONFIG_BCM2708_WDT) += bcm2708_wdog.o

# AVR32 Architecture
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o
Expand Down

0 comments on commit 7ff2699

Please sign in to comment.