Kconfig: Set default number of MPU regions to 16 for Cortex-M7
This commit is contained in:
parent
352d2a1d02
commit
612ebdeabd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user