aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
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 80825a7e8e48..9289da313d98 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1214,6 +1214,21 @@ config SBC_EPX_C3_WATCHDOG
1214 To compile this driver as a module, choose M here: the 1214 To compile this driver as a module, choose M here: the
1215 module will be called sbc_epx_c3. 1215 module will be called sbc_epx_c3.
1216 1216
1217config INTEL_MEI_WDT
1218 tristate "Intel MEI iAMT Watchdog"
1219 depends on INTEL_MEI && X86
1220 select WATCHDOG_CORE
1221 ---help---
1222 A device driver for the Intel MEI iAMT watchdog.
1223
1224 The Intel AMT Watchdog is an OS Health (Hang/Crash) watchdog.
1225 Whenever the OS hangs or crashes, iAMT will send an event
1226 to any subscriber to this event. The watchdog doesn't reset the
1227 the platform.
1228
1229 To compile this driver as a module, choose M here:
1230 the module will be called mei_wdt.
1231
1217# M32R Architecture 1232# M32R Architecture
1218 1233
1219# M68K Architecture 1234# M68K Architecture