zephyr: allow multicore builds

Lift the temporary restriction on Zephyr builds: re-enable
multi-core support.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2021-04-29 17:49:13 +02:00 committed by Liam Girdwood
parent 385586a5f6
commit bf4a65f2fa
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,6 @@ endchoice
config MAX_CORE_COUNT
int
default 1 if KERNEL_BIN_NAME = "zephyr"
default 2 if APOLLOLAKE
default 4 if ICELAKE || CANNONLAKE || SUECREEK || TIGERLAKE
default 1
@ -227,6 +226,7 @@ config MAX_CORE_COUNT
config CORE_COUNT
int "Number of cores"
default MP_NUM_CPUS if KERNEL_BIN_NAME = "zephyr"
default MAX_CORE_COUNT
range 1 MAX_CORE_COUNT
help