Kconfig: CONFIG_BUILD_KERNEL should not be experimental
This commit is contained in:
parent
2c0770a4b6
commit
1e96a07346
2
Kconfig
2
Kconfig
@ -165,7 +165,7 @@ config BUILD_PROTECTED
|
|||||||
|
|
||||||
config BUILD_KERNEL
|
config BUILD_KERNEL
|
||||||
bool "NuttX kernel build"
|
bool "NuttX kernel build"
|
||||||
depends on ARCH_USE_MMU && ARCH_ADDRENV && EXPERIMENTAL
|
depends on ARCH_USE_MMU && ARCH_ADDRENV
|
||||||
select LIB_SYSCALL
|
select LIB_SYSCALL
|
||||||
---help---
|
---help---
|
||||||
Builds NuttX as a separately compiled kernel. No applications are
|
Builds NuttX as a separately compiled kernel. No applications are
|
||||||
|
2
arch
2
arch
@ -1 +1 @@
|
|||||||
Subproject commit d943c5e3049299c271d185701710166d7f20a4d4
|
Subproject commit f9a3a1463b24b8da63f2a7577d0b4ce0131a1069
|
2
configs
2
configs
@ -1 +1 @@
|
|||||||
Subproject commit f27e7ff4e9d21c92f272bd613d4d147b25b1a09e
|
Subproject commit 196f9f3f3f067ccb3c285078a704a2a5eb37b7ea
|
Loading…
Reference in New Issue
Block a user