mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration change
This commit is contained in:
@@ -153,7 +153,6 @@ config BUILD_FLAT
|
||||
|
||||
config BUILD_PROTECTED
|
||||
bool "NuttX protected build"
|
||||
default n
|
||||
depends on ARCH_USE_MPU
|
||||
select LIB_SYSCALL
|
||||
select BUILD_2PASS
|
||||
@@ -166,7 +165,6 @@ config BUILD_PROTECTED
|
||||
|
||||
config BUILD_KERNEL
|
||||
bool "NuttX kernel build"
|
||||
default n
|
||||
depends on ARCH_USE_MMU && ARCH_ADDRENV && EXPERIMENTAL
|
||||
select LIB_SYSCALL
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user