Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / ras / Kconfig
index c2a236f2e84608b73ab42f80cec52c62a1fe33e9..fc4f4bb94a4c659c391a24c6a3119ab7b24e7c7f 100644 (file)
@@ -32,5 +32,18 @@ menuconfig RAS
 if RAS
 
 source "arch/x86/ras/Kconfig"
+source "drivers/ras/amd/atl/Kconfig"
+
+config RAS_FMPM
+       tristate "FRU Memory Poison Manager"
+       default m
+       depends on AMD_ATL && ACPI_APEI
+       help
+         Support saving and restoring memory error information across reboot
+         using ACPI ERST as persistent storage. Error information is saved with
+         the UEFI CPER "FRU Memory Poison" section format.
+
+         Memory will be retired during boot time and run time depending on
+         platform-specific policies.
 
 endif