cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r573421825
########## File path: arch/xtensa/Kconfig ########## @@ -128,9 +128,17 @@ config XTENSA_USE_SEPARATE_IMEM This separate heap will be part of the internal DRAM. It starts right after .data and ends at the configurable size given by the OPTION XTENSA_IMEM_REGION_SIZE. +config XTENSA_IMEM_REGION_SIZE_MAX + bool "Use a maximum separate heap for internal memory" + default n + depends on XTENSA_USE_SEPARATE_IMEM Review comment: Good suggestion, it is easier to understand, I have modified. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org