Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8811
b: refs/heads/master
c: 3809ad3
h: refs/heads/master
i:
  8809: d5b7836
  8807: 216d930
v: v3
  • Loading branch information
Ian E. Morgan authored and Wim Van Sebroeck committed Sep 11, 2005
1 parent de41551 commit 2edc93b
Show file tree
Hide file tree
Showing 4 changed files with 434 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: 266aa1c4b3d004123d330eb412cc26a3d10f9029
refs/heads/master: 3809ad384af43ad883f47ee22a6faa33cedd61bc
13 changes: 13 additions & 0 deletions trunk/drivers/char/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,19 @@ config 60XX_WDT
You can compile this driver directly into the kernel, or use
it as a module. The module will be called sbc60xxwdt.

config SBC8360_WDT
tristate "SBC8360 Watchdog Timer"
depends on WATCHDOG && X86
---help---

This is the driver for the hardware watchdog on the SBC8360 Single
Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com).

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

Most people will say N.

config CPU5_WDT
tristate "SMA CPU5 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 @@ -45,6 +45,7 @@ obj-$(CONFIG_I8XX_TCO) += i8xx_tco.o
obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o
obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o
obj-$(CONFIG_60XX_WDT) += sbc60xxwdt.o
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
Expand Down
Loading

0 comments on commit 2edc93b

Please sign in to comment.