diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index bee73c7b8..7353fbc35 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -326,6 +326,14 @@ config SMP If you don't know what to do here, say N. +config SCHED_MC + bool "Multi-core scheduler support" + depends on SMP + help + Multi-core scheduler support improves the CPU scheduler's decision + making when dealing with multi-core CPU chips at a cost of slightly + increased overhead in some places. If unsure say N here. + config NR_CPUS int "Maximum number of CPUs (2-32)" range 2 32