diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2016-01-07 17:49:22 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-07 01:11:06 -0500 |
commit | 222818c3d84c1f3190767f5f09f2b9b9a0e0ca7f (patch) | |
tree | 71812f9021fe350bbec52494a07306410a96e8a2 /drivers/watchdog/Kconfig | |
parent | fdd9b8655933c3eb3154fe1ed351c17b654258bd (diff) |
watchdog: mei_wdt: implement MEI iAMT watchdog driver
Create a driver with the generic watchdog interface
for the MEI iAMT watchdog device.
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 4f0e7be0da34..57f872122b16 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1212,6 +1212,21 @@ config SBC_EPX_C3_WATCHDOG | |||
1212 | To compile this driver as a module, choose M here: the | 1212 | To compile this driver as a module, choose M here: the |
1213 | module will be called sbc_epx_c3. | 1213 | module will be called sbc_epx_c3. |
1214 | 1214 | ||
1215 | config INTEL_MEI_WDT | ||
1216 | tristate "Intel MEI iAMT Watchdog" | ||
1217 | depends on INTEL_MEI && X86 | ||
1218 | select WATCHDOG_CORE | ||
1219 | ---help--- | ||
1220 | A device driver for the Intel MEI iAMT watchdog. | ||
1221 | |||
1222 | The Intel AMT Watchdog is an OS Health (Hang/Crash) watchdog. | ||
1223 | Whenever the OS hangs or crashes, iAMT will send an event | ||
1224 | to any subscriber to this event. The watchdog doesn't reset the | ||
1225 | the platform. | ||
1226 | |||
1227 | To compile this driver as a module, choose M here: | ||
1228 | the module will be called mei_wdt. | ||
1229 | |||
1215 | # M32R Architecture | 1230 | # M32R Architecture |
1216 | 1231 | ||
1217 | # M68K Architecture | 1232 | # M68K Architecture |