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 e11679acf8
commit 5fb235c615

View File

@ -295,8 +295,7 @@ config ARCH_FPU
config ARMV7M_MPU
bool "MPU support"
default n if !ARCH_USE_MPU
default y if ARCH_USE_MPU
default n
depends on ARCH_HAVE_MPU
select ARCH_USE_MPU
---help---