patacongo commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1249703223
########## fs/nfs/Kconfig: ########## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool + default n + depends on NFS Review Comment: 19 depends on NFS Within 14 if NFS Is redundant, is it not? -- 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