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

  • 4

  • 2

  • 2

  • 2

  • 2

  • 2

  • 2

  • 2

  • 1

Kconfig definitions

At <Zephyr>/boards/x86/up_squared/Kconfig.defconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

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:25<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:25<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:25<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:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<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 SOC_SERIES_INTEL_CAVS_V15

At <Zephyr>/soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:62

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<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:61

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<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:61

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<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:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<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:809

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.)