acassis commented on code in PR #18607:
URL: https://github.com/apache/nuttx/pull/18607#discussion_r2991211721
##########
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
Review Comment:
@Sumit6307 "default DEFAULT_SMALL" doesn't make sense here. You are saying
it will be enabled in a special case where someone is trying to reduce the
kernel size
--
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]