xiaoxiang781216 commented on a change in pull request #5635: URL: https://github.com/apache/incubator-nuttx/pull/5635#discussion_r815922004
########## File path: fs/romfs/Kconfig ########## @@ -11,4 +11,14 @@ config FS_ROMFS Enable ROMFS filesystem support if FS_ROMFS + +config FS_ROMFS_CACHE_NODE + bool "Enable cache node of ROMFS file system" + default n if DEFAULT_SMALL + default y if !DEFAULT_SMALL Review comment: change to: default !DEFAULT_SMALL -- 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