From 704662a4b9ad01b519ff58c7d845d0c6fe310561 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 6 Dec 2015 20:58:21 +0100 Subject: qemu-x86: Enable SMP support QEMU can do this for a while now. Change-Id: I3a5027a7afc9dd18463d26cb42fe68747a89f6b0 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/12656 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel --- src/cpu/qemu-x86/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/qemu-x86') 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 -- cgit v1.2.3