mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
Kconfig: CONFIG_BUILD_KERNEL should not be experimental
This commit is contained in:
@@ -165,7 +165,7 @@ config BUILD_PROTECTED
|
||||
|
||||
config BUILD_KERNEL
|
||||
bool "NuttX kernel build"
|
||||
depends on ARCH_USE_MMU && ARCH_ADDRENV && EXPERIMENTAL
|
||||
depends on ARCH_USE_MMU && ARCH_ADDRENV
|
||||
select LIB_SYSCALL
|
||||
---help---
|
||||
Builds NuttX as a separately compiled kernel. No applications are
|
||||
|
||||
+1
-1
Submodule arch updated: d943c5e304...f9a3a1463b
+1
-1
Submodule configs updated: f27e7ff4e9...196f9f3f3f
Reference in New Issue
Block a user