xiaoxiang781216 commented on a change in pull request #3978:
URL: https://github.com/apache/incubator-nuttx/pull/3978#discussion_r659147835
##########
File path: arch/Kconfig
##########
@@ -259,9 +259,17 @@ config ARCH_NEED_ADDRENV_MAPPING
bool
default n
+config ARCH_HAVE_EXTRA_HEAPS
+ bool
+ default n
+ ---help---
+ Special memory regions used as separate heaps
+
config ARCH_HAVE_TEXT_HEAP
- bool "Special memory region for dynamic code loading"
+ bool
default n
Review comment:
should we select ARCH_HAVE_EXTRA_HEAPS?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]