aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorMarc Vertes <marc.vertes@sigfox.com>2011-12-05 11:00:23 -0500
committerWim Van Sebroeck <wim@iguana.be>2012-01-06 09:33:41 -0500
commitdc3c56b703dad4aec8a9b3dd86f03a90d0c26a2d (patch)
tree2d8324bab71ccdf394e64fe0728522ad566c6f27 /drivers/watchdog/Kconfig
parent86955e2bcb320bf8f271443cb7b03896fc3cbd67 (diff)
watchdog: new driver for VIA chipsets
New driver for the hardware watchdog timer on VIA chipsets. This driver uses the new watchdog framework. PnP must be enabled in BIOS to get full control of watchdog registers. The timer code has been added by Wim Van Sebroeck. Tested on a Artigo A1100, VX855 chipset. Signed-off-by: Marc Vertes <marc.vertes@sigfox.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 79fd606b7cd5..877b107f77a7 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -772,6 +772,19 @@ config SMSC37B787_WDT
772 772
773 Most people will say N. 773 Most people will say N.
774 774
775config VIA_WDT
776 tristate "VIA Watchdog Timer"
777 depends on X86
778 select WATCHDOG_CORE
779 ---help---
780 This is the driver for the hardware watchdog timer on VIA
781 southbridge chipset CX700, VX800/VX820 or VX855/VX875.
782
783 To compile this driver as a module, choose M here; the module
784 will be called via_wdt.
785
786 Most people will say N.
787
775config W83627HF_WDT 788config W83627HF_WDT
776 tristate "W83627HF/W83627DHG Watchdog Timer" 789 tristate "W83627HF/W83627DHG Watchdog Timer"
777 depends on X86 790 depends on X86