summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Auer <[email protected]>2019-03-17 19:28:42 +0100
committerAndes <[email protected]>2019-04-08 09:44:26 +0800
commitd0a8fd3e4d2a5ab19b8f2d27d40dacb4942ba5a4 (patch)
treeba999b0c61599522826c22b495a08f995e1caca4
parent0ed93a8c59d7c100241390d912329e3e45382977 (diff)
riscv: qemu: enable SMP
Signed-off-by: Lukas Auer <[email protected]> Reviewed-by: Anup Patel <[email protected]> Reviewed-by: Bin Meng <[email protected]> Tested-by: Bin Meng <[email protected]>
-rw-r--r--board/emulation/qemu-riscv/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
index 88d07d568e7..cf057e7de6a 100644
--- a/board/emulation/qemu-riscv/Kconfig
+++ b/board/emulation/qemu-riscv/Kconfig
@@ -34,5 +34,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply BOARD_LATE_INIT
imply OF_BOARD_SETUP
imply SIFIVE_SERIAL
+ imply SMP
endif