diff --git a/src/Kconfig b/src/Kconfig index 0d56291de4..2b5f05ed1b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -738,7 +738,7 @@ source "payloads/Kconfig" menu "Debugging" comment "CPU Debug Settings" -source "src/cpu/*/Kconfig.debug" +source "src/cpu/*/Kconfig.debug_cpu" comment "General Debug Settings" diff --git a/src/cpu/x86/Kconfig.debug b/src/cpu/x86/Kconfig.debug_cpu similarity index 100% rename from src/cpu/x86/Kconfig.debug rename to src/cpu/x86/Kconfig.debug_cpu