linguini1 commented on code in PR #3648:
URL: https://github.com/apache/nuttx-apps/pull/3648#discussion_r3610734224
##########
netutils/dropbear/Kconfig:
##########
@@ -19,6 +20,7 @@ menuconfig NETUTILS_DROPBEAR
depends on LIBC_GAISTRERROR
select CRYPTO
select CRYPTO_RANDOM_POOL
+ select SCHED_CHILD_STATUS
Review Comment:
We did decide a while ago that we would use `depends on` going forward since
`select` has a tendency to cause mysterious issues (not selecting recursive
dependencies). The advised approach here is for the user to determine via
Kconfig what dependencies need to be enabled and do that themselves.
--
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]