- CONFIG_MAX_CORE_COUNT¶
(No prompt – not directly user assignable.)
Type: int
Help¶
Maximum number of cores per configuration
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
2 if
APOLLOLAKE
4 if
ICELAKE
||CANNONLAKE
||SUECREEK
||TIGERLAKE
1
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/platform/Kconfig:219
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_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.)