kernel: Make the "heap" backend to mem_pool default
Remove the MEM_POOL_HEAP_BACKEND kconfig, treating it as true always. Now the legacy mem_pool cannot be enabled and all usage uses the k_heap/sys_heap backend. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
daed944175
commit
8a6aee9cac
21 changed files with 6 additions and 560 deletions
|
@ -52,11 +52,6 @@ target_sources_ifdef(CONFIG_POLL kernel PRIVATE poll.c)
|
|||
|
||||
if(${CONFIG_KERNEL_MEM_POOL})
|
||||
target_sources(kernel PRIVATE mempool.c)
|
||||
|
||||
if(${CONFIG_MEM_POOL_HEAP_BACKEND})
|
||||
else()
|
||||
target_sources(kernel PRIVATE mempool_sys.c)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT CONFIG_MULTITHREADING)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue