diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-28 16:03:45 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-10-28 17:43:55 -0400 |
commit | b63aa731cd9e3fed7694a99f9c233f5f4b244f03 (patch) | |
tree | 989d0d8425d7d38381980765657f484973b535dc /drivers/watchdog/Makefile | |
parent | dee00abbbcab97b8ee3bbafb5e786dde83e26741 (diff) |
watchdog: add support for Broadcom BCM63xx built-in watchdog
This patch adds support for the Broadcom BCM63xx SoC built-in watchdog, it
uses one of the BCM63xx hardware timer id.
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 8374503fcc6a..4b0ef386229d 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -109,6 +109,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o | |||
109 | 109 | ||
110 | # MIPS Architecture | 110 | # MIPS Architecture |
111 | obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o | 111 | obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o |
112 | obj-$(CONFIG_BCM63XX_WDT) += bcm63xx_wdt.o | ||
112 | obj-$(CONFIG_RC32434_WDT) += rc32434_wdt.o | 113 | obj-$(CONFIG_RC32434_WDT) += rc32434_wdt.o |
113 | obj-$(CONFIG_INDYDOG) += indydog.o | 114 | obj-$(CONFIG_INDYDOG) += indydog.o |
114 | obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o | 115 | obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o |