diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-08 06:51:25 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-11-10 00:20:38 +0000 |
commit | bbf6aef4e98081e5a6ccb77bc1d080c0d2eb434e (patch) | |
tree | 4bf8551c3fc15b810bbe44123fb6fa52cffd3ea2 | |
parent | 815c3634e39641b9dbadb693507c19e184e60f82 (diff) |
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>
-rw-r--r-- | src/cpu/x86/Kconfig.debug_cpu | 7 |
1 files changed, 0 insertions, 7 deletions
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" |