summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2021-10-23 00:45:40 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-10-26 20:01:55 +0000
commit39789eb6955040a26b5b9d7614790e565be2fada (patch)
tree2981a928ff05273d7fd7d7c34c119a766e234597 /src/cpu/x86/Kconfig
parentcefee5e40f4e7567b25bce9df786a0fbf594a268 (diff)
downloadcoreboot-39789eb6955040a26b5b9d7614790e565be2fada.tar.gz
coreboot-39789eb6955040a26b5b9d7614790e565be2fada.tar.bz2
coreboot-39789eb6955040a26b5b9d7614790e565be2fada.zip
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 <felix-coreboot@felixheld.de> Change-Id: Ifc354fb386977b0fca4caa72c03aa77a20bc348e Reviewed-on: https://review.coreboot.org/c/coreboot/+/58551 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index a2893255233a..bae38891ad71 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