summaryrefslogtreecommitdiff
path: root/board/sifive
diff options
context:
space:
mode:
authorLukas Auer <lukas.auer@aisec.fraunhofer.de>2019-03-17 19:28:41 +0100
committerAndes <uboot@andestech.com>2019-04-08 09:44:26 +0800
commit0ed93a8c59d7c100241390d912329e3e45382977 (patch)
tree614fe7b6164c6c0bd77508fbe0ac3579c69f2aae /board/sifive
parent8ac39e2974d9f1395969a500e692f45717c4ccf2 (diff)
riscv: fu540: enable SMP
Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/sifive')
-rw-r--r--board/sifive/fu540/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig
index 6be3d88144..f46437901d 100644
--- a/board/sifive/fu540/Kconfig
+++ b/board/sifive/fu540/Kconfig
@@ -38,5 +38,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply PHY_LIB
imply PHY_MSCC
imply SIFIVE_SERIAL
+ imply SMP
endif