From c28e61fd3941cdf9e9b8bcb34c68b53891ad55fb Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Wed, 27 May 2026 10:51:34 -0300 Subject: [PATCH] system/nxinit: Change NXInit to EXPERIMENTAL Since NXInit still under development, it is better to change it to EXPERIMENTAL. Signed-off-by: Alan C. Assis --- system/nxinit/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/system/nxinit/Kconfig b/system/nxinit/Kconfig index 382984371..58d3c406e 100644 --- a/system/nxinit/Kconfig +++ b/system/nxinit/Kconfig @@ -6,6 +6,7 @@ config SYSTEM_NXINIT tristate "NuttX Init" default n + depends on EXPERIMENTAL depends on LIBC_EXECFUNCS depends on SCHED_CHILD_STATUS ---help---