yf13 commented on code in PR #12154:
URL: https://github.com/apache/nuttx/pull/12154#discussion_r1567140439
##########
arch/Kconfig:
##########
@@ -722,6 +722,10 @@ config ARCH_VMA_MAPPING
bool "Support runtime memory mapping into SHM area"
default n
+config ARCH_KVMA_MAPPING
Review Comment:
Similar to commit 70de321 (sorry I can't find the patch id for that commit),
the dependency should be from `MM` to `ARCH`, not vice versa. If this is
correct understanding, then we need a thing like `ARCH_VMA_MAPPING` to select
from `MM_KMAP`, and that thing further enables both `ARCH_KMAP_VBASE` and
`ARCH_KMAP_NPAGES`.
--
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]