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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index e2adc7f57873..1cad32c62ed3 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig @@ -551,6 +551,13 @@ config INDYDOG timer expired and no process has written to /dev/watchdog during that time. +config WDT_MTX1 + tristate "MTX-1 Hardware Watchdog" + depends on MIPS_MTX1 + help + Hardware driver for the MTX-1 boards. This is a watchdog timer that + will reboot the machine after a 100 seconds timer expired. + config WDT_RM9K_GPI tristate "RM9000/GPI hardware watchdog" depends on CPU_RM9000 |