The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_MAX_CORE_COUNT

(No prompt – not directly user assignable.)

Type: int

Help

Maximum number of cores per configuration

Direct dependencies

SOF

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:219

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:14/home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2/home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124/home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:5

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Platform

config MAX_CORE_COUNT
    int
    default 2 if APOLLOLAKE
    default 4 if ICELAKE || CANNONLAKE || SUECREEK || TIGERLAKE
    default 1
    depends on SOF
    help
      Maximum number of cores per configuration

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)