diff options
author | Patrick Georgi <patrick@coreboot.org> | 2023-11-24 14:30:24 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2023-11-25 13:54:34 +0000 |
commit | 6619afac04f3991c2421a427294b56f598f098b8 (patch) | |
tree | f8f433867242a211a193d3a5d72b8d66ff7b6c6c | |
parent | 06fb7384973d921249f81a9985221faf7b7b9eb0 (diff) |
configs: Drop references to CPU_QEMU_X86_PARALLEL_MP
This follows commit e2d291b5 which removed the symbol. Since Kconfig
is going to become more strict about unknown symbols, fix it.
Change-Id: I838f98d07fc0448dda6c02b58d7c5639992c77a2
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79253
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
-rw-r--r-- | configs/config.emulation_qemu_x86_i440fx_debug | 1 | ||||
-rw-r--r-- | configs/config.emulation_qemu_x86_q35_smm_tseg | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/config.emulation_qemu_x86_i440fx_debug b/configs/config.emulation_qemu_x86_i440fx_debug index 3cff03389d..85f5499986 100644 --- a/configs/config.emulation_qemu_x86_i440fx_debug +++ b/configs/config.emulation_qemu_x86_i440fx_debug @@ -8,4 +8,3 @@ CONFIG_DEBUG_PIRQ=y CONFIG_DEBUG_MALLOC=y CONFIG_DEBUG_BOOT_STATE=y CONFIG_DEBUG_ADA_CODE=y -CONFIG_CPU_QEMU_X86_PARALLEL_MP=y diff --git a/configs/config.emulation_qemu_x86_q35_smm_tseg b/configs/config.emulation_qemu_x86_q35_smm_tseg index 6d64715394..4b3e6e55ff 100644 --- a/configs/config.emulation_qemu_x86_q35_smm_tseg +++ b/configs/config.emulation_qemu_x86_q35_smm_tseg @@ -1,5 +1,4 @@ CONFIG_VENDOR_EMULATION=y CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y -CONFIG_CPU_QEMU_X86_PARALLEL_MP=y CONFIG_CPU_QEMU_X86_TSEG_SMM=y CONFIG_CPU_QEMU_X86_SMMLOADERV2=y |