mm: Let MM_SMALL and MM_REGIONS depend on MM_DEFAULT_MANAGER
since these options are coupled with the default heap implementation Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
38d1244751
commit
d6b5a345a4
|
@ -51,6 +51,7 @@ config MM_KERNEL_HEAPSIZE
|
|||
config MM_SMALL
|
||||
bool "Small memory model"
|
||||
default n
|
||||
depends on MM_DEFAULT_MANAGER
|
||||
---help---
|
||||
Each memory allocation has a small allocation overhead. The size
|
||||
of that overhead is normally determined by the "width" of the
|
||||
|
|
Loading…
Reference in New Issue