aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Kconfig
diff options
context:
space:
mode:
authorSven Anders & Marcus Junker <anders@anduras.de, junker@anduras.de>2006-08-24 17:11:50 +0200
committerWim Van Sebroeck <wim@iguana.be>2006-10-15 20:04:59 +0200
commit789fc0adbaf3a3ca95a3894aedacfc01863e8ae3 (patch)
tree095a8e2abad707c245f16126925553fc44a58a4d /drivers/char/watchdog/Kconfig
parent[WATCHDOG] remove experimental on iTCO_wdt.c (diff)
downloadlinux-dev-789fc0adbaf3a3ca95a3894aedacfc01863e8ae3.tar.xz
linux-dev-789fc0adbaf3a3ca95a3894aedacfc01863e8ae3.zip
[WATCHDOG] NS pc87413-wdt Watchdog driver
New watchdog driver for the NS pc87413-wdt Watchdog Timer. Signed-off-by: Sven Anders <anders@anduras.de> Signed-off-by: Marcus Junker <junker@anduras.de> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r--drivers/char/watchdog/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig
index 0187b1185323..d3e99982b69a 100644
--- a/drivers/char/watchdog/Kconfig
+++ b/drivers/char/watchdog/Kconfig
@@ -363,6 +363,20 @@ config SCx200_WDT
If compiled as a module, it will be called scx200_wdt.
+config PC87413_WDT
+ tristate "NS PC87413 watchdog"
+ depends on WATCHDOG && X86
+ ---help---
+ This is the driver for the hardware watchdog on the PC87413 chipset
+ 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 pc87413_wdt.
+
+ Most people will say N.
+
config 60XX_WDT
tristate "SBC-60XX Watchdog Timer"
depends on WATCHDOG && X86