mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Kconfig: Set default number of MPU regions to 16 for Cortex-M7
This commit is contained in:
+2
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user