aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Kconfig
diff options
context:
space:
mode:
authorSven Anders <anders@anduras.de>2006-08-24 11:11:50 -0400
committerWim Van Sebroeck <wim@iguana.be>2006-10-04 16:36:02 -0400
commit485ae77dc7f484563707557ccf8c5d228980619f (patch)
treef6b24e7e0b02ea3d33744bfd19671909b197ecc1 /drivers/char/watchdog/Kconfig
parent3bdc9d0b408e01c4e556daba0035ba37f603e920 (diff)
[WATCHDOG] Winbond SMsC37B787 watchdog driver
New watchdog driver for the Winbond SMsC37B787 chipset. Signed-off-by: Sven Anders <anders@anduras.de> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r--drivers/char/watchdog/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig
index 89e46d6dfc4..8d2ebc73c89 100644
--- a/drivers/char/watchdog/Kconfig
+++ b/drivers/char/watchdog/Kconfig
@@ -395,6 +395,26 @@ config CPU5_WDT
395 To compile this driver as a module, choose M here: the 395 To compile this driver as a module, choose M here: the
396 module will be called cpu5wdt. 396 module will be called cpu5wdt.
397 397
398config SMSC37B787_WDT
399 tristate "Winbond SMsC37B787 Watchdog Timer"
400 depends on WATCHDOG && X86
401 ---help---
402 This is the driver for the hardware watchdog component on the
403 Winbond SMsC37B787 chipset as used on the NetRunner Mainboard
404 from Vision Systems and maybe others.
405
406 This watchdog simply watches your kernel to make sure it doesn't
407 freeze, and if it does, it reboots your computer after a certain
408 amount of time.
409
410 Usually a userspace daemon will notify the kernel WDT driver that
411 userspace is still alive, at regular intervals.
412
413 To compile this driver as a module, choose M here: the
414 module will be called smsc37b787_wdt.
415
416 Most people will say N.
417
398config W83627HF_WDT 418config W83627HF_WDT
399 tristate "W83627HF Watchdog Timer" 419 tristate "W83627HF Watchdog Timer"
400 depends on WATCHDOG && X86 420 depends on WATCHDOG && X86