diff options
author | Huang Ying <ying.huang@intel.com> | 2011-07-13 07:14:28 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-08-03 17:15:58 +0200 |
commit | ba61ca4aab47441f1c6cec28a9a6aa0489fd1df3 (patch) | |
tree | 04859a2c04f238b41e535c8e64977aefa99e28d2 /drivers/acpi/apei/Kconfig | |
parent | HWPoison: add memory_failure_queue() (diff) | |
download | linux-ba61ca4aab47441f1c6cec28a9a6aa0489fd1df3.tar.xz linux-ba61ca4aab47441f1c6cec28a9a6aa0489fd1df3.zip |
ACPI, APEI, GHES: Add hardware memory error recovery support
memory_failure_queue() is called when recoverable memory errors are
notified by firmware to do the recovery work.
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/apei/Kconfig')
-rw-r--r-- | drivers/acpi/apei/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig index 35596eaaca17..c34aa51af4ee 100644 --- a/drivers/acpi/apei/Kconfig +++ b/drivers/acpi/apei/Kconfig @@ -32,6 +32,13 @@ config ACPI_APEI_PCIEAER PCIe AER errors may be reported via APEI firmware first mode. Turn on this option to enable the corresponding support. +config ACPI_APEI_MEMORY_FAILURE + bool "APEI memory error recovering support" + depends on ACPI_APEI && MEMORY_FAILURE + help + Memory errors may be reported via APEI firmware first mode. + Turn on this option to enable the memory recovering support. + config ACPI_APEI_EINJ tristate "APEI Error INJection (EINJ)" depends on ACPI_APEI && DEBUG_FS |