mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
191636e448
commit
6fa022e8fc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue