cederom commented on code in PR #2907:
URL: https://github.com/apache/nuttx-apps/pull/2907#discussion_r1892911593


##########
interpreters/luamodules/luv/Kconfig:
##########
@@ -7,16 +7,15 @@ config LUA_LUV_MODULE
        bool "Lua Luv module"
        default n
        depends on INTERPRETERS_LUA && LIBUV
-       select LIBC_EXECFUNCS
-       select LIBC_NETDB
-       select NET
-       select NETDEV_IFINDEX
-       select NET_SOCKOPTS
-       select NET_TCP
-       select NET_UDP
-       select PSEUDOFS_SOFTLINKS
-       select SCHED_ATEXIT
-       select SCHED_HAVE_PARENT
+       depends on LIBC_EXECFUNCS
+       depends on LIBC_NETDB
+       depends on NET
+       depends on NETDEV_IFINDEX
+       depends on NET_SOCKOPTS
+       depends on NET_TCP
+       depends on NET_UDP
+       depends on PSEUDOFS_SOFTLINKS
+       depends on SCHED_HAVE_PARENT

Review Comment:
   `depends on select SCHED_ATEXIT` missing?



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