diff --git a/kernel/Kconfig b/kernel/Kconfig index 3035b3ec6b1..559cc05f37c 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -823,6 +823,13 @@ config ARCH_MEM_DOMAIN_SYNCHRONOUS_API menu "SMP Options" +config SMP + bool "Symmetric multiprocessing support" + depends on USE_SWITCH + help + When true, kernel will be built with SMP support, allowing + more than one CPU to schedule Zephyr tasks at a time. + config USE_SWITCH bool "Use new-style _arch_switch instead of arch_swap" depends on USE_SWITCH_SUPPORTED @@ -841,13 +848,6 @@ config USE_SWITCH_SUPPORTED currently enabled platform. This option should be selected by platforms that implement it. -config SMP - bool "Symmetric multithreading support" - depends on USE_SWITCH - help - When true, kernel will be built with SMP support, allowing - more than one CPU to schedule Zephyr tasks at a time. - config SMP_BOOT_DELAY bool "Delay booting secondary cores" depends on SMP