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)
commit6fa022e8fc7fd180c05934e71d4b9351b549f5b7
tree980e7ea6f2b3a66fcea14df0f338f802a437bc91
parent191636e4489885d197e61ad34b48e8c76990735e
riscv: Add SMP Kconfig option dependency for U-Boot proper

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