Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58549 )
Change subject: soc/example/min86/Kconfig: don't unselect CPU_X86_LAPIC ......................................................................
soc/example/min86/Kconfig: don't unselect CPU_X86_LAPIC
Since all multi-core x86 CPUs need to have LAPICs, this option should be selected for soc/example/min86.
TEST=The example/min86 mainboard still builds.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I5aa6e850f0b4dca27309385ba889b04335fe4f0c --- M src/soc/example/min86/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/58549/1
diff --git a/src/soc/example/min86/Kconfig b/src/soc/example/min86/Kconfig index 560f220..660bf36 100644 --- a/src/soc/example/min86/Kconfig +++ b/src/soc/example/min86/Kconfig @@ -19,10 +19,6 @@ select NO_MMCONF_SUPPORT select UNKNOWN_TSC_RATE
-config CPU_X86_LAPIC - bool - default n - config DCACHE_BSP_STACK_SIZE # required by arch/x86/car.ld default 0x100