-
CONFIG_MP_NUM_CPUS
¶
Number of CPUs/cores
Type: int
Help¶
Number of multiprocessing-capable cores available to the
multicpu API and SMP features.
Defaults¶
2
2 if
BOARD_UP_SQUARED
4
2
2
2
2
2
2
2
1
Kconfig definitions¶
At <Zephyr>/boards/x86/ehl_crb/Kconfig.defconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on BOARD_EHL_CRB || BOARD_EHL_CRB_SBL
At <Zephyr>/boards/x86/up_squared/Kconfig.defconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config MP_NUM_CPUS
int
default 2 if BOARD_UP_SQUARED
depends on BOARD_UP_SQUARED || BOARD_UP_SQUARED_32
At <Zephyr>/soc/arc/snps_arc_hsdk/Kconfig.defconfig:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config MP_NUM_CPUS
int
default 4
depends on SOC_ARC_HSDK
At <Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig.hs_smp:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig:19
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on SOC_NSIM_HS_SMP && SOC_NSIM
At <Zephyr>/soc/xtensa/esp32/Kconfig.defconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on SOC_ESP32
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:68
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on SMP && SOC_SERIES_INTEL_CAVS_V15
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:72
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on SMP && SOC_SERIES_INTEL_CAVS_V18
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:72
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on SMP && SOC_SERIES_INTEL_CAVS_V20
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:72
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on SMP && SOC_SERIES_INTEL_CAVS_V25
At <Zephyr>/soc/xtensa/intel_s1000/Kconfig.defconfig:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on SMP && SOC_INTEL_S1000
At <Zephyr>/kernel/Kconfig:796
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:30
Menu path: (Top) → General Kernel Options → SMP Options
config MP_NUM_CPUS
int "Number of CPUs/cores"
range 1 4
default 1
help
Number of multiprocessing-capable cores available to the
multicpu API and SMP features.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)