From 39789eb6955040a26b5b9d7614790e565be2fada Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 23 Oct 2021 00:45:40 +0200 Subject: cpu/x86: drop CPU_X86_LAPIC Kconfig option All x86 CPUs in the coreboot tree have a local APIC, so the corresponding code can be unconditionally included in the build. Signed-off-by: Felix Held Change-Id: Ifc354fb386977b0fca4caa72c03aa77a20bc348e Reviewed-on: https://review.coreboot.org/c/coreboot/+/58551 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Marshall Dawson --- src/cpu/x86/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cpu/x86/Kconfig') diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index a289325523..bae38891ad 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -4,10 +4,6 @@ config CPU_X86_CACHE_HELPER help Add the x86_enable_cache ramstage helper function to the build. -config CPU_X86_LAPIC - bool - default y - config PARALLEL_MP def_bool y depends on !LEGACY_SMP_INIT -- cgit v1.2.3