Skip to content

Commit 2fc2cd4

Browse files
committed
Adapt Linux kernel configurations for SMP-awareness
1 parent 392820c commit 2fc2cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/linux.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ CONFIG_ARCH_RV32I=y
223223
# CONFIG_CMODEL_MEDLOW is not set
224224
CONFIG_CMODEL_MEDANY=y
225225
CONFIG_MODULE_SECTIONS=y
226-
# CONFIG_SMP is not set
226+
CONFIG_SMP=y
227227
CONFIG_TUNE_GENERIC=y
228228
# CONFIG_RISCV_ISA_C is not set
229229
CONFIG_TOOLCHAIN_HAS_ZICBOM=y

0 commit comments

Comments
 (0)