summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-29 15:07:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-29 15:07:35 -0600
commitc7153c08bd9b6ebce31e6dbeb835b01aee4fabbb (patch)
tree3cb20329cf92f2e042e050759c53f582652f9778 /nuttx/Kconfig
parent64892e44f2ce2612c77b1b20497fb007adafafb8 (diff)
downloadnuttx-c7153c08bd9b6ebce31e6dbeb835b01aee4fabbb.tar.gz
nuttx-c7153c08bd9b6ebce31e6dbeb835b01aee4fabbb.tar.bz2
nuttx-c7153c08bd9b6ebce31e6dbeb835b01aee4fabbb.zip
Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration change
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index d8960a951..a2b700409 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -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---