Kconfig: Set default number of MPU regions to 16 for Cortex-M7

This commit is contained in:
Gregory Nutt 2015-11-08 06:59:35 -06:00
parent 352d2a1d02
commit 612ebdeabd

View File

@ -426,7 +426,8 @@ config ARMV7M_MPU
config ARMV7M_MPU_NREGIONS
int "Number of MPU regions"
default 8
default 16 if ARCH_CORTEXM7
default 8 if !ARCH_CORTEXM7
depends on ARMV7M_MPU
---help---
This is the number of protection regions supported by the MPU.