aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorFlemming Frandsen <ff@nrvissing.net>2008-04-17 05:29:54 -0400
committerWim Van Sebroeck <wim@iguana.be>2008-10-10 09:09:28 -0400
commit7d8b09066117e3023e55964ae4626c107f437b60 (patch)
treeeda88e7a4cb04bc19361e5354d7b2fcb677ab288 /drivers/watchdog/Kconfig
parente1fee94f346387739e683b31815ab54dc0a30bd6 (diff)
[WATCHDOG] Add driver for winbond w83697ug/uf watchdog feature
Adapted the w83627hf_wdt.c driver to work with the w83697ug/uf chip, found on MSI Fuzzy CX700 boards. The method used is taken directly from the winbond datasheet and surprisingly it differs slightly from all the other winbond watchdogs. So far it has only been tested on the CX700 board that I have, but it seems to work nicely. Signed-off-by: Flemming Frandsen <ff@nrvissing.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 82e65154e75c..37dc27c4ecdc 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -585,6 +585,21 @@ config W83697HF_WDT
585 585
586 Most people will say N. 586 Most people will say N.
587 587
588config W83697UG_WDT
589 tristate "W83697UG/W83697UF Watchdog Timer"
590 depends on X86
591 ---help---
592 This is the driver for the hardware watchdog on the W83697UG/UF
593 chipset as used in MSI Fuzzy CX700 VIA motherboards (and likely others).
594 This watchdog simply watches your kernel to make sure it doesn't
595 freeze, and if it does, it reboots your computer after a certain
596 amount of time.
597
598 To compile this driver as a module, choose M here: the
599 module will be called w83697ug_wdt.
600
601 Most people will say N.
602
588config W83877F_WDT 603config W83877F_WDT
589 tristate "W83877F (EMACS) Watchdog Timer" 604 tristate "W83877F (EMACS) Watchdog Timer"
590 depends on X86 605 depends on X86