From bbf6aef4e98081e5a6ccb77bc1d080c0d2eb434e Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 8 Nov 2022 06:51:25 +0100 Subject: cpu/x86/Kconfig.debug_cpu: Drop unused symbol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2b611773e596bea4788b05a3f58485fb3e002402 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/69362 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- src/cpu/x86/Kconfig.debug_cpu | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/cpu/x86') diff --git a/src/cpu/x86/Kconfig.debug_cpu b/src/cpu/x86/Kconfig.debug_cpu index 8e0c3e4233..ddcb119ebe 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" -- cgit v1.2.3