xiaoxiang781216 commented on code in PR #12434:
URL: https://github.com/apache/nuttx/pull/12434#discussion_r1622580638
##########
sched/Kconfig:
##########
@@ -755,6 +755,7 @@ endif # SCHED_CHILD_STATUS
config SCHED_WAITPID
bool "Enable waitpid() API"
default n
+ select SCHED_HAVE_PARENT if BUILD_KERNEL
Review Comment:
should we change to `depends on`
--
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]