acassis commented on code in PR #18607:
URL: https://github.com/apache/nuttx/pull/18607#discussion_r2991243027


##########
fs/procfs/Kconfig:
##########
@@ -148,6 +148,14 @@ config FS_PROCFS_EXCLUDE_VERSION
        bool "Exclude version"
        default DEFAULT_SMALL
 
+config FS_PROCFS_EXCLUDE_PROFILE
+       bool "Exclude fs/profile information"
+       depends on FS_PROFILER
+       default DEFAULT_SMALL
+       ---help---
+               Causes the VFS profile information to be excluded from the 
procfs

Review Comment:
   Also instead of FS_PROCFS_EXCLUDE_PROFILE it should better: 
FS_PROCFS_PROFILER and add: "depends !DEFAULT_SMALL" or just define is as "N" 
and let user enable it when needed



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to