Skip to content

Commit ed8c2d7

Browse files
committed
bcm2708 watchdog driver
Signed-off-by: popcornmix <[email protected]>
1 parent d5ef856 commit ed8c2d7

File tree

3 files changed

+392
-0
lines changed

3 files changed

+392
-0
lines changed

drivers/watchdog/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@ config IMX2_WDT
348348
To compile this driver as a module, choose M here: the
349349
module will be called imx2_wdt.
350350

351+
config BCM2708_WDT
352+
tristate "BCM2708 Watchdog"
353+
depends on ARCH_BCM2708
354+
help
355+
Enables BCM2708 watchdog support.
356+
351357
# AVR32 Architecture
352358

353359
config AT32AP700X_WDT

drivers/watchdog/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o
5454
obj-$(CONFIG_ADX_WATCHDOG) += adx_wdt.o
5555
obj-$(CONFIG_TS72XX_WATCHDOG) += ts72xx_wdt.o
5656
obj-$(CONFIG_IMX2_WDT) += imx2_wdt.o
57+
obj-$(CONFIG_BCM2708_WDT) += bcm2708_wdog.o
5758

5859
# AVR32 Architecture
5960
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o

0 commit comments

Comments
 (0)