summaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Kconfig
diff options
context:
space:
mode:
authorJose Miguel Goncalves2005-09-07 02:05:30 +0200
committerWim Van Sebroeck2005-09-12 09:34:39 +0200
commitb4cc4aa24ca47b6a2bdb9029020502cff7c6e774 (patch)
tree7b621a12b7266599b7ee54ef74f7040f8919e2e3 /drivers/char/watchdog/Kconfig
parent[WATCHDOG] New SBC8360 watchdog driver (revised) (diff)
downloadkernel-qcow2-linux-b4cc4aa24ca47b6a2bdb9029020502cff7c6e774.tar.gz
kernel-qcow2-linux-b4cc4aa24ca47b6a2bdb9029020502cff7c6e774.tar.xz
kernel-qcow2-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/Kconfig')
-rw-r--r--drivers/char/watchdog/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig
index e18a4102163f..2d78962b4de7 100644
--- a/drivers/char/watchdog/Kconfig
+++ b/drivers/char/watchdog/Kconfig
@@ -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