forked from Imagelibrary/seL4
riscv: SMP option
Allow to enable the SMP option for RISCV.
This commit is contained in:
@@ -278,7 +278,7 @@ config_string(
|
|||||||
config_string(
|
config_string(
|
||||||
KernelMaxNumNodes MAX_NUM_NODES "Max number of CPU cores to boot"
|
KernelMaxNumNodes MAX_NUM_NODES "Max number of CPU cores to boot"
|
||||||
DEFAULT 1
|
DEFAULT 1
|
||||||
DEPENDS "${KernelNumDomains} EQUAL 1;NOT KernelArchRiscV"
|
DEPENDS "${KernelNumDomains} EQUAL 1"
|
||||||
UNQUOTE
|
UNQUOTE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user