From aae81906b940c84b53944ec48d08074d8a0d153d Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 4 Nov 2019 21:50:21 +0100 Subject: 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/cpu/x86/Kconfig.debug | 17 ----------------- src/cpu/x86/Kconfig.debug_cpu | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 src/cpu/x86/Kconfig.debug create mode 100644 src/cpu/x86/Kconfig.debug_cpu (limited to 'src/cpu/x86') diff --git a/src/cpu/x86/Kconfig.debug b/src/cpu/x86/Kconfig.debug deleted file mode 100644 index 056934107c..0000000000 --- a/src/cpu/x86/Kconfig.debug +++ /dev/null @@ -1,17 +0,0 @@ -config HAVE_DEBUG_CAR - bool - -config DEBUG_CAR - bool "Output verbose Cache-as-RAM debug messages" - depends on HAVE_DEBUG_CAR - -config HAVE_DISPLAY_MTRRS - bool - -config DISPLAY_MTRRS - bool "Display intermediate MTRR settings" - depends on HAVE_DISPLAY_MTRRS - -config DEBUG_SMM_RELOCATION - bool "Debug SMM relocation code" - depends on HAVE_SMI_HANDLER && SMM_ASEG diff --git a/src/cpu/x86/Kconfig.debug_cpu b/src/cpu/x86/Kconfig.debug_cpu new file mode 100644 index 0000000000..056934107c --- /dev/null +++ b/src/cpu/x86/Kconfig.debug_cpu @@ -0,0 +1,17 @@ +config HAVE_DEBUG_CAR + bool + +config DEBUG_CAR + bool "Output verbose Cache-as-RAM debug messages" + depends on HAVE_DEBUG_CAR + +config HAVE_DISPLAY_MTRRS + bool + +config DISPLAY_MTRRS + bool "Display intermediate MTRR settings" + depends on HAVE_DISPLAY_MTRRS + +config DEBUG_SMM_RELOCATION + bool "Debug SMM relocation code" + depends on HAVE_SMI_HANDLER && SMM_ASEG -- cgit v1.2.3