yamt commented on code in PR #2893:
URL: https://github.com/apache/nuttx-apps/pull/2893#discussion_r1887944630
##########
system/libuv/Kconfig:
##########
@@ -6,6 +6,7 @@
config LIBUV
bool "libuv asynchronous I/O Library"
default n
+ select PIPES
Review Comment:
why do you prefer depends-on?
i suspect select is a bit more user-friendly for things like this.
--
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]