Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113170
b: refs/heads/master
c: 7d8b090
h: refs/heads/master
v: v3
  • Loading branch information
Flemming Frandsen authored and Wim Van Sebroeck committed Oct 10, 2008
1 parent 2a1ea17 commit 874bb3e
Show file tree
Hide file tree
Showing 4 changed files with 409 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: e1fee94f346387739e683b31815ab54dc0a30bd6
refs/heads/master: 7d8b09066117e3023e55964ae4626c107f437b60
15 changes: 15 additions & 0 deletions trunk/drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,21 @@ config W83697HF_WDT

Most people will say N.

config W83697UG_WDT
tristate "W83697UG/W83697UF Watchdog Timer"
depends on X86
---help---
This is the driver for the hardware watchdog on the W83697UG/UF
chipset as used in MSI Fuzzy CX700 VIA motherboards (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 w83697ug_wdt.

Most people will say N.

config W83877F_WDT
tristate "W83877F (EMACS) Watchdog Timer"
depends on X86
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o
obj-$(CONFIG_SMSC37B787_WDT) += smsc37b787_wdt.o
obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o
obj-$(CONFIG_W83697HF_WDT) += w83697hf_wdt.o
obj-$(CONFIG_W83697UG_WDT) += w83697ug_wdt.o
obj-$(CONFIG_W83877F_WDT) += w83877f_wdt.o
obj-$(CONFIG_W83977F_WDT) += w83977f_wdt.o
obj-$(CONFIG_MACHZ_WDT) += machzwd.o
Expand Down
Loading

0 comments on commit 874bb3e

Please sign in to comment.