From 4a9ee68e127d156fc4187331ee5f063e8128d582 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Fri, 18 Sep 2020 14:16:45 -0700 Subject: [PATCH] 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 --- samples/basic/minimal/no-mt.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/basic/minimal/no-mt.conf b/samples/basic/minimal/no-mt.conf index 312b3906c8d..0d20be64c50 100644 --- a/samples/basic/minimal/no-mt.conf +++ b/samples/basic/minimal/no-mt.conf @@ -1,3 +1,4 @@ # Single-threaded, no timer support in the kernel CONFIG_MULTITHREADING=n +CONFIG_KERNEL_MEM_POOL=n