mb/qemu/x86: Remove option for LEGACY_SMP_INIT

This is deprecated after the 4.18 release.

Change-Id: I17327c31f8ade51716578e45c2d90a327efcd4ad
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69128
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans
2022-11-02 00:47:44 +01:00
parent 03a6ccd20d
commit e2d291b5ae
5 changed files with 0 additions and 190 deletions

View File

@@ -10,19 +10,6 @@ config CPU_QEMU_X86
if CPU_QEMU_X86
choice
prompt "AP init"
default CPU_QEMU_X86_LAPIC_INIT
config CPU_QEMU_X86_LAPIC_INIT
bool "Legacy serial LAPIC init"
select LEGACY_SMP_INIT
config CPU_QEMU_X86_PARALLEL_MP
bool "Parallel MP init"
endchoice
# coreboot i440fx does not support SMM
choice
prompt "SMM support"
@@ -40,7 +27,6 @@ config CPU_QEMU_X86_ASEG_SMM
config CPU_QEMU_X86_TSEG_SMM
bool "SMM in TSEG"
select SMM_TSEG
depends on CPU_QEMU_X86_PARALLEL_MP
endchoice