summaryrefslogtreecommitdiff
path: root/nuttx/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/Kconfig')
-rw-r--r--nuttx/mm/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/mm/Kconfig b/nuttx/mm/Kconfig
index 991972f32..57b039fa9 100644
--- a/nuttx/mm/Kconfig
+++ b/nuttx/mm/Kconfig
@@ -27,6 +27,12 @@ config MM_KERNEL_HEAP
necessary. If you wish to secure the kernel data as well, then
this option should be selected.
+ The kernel heap size that is used is provided a a platform-specific
+ up_allocate_kheap() interface. This configuration setting is made
+ available to that platform specific code. However, the
+ up_allocate_kheap() interface may chose to ignore this setting if it
+ has a more appropriate heap allocation strategy.
+
config MM_KERNEL_HEAPSIZE
int "Kernal heap size"
default 8192