summaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig.debug_cpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/Kconfig.debug_cpu')
-rw-r--r--src/cpu/x86/Kconfig.debug_cpu4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/x86/Kconfig.debug_cpu b/src/cpu/x86/Kconfig.debug_cpu
index f8ed370486..7edb60f445 100644
--- a/src/cpu/x86/Kconfig.debug_cpu
+++ b/src/cpu/x86/Kconfig.debug_cpu
@@ -1,3 +1,5 @@
+if ARCH_X86
+
config HAVE_DEBUG_CAR
bool
@@ -11,3 +13,5 @@ config DISPLAY_MTRRS
config DEBUG_SMM_RELOCATION
bool "Debug SMM relocation code"
depends on HAVE_SMI_HANDLER && SMM_ASEG
+
+endif # ARCH_X86