Skip to content

Commit 1a55caf

Browse files
nashifcarlescufi
authored andcommitted
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 <anas.nashif@intel.com>
1 parent 369e40b commit 1a55caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/espressif/esp32/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ config SCHED_IPI_SUPPORTED
2727
default y
2828

2929
config SCHED_CPU_MASK
30-
default y
30+
default y if SCHED_DUMB
3131

3232
config MP_MAX_NUM_CPUS
3333
default 2

0 commit comments

Comments
 (0)