-
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
2
4
2
2
2
2
2
2
2
1
Kconfig definitions¶
At <Zephyr>/boards/x86/ehl_crb/Kconfig.defconfig:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on BOARD_EHL_CRB
At <Zephyr>/boards/x86/ehl_crb/Kconfig.defconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on BOARD_EHL_CRB_SBL
At <Zephyr>/boards/x86/up_squared/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config MP_NUM_CPUS
int
default 2
depends on BOARD_UP_SQUARED
At <Zephyr>/soc/arc/snps_arc_hsdk/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 4
depends on SOC_ARC_HSDK
At <Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig.hs_smp:34
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 onSOC_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:71
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 onSMP
&&SOC_SERIES_INTEL_CAVS_V15
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:75
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 onSMP
&&SOC_SERIES_INTEL_CAVS_V18
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:74
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 onSMP
&&SOC_SERIES_INTEL_CAVS_V20
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:74
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 onSMP
&&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 onSMP
&&SOC_INTEL_S1000
At <Zephyr>/kernel/Kconfig:786
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.)