aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@novell.com>2010-10-04 05:37:26 -0400
committerWim Van Sebroeck <wim@iguana.be>2011-03-15 12:02:18 -0400
commit066d6c7f4ec94d40d13061714489783916548cdb (patch)
treeb3b8763e74d59ea93a948b2527d83c33d32ad968 /drivers/watchdog/Kconfig
parent57539c1cf9f146ab9988a350dbc2d7e69a8a5c30 (diff)
watchdog: Xen watchdog driver
While the hypervisor change adding SCHEDOP_watchdog support included a daemon to make use of the new functionality, having a kernel driver for /dev/watchdog so that user space code doesn't need to distinguish non-Xen and Xen seems to be preferable. Signed-off-by: Jan Beulich <jbeulich@novell.com> Cc: Jeremy Fitzhardinge <jeremy@goop.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 28a9835f8256..6c216f91b953 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1137,6 +1137,16 @@ config WATCHDOG_RIO
1137 1137
1138# XTENSA Architecture 1138# XTENSA Architecture
1139 1139
1140# Xen Architecture
1141
1142config XEN_WDT
1143 tristate "Xen Watchdog support"
1144 depends on XEN
1145 help
1146 Say Y here to support the hypervisor watchdog capability provided
1147 by Xen 4.0 and newer. The watchdog timeout period is normally one
1148 minute but can be changed with a boot-time parameter.
1149
1140# 1150#
1141# ISA-based Watchdog Cards 1151# ISA-based Watchdog Cards
1142# 1152#