From 582e6e2646dd6a3a6e7a3b0aef12b12f70dbc34b Mon Sep 17 00:00:00 2001 From: Yanyan Shen Date: Tue, 6 Aug 2019 19:47:54 +1000 Subject: [PATCH] riscv: SMP option Allow to enable the SMP option for RISCV. --- config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cmake b/config.cmake index abe0a6e63..84461d21d 100644 --- a/config.cmake +++ b/config.cmake @@ -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 )