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 11:11:50 -0400
committerWim Van Sebroeck <wim@iguana.be>2006-10-15 14:04:59 -0400
commit789fc0adbaf3a3ca95a3894aedacfc01863e8ae3 (patch)
tree095a8e2abad707c245f16126925553fc44a58a4d /drivers/char/watchdog/Kconfig
parentcbf40d3f04c2c76a58f1183bb4a9a82fefb842e3 (diff)
[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
363 363
364 If compiled as a module, it will be called scx200_wdt. 364 If compiled as a module, it will be called scx200_wdt.
365 365
366config PC87413_WDT
367 tristate "NS PC87413 watchdog"
368 depends on WATCHDOG && X86
369 ---help---
370 This is the driver for the hardware watchdog on the PC87413 chipset
371 This watchdog simply watches your kernel to make sure it doesn't
372 freeze, and if it does, it reboots your computer after a certain
373 amount of time.
374
375 To compile this driver as a module, choose M here: the
376 module will be called pc87413_wdt.
377
378 Most people will say N.
379
366config 60XX_WDT 380config 60XX_WDT
367 tristate "SBC-60XX Watchdog Timer" 381 tristate "SBC-60XX Watchdog Timer"
368 depends on WATCHDOG && X86 382 depends on WATCHDOG && X86