diff options
author | Jose Miguel Goncalves <jose.goncalves@inov.pt> | 2005-09-06 17:05:30 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2005-09-12 09:34:39 +0200 |
commit | b4cc4aa24ca47b6a2bdb9029020502cff7c6e774 (patch) | |
tree | 7b621a12b7266599b7ee54ef74f7040f8919e2e3 /drivers/char/watchdog/Makefile | |
parent | 3809ad384af43ad883f47ee22a6faa33cedd61bc (diff) | |
download | linux-b4cc4aa24ca47b6a2bdb9029020502cff7c6e774.tar.gz linux-b4cc4aa24ca47b6a2bdb9029020502cff7c6e774.tar.bz2 linux-b4cc4aa24ca47b6a2bdb9029020502cff7c6e774.zip |
[WATCHDOG] w83977f-watchdog-driver.patch
In a project for my company I've needed to use the watchdog device in a
PCM-5335 SBC from AAEON. The watchdog timer is from a Winbond's SuperIO
chip, the W83977F.
I've made this driver based on two others already on the kernel tree,
the w83877f_wdt and the wdt977.
Signed-off-by: Jose Goncalves <jose.goncalves@inov.pt>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Makefile')
-rw-r--r-- | drivers/char/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile index c7f74026bd3c..3ca8a12a1510 100644 --- a/drivers/char/watchdog/Makefile +++ b/drivers/char/watchdog/Makefile @@ -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 |