diff options
| author | Gabor Juhos <juhosg@openwrt.org> | 2011-01-04 15:28:19 -0500 |
|---|---|---|
| committer | Wim Van Sebroeck <wim@iguana.be> | 2011-01-12 08:51:29 -0500 |
| commit | f8394f61c66f48b1fe9d6964ddce492d7f9a4cd9 (patch) | |
| tree | 80fba09cbc5deb141ab7d728afdddb4ff32818c7 /drivers/watchdog/Makefile | |
| parent | 456c730153fe33134fe93742510a96e46a9217c4 (diff) | |
watchdog: add driver for the Atheros AR71XX/AR724X/AR913X SoCs
This patch adds a driver for the built-in hardware watchdog device
of the Atheros AR71XX/AR724X/AR913X SoCs.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@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 cd77f5492f95..9b6b33a02072 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
| @@ -110,6 +110,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o | |||
| 110 | # M68KNOMMU Architecture | 110 | # M68KNOMMU Architecture |
| 111 | 111 | ||
| 112 | # MIPS Architecture | 112 | # MIPS Architecture |
| 113 | obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o | ||
| 113 | obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o | 114 | obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o |
| 114 | obj-$(CONFIG_BCM63XX_WDT) += bcm63xx_wdt.o | 115 | obj-$(CONFIG_BCM63XX_WDT) += bcm63xx_wdt.o |
| 115 | obj-$(CONFIG_RC32434_WDT) += rc32434_wdt.o | 116 | obj-$(CONFIG_RC32434_WDT) += rc32434_wdt.o |
