riscv: SMP option

Allow to enable the SMP option for RISCV.
This commit is contained in:
Yanyan Shen
2019-08-06 19:47:54 +10:00
committed by Yanyan Shen
parent a269298c71
commit 582e6e2646

View File

@@ -278,7 +278,7 @@ config_string(
config_string(
KernelMaxNumNodes MAX_NUM_NODES "Max number of CPU cores to boot"
DEFAULT 1
DEPENDS "${KernelNumDomains} EQUAL 1;NOT KernelArchRiscV"
DEPENDS "${KernelNumDomains} EQUAL 1"
UNQUOTE
)