aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2007-11-11 11:32:17 -0500
committerWim Van Sebroeck <wim@iguana.be>2008-01-25 15:34:55 -0500
commit6f702fce387e16e16d7930b5c9927d5e71d36ece (patch)
treee6ce779ccfcaec9827fba0613767bccaa86fdc9f /drivers/watchdog/Kconfig
parentc6cb13aead3a3cf5bd3e2cfa945602d5cd7825cd (diff)
[WATCHDOG] TXx9 watchdog driver
This is a driver for watchdog timer built into TXx9 MIPS SoCs. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index fbd61127b9d9..899fc13d0612 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -639,6 +639,12 @@ config AR7_WDT
639 help 639 help
640 Hardware driver for the TI AR7 Watchdog Timer. 640 Hardware driver for the TI AR7 Watchdog Timer.
641 641
642config TXX9_WDT
643 tristate "Toshiba TXx9 Watchdog Timer"
644 depends on CPU_TX39XX || CPU_TX49XX
645 help
646 Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
647
642# PARISC Architecture 648# PARISC Architecture
643 649
644# POWERPC Architecture 650# POWERPC Architecture