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:
Daniel Leung 2020-09-18 14:16:45 -07:00 committed by Anas Nashif
parent b5c2ff9397
commit 4a9ee68e12
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# Single-threaded, no timer support in the kernel
CONFIG_MULTITHREADING=n
CONFIG_KERNEL_MEM_POOL=n