pussuw opened a new pull request, #11114: URL: https://github.com/apache/nuttx/pull/11114
## Summary Fixes bad dependency for kmm_map; kmap does not need ARCH_VMA_MAPPING => remove the dependency Produces build error if MM_SHM is not enabled via: ``` #ifdef CONFIG_ARCH_VMA_MAPPING # ifndef CONFIG_ARCH_SHM_VBASE # error CONFIG_ARCH_SHM_VBASE not defined # define CONFIG_ARCH_SHM_VBASE __ARCH_SHM_VBASE # endif ``` ## Impact Remove build error when enabling CONFIG_MM_KMAP without enabling CONFIG_MM_SHM ## Testing CI pass -- 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