We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ef856 commit ed8c2d7Copy full SHA for ed8c2d7
drivers/watchdog/Kconfig
@@ -348,6 +348,12 @@ config IMX2_WDT
348
To compile this driver as a module, choose M here: the
349
module will be called imx2_wdt.
350
351
+config BCM2708_WDT
352
+ tristate "BCM2708 Watchdog"
353
+ depends on ARCH_BCM2708
354
+ help
355
+ Enables BCM2708 watchdog support.
356
+
357
# AVR32 Architecture
358
359
config AT32AP700X_WDT
drivers/watchdog/Makefile
@@ -54,6 +54,7 @@ obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o
54
obj-$(CONFIG_ADX_WATCHDOG) += adx_wdt.o
55
obj-$(CONFIG_TS72XX_WATCHDOG) += ts72xx_wdt.o
56
obj-$(CONFIG_IMX2_WDT) += imx2_wdt.o
57
+obj-$(CONFIG_BCM2708_WDT) += bcm2708_wdog.o
58
59
60
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o
0 commit comments