Skip to content

Commit

Permalink
cpu/x86: drop CPU_X86_LAPIC Kconfig option
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: Ifc354fb386977b0fca4caa72c03aa77a20bc348e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58551
Tested-by: build bot (Jenkins) <[email protected]>
Reviewed-by: Angel Pons <[email protected]>
Reviewed-by: Marshall Dawson <[email protected]>
  • Loading branch information
Felix Held authored and felixheld committed Oct 26, 2021
1 parent cefee5e commit 39789eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/cpu/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/x86/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
subdirs-$(CONFIG_CPU_X86_CACHE_HELPER) += cache
subdirs-$(CONFIG_CPU_X86_LAPIC) += lapic
subdirs-y += lapic
subdirs-y += mtrr
subdirs-y += pae
subdirs-$(CONFIG_HAVE_SMI_HANDLER) += smm
Expand Down

0 comments on commit 39789eb

Please sign in to comment.