Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8812
b: refs/heads/master
c: b4cc4aa
h: refs/heads/master
v: v3
  • Loading branch information
Jose Miguel Goncalves authored and Wim Van Sebroeck committed Sep 12, 2005
1 parent 2edc93b commit 5792572
Show file tree
Hide file tree
Showing 4 changed files with 563 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: 3809ad384af43ad883f47ee22a6faa33cedd61bc
refs/heads/master: b4cc4aa24ca47b6a2bdb9029020502cff7c6e774
13 changes: 13 additions & 0 deletions trunk/drivers/char/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,19 @@ config W83877F_WDT

Most people will say N.

config W83977F_WDT
tristate "W83977F (PCM-5335) Watchdog Timer"
depends on WATCHDOG && X86
---help---
This is the driver for the hardware watchdog on the W83977F I/O chip
as used in AAEON's PCM-5335 SBC (and likely others). This
watchdog simply watches your kernel to make sure it doesn't freeze,
and if it does, it reboots your computer after a certain amount of
time.

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

config MACHZ_WDT
tristate "ZF MachZ Watchdog"
depends on WATCHDOG && X86
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 @@ -49,6 +49,7 @@ obj-$(CONFIG_SBC8360_WDT) += sbc8360.o
obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o
obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o
obj-$(CONFIG_W83877F_WDT) += w83877f_wdt.o
obj-$(CONFIG_W83977F_WDT) += w83977f_wdt.o
obj-$(CONFIG_MACHZ_WDT) += machzwd.o

# PowerPC Architecture
Expand Down
Loading

0 comments on commit 5792572

Please sign in to comment.