summaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig.debug
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-04 21:50:21 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-06 14:01:30 +0000
commitaae81906b940c84b53944ec48d08074d8a0d153d (patch)
tree645f69402431d233831f90b09cc5bc2ca073a8b9 /src/cpu/x86/Kconfig.debug
parent55f01326cc04f8366a451bcaa4308531281a32d4 (diff)
Kconfig: Organize debugging options per file extensions
Change-Id: Ia4553fb4cd95d2f1fa86eecbf382e6e6dec52b92 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36616 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/x86/Kconfig.debug')
-rw-r--r--src/cpu/x86/Kconfig.debug17
1 files changed, 0 insertions, 17 deletions
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