diff options
author | Florian Fainelli <florian.fainelli@int-evry.fr> | 2007-05-06 06:55:32 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2007-05-06 15:36:45 -0400 |
commit | 04bf3b4f5fc033adf921f2e57d034ddbebef5fe7 (patch) | |
tree | 51982518d855a067bcf06f78214d8b4234c4d1fd /drivers/char/watchdog/Makefile | |
parent | 62be074147fe2e24359d76a33938df7bccea1e6a (diff) |
[WATCHDOG] MTX-1 Watchdog driver
This patch adds support for the MTX-1 boards watchdog. If not available the
board will reboot every 100 seconds. It uses the Linux watchdog and timer
APIs.
Signed-off-by: Florian Fainelli <florian.fainelli@int-evry.fr>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Makefile')
-rw-r--r-- | drivers/char/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile index 387eb80b404f..8bfc00cc7c2b 100644 --- a/drivers/char/watchdog/Makefile +++ b/drivers/char/watchdog/Makefile | |||
@@ -72,6 +72,7 @@ obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o | |||
72 | 72 | ||
73 | # MIPS Architecture | 73 | # MIPS Architecture |
74 | obj-$(CONFIG_INDYDOG) += indydog.o | 74 | obj-$(CONFIG_INDYDOG) += indydog.o |
75 | obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o | ||
75 | obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o | 76 | obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o |
76 | 77 | ||
77 | # S390 Architecture | 78 | # S390 Architecture |