riscv: Add SMP Kconfig option dependency for U-Boot proper
authorBin Meng <bmeng.cn@gmail.com>
Thu, 16 Apr 2020 15:09:31 +0000 (08:09 -0700)
committerAndes <uboot@andestech.com>
Thu, 23 Apr 2020 02:14:06 +0000 (10:14 +0800)
U-Boot proper running in S-mode only need SMP support when using
SBI v0.1. With SBI v0.2 HSM extension, it does not need implement
multicore boot in U-Boot proper.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
arch/riscv/Kconfig

index 5ef6849cce1a745d7d99e7dc1ec8622bbd59ddce..a252cdbb7138d8c2aa3c1418ce390ccec260570b 100644 (file)
@@ -193,6 +193,7 @@ config SYS_MALLOC_F_LEN
 
 config SMP
        bool "Symmetric Multi-Processing"
+       depends on SBI_V01 || !RISCV_SMODE
        help
          This enables support for systems with more than one CPU. If
          you say N here, U-Boot will run on single and multiprocessor