From 27907d0625196153dbe3335b39a0ff9155156651 Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Mon, 18 Oct 2021 23:28:38 -0300 Subject: [PATCH] soc: esp32: soc does not support 2 cores Current ESP32 implementation does not support 2 CPUS. Explicit set this to single core. Signed-off-by: Sylvio Alves --- soc/xtensa/esp32/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/xtensa/esp32/Kconfig.defconfig b/soc/xtensa/esp32/Kconfig.defconfig index 167db4bb678..62e172f0709 100644 --- a/soc/xtensa/esp32/Kconfig.defconfig +++ b/soc/xtensa/esp32/Kconfig.defconfig @@ -12,7 +12,7 @@ config IRQ_OFFLOAD_INTNUM default 7 config MP_NUM_CPUS - default 2 + default 1 config MINIMAL_LIBC_OPTIMIZE_STRING_FOR_SIZE default n