diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2021-10-23 00:45:40 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-10-26 20:01:55 +0000 |
commit | 39789eb6955040a26b5b9d7614790e565be2fada (patch) | |
tree | 2981a928ff05273d7fd7d7c34c119a766e234597 /src/cpu/x86/Kconfig | |
parent | cefee5e40f4e7567b25bce9df786a0fbf594a268 (diff) |
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/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 |