davids5 commented on code in PR #1698: URL: https://github.com/apache/nuttx-apps/pull/1698#discussion_r1155796846
########## fsutils/romloader/Kconfig: ########## @@ -0,0 +1,47 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config FSUTILS_ROMLOADER + bool "Enable ROMFS image creator and loader (ROMLoader)" + default n + depends on FS_ROMFS && BOARDCTL_ROMDISK + depends on !DISABLE_MOUNTPOINT + ---help--- + Mount a ROMFS file system containing the files inside the loader Review Comment: formatting -- 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