acassis commented on code in PR #7319: URL: https://github.com/apache/incubator-nuttx/pull/7319#discussion_r996433969
########## fs/procfs/Kconfig: ########## @@ -31,15 +31,15 @@ menu "Exclude individual procfs entries" config FS_PROCFS_EXCLUDE_PROCESS bool "Exclude process information" - default n + default DEFAULT_SMALL Review Comment: I think the opposite, ```default DEFAULT_SMALL``` give the impression that it is setting DEFAULT_SMALL. The ```default n``` is implicit when DEFAULT_SMALL is not enabled. -- 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