summaryrefslogtreecommitdiff
path: root/src/cpu/qemu-x86
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2015-12-06 20:58:21 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-12-08 15:54:27 +0100
commit704662a4b9ad01b519ff58c7d845d0c6fe310561 (patch)
treebd6cc5ab1de77caa9fe527635a25216dd0e8c953 /src/cpu/qemu-x86
parent85f362e9b6ec69ead84f22d5cf0f5f1995d08b6d (diff)
downloadcoreboot-704662a4b9ad01b519ff58c7d845d0c6fe310561.tar.xz
qemu-x86: Enable SMP support
QEMU can do this for a while now. Change-Id: I3a5027a7afc9dd18463d26cb42fe68747a89f6b0 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: https://review.coreboot.org/12656 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/cpu/qemu-x86')
-rw-r--r--src/cpu/qemu-x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig
index 88cf82b937..ea2bc46051 100644
--- a/src/cpu/qemu-x86/Kconfig
+++ b/src/cpu/qemu-x86/Kconfig
@@ -19,3 +19,4 @@ config CPU_QEMU_X86
select ARCH_VERSTAGE_X86_32
select ARCH_ROMSTAGE_X86_32
select ARCH_RAMSTAGE_X86_32
+ select SMP