Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69335 )
Change subject: cpu/x86/Kconfig.debug_cpu: Drop unused Kconfig symbols ......................................................................
cpu/x86/Kconfig.debug_cpu: Drop unused Kconfig symbols
Change-Id: I41e489674863ceca4fba8a12fbfc298d63dc80f7 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/cpu/x86/Kconfig.debug_cpu 1 file changed, 10 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/69335/1
diff --git a/src/cpu/x86/Kconfig.debug_cpu b/src/cpu/x86/Kconfig.debug_cpu index 7edb60f..7a71b80 100644 --- a/src/cpu/x86/Kconfig.debug_cpu +++ b/src/cpu/x86/Kconfig.debug_cpu @@ -1,12 +1,5 @@ if ARCH_X86
-config HAVE_DEBUG_CAR - bool - -config DEBUG_CAR - bool "Output verbose Cache-as-RAM debug messages" - depends on HAVE_DEBUG_CAR - config DISPLAY_MTRRS bool "Display intermediate MTRR settings"