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


##########
system/nxinit/Kconfig:
##########
@@ -0,0 +1,124 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config SYSTEM_NXINIT
+       tristate "System Init"
+       default n
+       depends on LIBC_EXECFUNCS
+       depends on SCHED_CHILD_STATUS
+       ---help---
+               Enable system init.

Review Comment:
   NXInit application is a dedicated implementation of the Init application for 
NuttX with language syntax based on Android System Init. ?



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