xiaoxiang781216 commented on code in PR #19116:
URL: https://github.com/apache/nuttx/pull/19116#discussion_r3411235297


##########
sched/Kconfig:
##########
@@ -1615,13 +1617,17 @@ config SIG_ALLOC_ACTIONS
                if this number is larger than 1, the allocation won't be
                returned to the heap but kept in a free list for reuse.
 
+endif # ENABLE_ALL_SIGNALS
+
 config SIG_PREALLOC_IRQ_ACTIONS

Review Comment:
   add `depends on !DISABLE_ALL_SIGNALS` and move before line 1603



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