-
CONFIG_SMP
¶
Enable symmetric multithreading support
Type: bool
Help¶
When true, kernel will be built with SMP support, allowing more than one CPU to schedule Zephyr tasks at a time.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At kernel/Kconfig:658
Included via Kconfig:10
→ Kconfig.zephyr:25
Menu path: (top menu) → General Kernel Options → SMP Options
config SMP
bool
prompt "Enable symmetric multithreading support"
help
When true, kernel will be built with SMP support, allowing
more than one CPU to schedule Zephyr tasks at a time.
(Definitions include propagated dependencies, including from if’s and menus.)