samples: basic/minimal: disable memory pool when MT=n
This adds the option to disable kernel memory pool when multithreading is also not enabled. This saves some code space. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
b5c2ff9397
commit
4a9ee68e12
|
@ -1,3 +1,4 @@
|
|||
# Single-threaded, no timer support in the kernel
|
||||
|
||||
CONFIG_MULTITHREADING=n
|
||||
CONFIG_KERNEL_MEM_POOL=n
|
||||
|
|
Loading…
Reference in New Issue