mirror of
https://github.com/apache/nuttx.git
synced 2026-08-24 23:18:21 +00:00
Kconfig: Set default number of MPU regions to 16 for Cortex-M7
This commit is contained in:
parent
352d2a1d02
commit
612ebdeabd
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue