Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41412
b: refs/heads/master
c: 825d374
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Koeller authored and Wim Van Sebroeck committed Nov 17, 2006
1 parent 8ad7209 commit fa1ce75
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e033351d5359f348d2913eb83fbb37023d8f21af
refs/heads/master: 825d3748c1b5f9272e4f9769f1c2da85174ece28
10 changes: 10 additions & 0 deletions trunk/drivers/char/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,16 @@ config INDYDOG
timer expired and no process has written to /dev/watchdog during
that time.

config WDT_RM9K_GPI
tristate "RM9000/GPI hardware watchdog"
depends on WATCHDOG && CPU_RM9000
help
Watchdog implementation using the GPI hardware found on
PMC-Sierra RM9xxx CPUs.

To compile this driver as a module, choose M here: the
module will be called rm9k_wdt.

# S390 Architecture

config ZVM_WATCHDOG
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/char/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o

# MIPS Architecture
obj-$(CONFIG_INDYDOG) += indydog.o
obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o

# S390 Architecture

Expand Down
Loading

0 comments on commit fa1ce75

Please sign in to comment.