summaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli2007-05-06 12:55:32 +0200
committerWim Van Sebroeck2007-05-06 21:36:45 +0200
commit04bf3b4f5fc033adf921f2e57d034ddbebef5fe7 (patch)
tree51982518d855a067bcf06f78214d8b4234c4d1fd /drivers/char/watchdog/Makefile
parent[WATCHDOG] s3c2410_wdt - initialize watchdog irq resource (diff)
downloadkernel-qcow2-linux-04bf3b4f5fc033adf921f2e57d034ddbebef5fe7.tar.gz
kernel-qcow2-linux-04bf3b4f5fc033adf921f2e57d034ddbebef5fe7.tar.xz
kernel-qcow2-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/Makefile1
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