From aae81906b940c84b53944ec48d08074d8a0d153d Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 4 Nov 2019 21:50:21 +0100 Subject: [PATCH] Kconfig: Organize debugging options per file extensions Change-Id: Ia4553fb4cd95d2f1fa86eecbf382e6e6dec52b92 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36616 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/Kconfig | 2 +- src/cpu/x86/{Kconfig.debug => Kconfig.debug_cpu} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/cpu/x86/{Kconfig.debug => Kconfig.debug_cpu} (100%) 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