From 1a55caf8263e11bc22f93b88e2ccf99eb30f690f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 18 Mar 2024 06:58:32 -0400 Subject: [PATCH] soc: esp32: make SCHED_CPU_MASK depend on SCHED_DUMB Forcing SCHED_CPU_MASK without SCHED_DUMB results in a global warning from Kconfig. Signed-off-by: Anas Nashif --- soc/espressif/esp32/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/espressif/esp32/Kconfig.defconfig b/soc/espressif/esp32/Kconfig.defconfig index 7d793d2ecaa..17bda587b97 100644 --- a/soc/espressif/esp32/Kconfig.defconfig +++ b/soc/espressif/esp32/Kconfig.defconfig @@ -27,7 +27,7 @@ config SCHED_IPI_SUPPORTED default y config SCHED_CPU_MASK - default y + default y if SCHED_DUMB config MP_MAX_NUM_CPUS default 2