diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2021-10-23 00:38:11 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-10-26 17:44:28 +0000 |
commit | 74f4e48e855c665adcf161c8367a9fb92d069047 (patch) | |
tree | e87c6250c67918d16d6af959d010e0fd90897c35 | |
parent | 02164027b2c9678bd4f5616e0ec34694da351a2c (diff) |
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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58549
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r-- | src/soc/example/min86/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/example/min86/Kconfig b/src/soc/example/min86/Kconfig index 560f2200f6..660bf369e7 100644 --- a/src/soc/example/min86/Kconfig +++ b/src/soc/example/min86/Kconfig @@ -19,10 +19,6 @@ config SOC_SPECIFIC_OPTIONS 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 |