diff options
author | Florian Fainelli <florian.fainelli@int-evry.fr> | 2007-05-06 12:55:32 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2007-05-06 21:36:45 +0200 |
commit | 04bf3b4f5fc033adf921f2e57d034ddbebef5fe7 (patch) | |
tree | 51982518d855a067bcf06f78214d8b4234c4d1fd /drivers/char/watchdog/Makefile | |
parent | [WATCHDOG] s3c2410_wdt - initialize watchdog irq resource (diff) | |
download | linux-04bf3b4f5fc033adf921f2e57d034ddbebef5fe7.tar.xz linux-04bf3b4f5fc033adf921f2e57d034ddbebef5fe7.zip |
[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 # MIPS Architecture obj-$(CONFIG_INDYDOG) += indydog.o +obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o # S390 Architecture |