diff options
author | Andrew Sharp <andy.sharp@onstor.com> | 2007-12-13 19:16:42 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-02-18 11:53:47 -0500 |
commit | 75c752e6c3147f596c13365b200b91d754b66f59 (patch) | |
tree | 7f8d6ad758b24ffe5633755b8322727353feaeae /drivers/watchdog/Makefile | |
parent | 1309d4e68497184d2fd87e892ddf14076c2bda98 (diff) |
[WATCHDOG] Add support for SB1 hardware watchdog
Support watchdog timers built into SiByte MIPS SoCs.
Signed-off-by: Andy Sharp <andy.sharp@onstor.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
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 ebc21146d40c..90e4bbffbbfd 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -92,6 +92,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o | |||
92 | obj-$(CONFIG_INDYDOG) += indydog.o | 92 | obj-$(CONFIG_INDYDOG) += indydog.o |
93 | obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o | 93 | obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o |
94 | obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o | 94 | obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o |
95 | obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o | ||
95 | obj-$(CONFIG_AR7_WDT) += ar7_wdt.o | 96 | obj-$(CONFIG_AR7_WDT) += ar7_wdt.o |
96 | obj-$(CONFIG_TXX9_WDT) += txx9wdt.o | 97 | obj-$(CONFIG_TXX9_WDT) += txx9wdt.o |
97 | 98 | ||