Files
linux/drivers/ras
Thomas Huth c8e412f79d x86/ras: Move contents from arch/x86/ras/Kconfig into drivers/ras/Kconfig
Commit

  bc8e80d56c ("x86/mce: Merge mce_amd_inj into mce-inject")

removed the last .c file from arch/x86/ras/, so that there is now only
a lonely Kconfig file in this folder. Its config switches CONFIG_RAS_CEC and
CONFIG_RAS_CEC_DEBUG are only used in code that resides in drivers/ras/, so
those Kconfig switches should better reside in drivers/ras/, too. Thus move
the contents of arch/x86/ras/ into drivers/ras/Kconfig now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260410122748.29978-1-thuth@redhat.com
2026-07-01 18:40:09 -07:00
..