Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration change

This commit is contained in:
Gregory Nutt
2014-08-29 15:07:35 -06:00
parent e3ff0689bb
commit faf16f229c
5 changed files with 17 additions and 12 deletions
-2
View File
@@ -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---