diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2015-12-06 20:58:21 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-12-08 15:54:27 +0100 |
commit | 704662a4b9ad01b519ff58c7d845d0c6fe310561 (patch) | |
tree | bd6cc5ab1de77caa9fe527635a25216dd0e8c953 /src/cpu/qemu-x86 | |
parent | 85f362e9b6ec69ead84f22d5cf0f5f1995d08b6d (diff) | |
download | coreboot-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/Kconfig | 1 |
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 |