diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 28a9835f825..6c216f91b95 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 | |||
1142 | config 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 | # |