diff options
author | Thomas Koeller <thomas.koeller@baslerweb.com> | 2006-08-14 15:55:29 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-11-17 14:45:24 -0500 |
commit | 825d3748c1b5f9272e4f9769f1c2da85174ece28 (patch) | |
tree | 42f1dadaeb33326f58a5af5c21347a20df016fbd /drivers/char/watchdog/Kconfig | |
parent | e033351d5359f348d2913eb83fbb37023d8f21af (diff) |
[WATCHDOG] MIPS RM9000 on-chip watchdog device
This is a driver for the on-chip watchdog device found on some
MIPS RM9000 processors.
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index a52ecad7d56c..ea09d0c974ea 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -575,6 +575,16 @@ config INDYDOG | |||
575 | timer expired and no process has written to /dev/watchdog during | 575 | timer expired and no process has written to /dev/watchdog during |
576 | that time. | 576 | that time. |
577 | 577 | ||
578 | config WDT_RM9K_GPI | ||
579 | tristate "RM9000/GPI hardware watchdog" | ||
580 | depends on WATCHDOG && CPU_RM9000 | ||
581 | help | ||
582 | Watchdog implementation using the GPI hardware found on | ||
583 | PMC-Sierra RM9xxx CPUs. | ||
584 | |||
585 | To compile this driver as a module, choose M here: the | ||
586 | module will be called rm9k_wdt. | ||
587 | |||
578 | # S390 Architecture | 588 | # S390 Architecture |
579 | 589 | ||
580 | config ZVM_WATCHDOG | 590 | config ZVM_WATCHDOG |