From e2d291b5ae4aa49d5b1613e06b86bf2fc8efe4c5 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 2 Nov 2022 00:47:44 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69128 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/cpu/qemu-x86/Kconfig | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/cpu/qemu-x86/Kconfig') diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig index 868009cd87..f3e2c4cea9 100644 --- a/src/cpu/qemu-x86/Kconfig +++ b/src/cpu/qemu-x86/Kconfig @@ -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 -- cgit v1.2.3