diff --git a/kernel/Kconfig b/kernel/Kconfig index 94368e00d38..decc3c0559e 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -467,6 +467,7 @@ config NUM_PIPE_ASYNC_MSGS config MEM_POOL_HEAP_BACKEND bool "Use k_heap as the backend for k_mem_pool" + default y help This selects a backend implementation for k_mem_pool based on the sys_heap abstraction instead of the legacy