jlaitine commented on code in PR #8026:
URL: https://github.com/apache/nuttx/pull/8026#discussion_r1061196819


##########
mm/Kconfig:
##########
@@ -257,4 +257,8 @@ config MM_PANIC_ON_FAILURE
        default n
        depends on DEBUG_MM
 
+config MM_MAP

Review Comment:
   This is a trade off between granularity and simplicity. For now there are 
just a few drivers which can make use of memory maps & unmap feature.
   
   But always enabling this increases code size for all targets, I don't want 
to do it at this point.
   
   Having a separate config for it only means that features which use that 
select it.
   



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to