mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +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
|
||||
|
||||
Reference in New Issue
Block a user