Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208108
b: refs/heads/master
c: 96cb4eb
h: refs/heads/master
v: v3
  • Loading branch information
Giel van Schijndel authored and Wim Van Sebroeck committed Aug 8, 2010
1 parent 72ec157 commit d7c53d4
Show file tree
Hide file tree
Showing 4 changed files with 781 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: 4c4b638e3718344e4caeb157cfbfde1b6a7b1562
refs/heads/master: 96cb4eb019ce3185ec0d946a74b5a2202f5067c9
11 changes: 11 additions & 0 deletions trunk/drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,17 @@ config ALIM7101_WDT

Most people will say N.

config F71808E_WDT
tristate "Fintek F71808E and F71882FG Watchdog"
depends on X86 && EXPERIMENTAL
help
This is the driver for the hardware watchdog on the Fintek
F71808E and F71882FG Super I/O controllers.

You can compile this driver directly into the kernel, or use
it as a module. The module will be called f71808e_wdt.


config GEODE_WDT
tristate "AMD Geode CS5535/CS5536 Watchdog"
depends on CS5535_MFGPT
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o
obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o
obj-$(CONFIG_ALIM1535_WDT) += alim1535_wdt.o
obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o
obj-$(CONFIG_F71808E_WDT) += f71808e_wdt.o
obj-$(CONFIG_GEODE_WDT) += geodewdt.o
obj-$(CONFIG_SC520_WDT) += sc520_wdt.o
obj-$(CONFIG_SBC_FITPC2_WATCHDOG) += sbc_fitpc2_wdt.o
Expand Down
Loading

0 comments on commit d7c53d4

Please sign in to comment.