pkarashchenko commented on a change in pull request #5476:
URL: https://github.com/apache/incubator-nuttx/pull/5476#discussion_r821787441



##########
File path: fs/fat/Kconfig
##########
@@ -43,7 +43,7 @@ config FAT_LFN
 config FAT_MAXFNAME
        int "FAT maximum file name size"
        depends on FAT_LFN
-       default 32
+       default NAME_MAX

Review comment:
       Yes. But `FAT_MAXFNAME` has `range 12 255` and if `NAME_MAX` is 
configured to `300` for example will the Kconfig still limit `FAT_MAXFNAME` to 
255? Sorry, my knowledge of Kconfig is limited




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


Reply via email to