cpu/x86/Kconfig.debug_cpu: Drop unused symbol

Change-Id: I2b611773e596bea4788b05a3f58485fb3e002402
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69362
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Arthur Heymans 2022-11-08 06:51:25 +01:00 committed by Martin L Roth
parent 815c3634e3
commit bbf6aef4e9
1 changed files with 0 additions and 7 deletions

View File

@ -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"