yf13 commented on code in PR #12041:
URL: https://github.com/apache/nuttx/pull/12041#discussion_r1548945987


##########
arch/Kconfig:
##########
@@ -801,6 +801,28 @@ config ARCH_KMAP_NPAGES
                maximum number of pages per region, and the configured size of
                each page.
 
+config ARCH_UDEV_MAPPING
+       bool "Support mapping devices memory into user space"

Review Comment:
   It seems that shared memory are different. For example,  they are backed by 
physical allocations and they use GRAN allocation in user space which is size 
limited. By having independent regions, the two features can be independently 
selected.
   



-- 
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]

Reply via email to