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


##########
sched/Kconfig:
##########


Review Comment:
   add `depends on ENABLE_ALL_SIGNALS` too



##########
sched/Kconfig:
##########


Review Comment:
   add `depends on ENABLE_ALL_SIGNALS` too



##########
sched/Kconfig:
##########
@@ -1604,12 +1604,14 @@ endchoice
 config SIG_PREALLOC_ACTIONS
        int "Number of pre-allocated sigactions"
        default 4
+       depends on ENABLE_ALL_SIGNALS

Review Comment:
   should we guard all follow option by `if ENABLE_ALL_SIGNALS` to avoid the 
duplication.



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