Skip to content

Commit 4a9ee68

Browse files
dcpleungnashif
authored andcommitted
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 <[email protected]>
1 parent b5c2ff9 commit 4a9ee68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/basic/minimal/no-mt.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Single-threaded, no timer support in the kernel
22

33
CONFIG_MULTITHREADING=n
4+
CONFIG_KERNEL_MEM_POOL=n

0 commit comments

Comments
 (0)