summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/Kconfig')
-rw-r--r--nuttx/arch/arm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/arch/arm/Kconfig b/nuttx/arch/arm/Kconfig
index 683e23f36..a5e24e29a 100644
--- a/nuttx/arch/arm/Kconfig
+++ b/nuttx/arch/arm/Kconfig
@@ -216,6 +216,13 @@ config ARMV7M_MPU
Build in support for the ARM Cortex-M3/4 Memory Protection Unit (MPU).
Check your chip specifications first; not all Cortex-M3/4 chips support the MPU.
+config ARMV7M_MPU_NREGIONS
+ int "Number of MPU regions"
+ default 8
+ depends on ARMV7M_MPU
+ ---help---
+ This is the number of protection regions supported by the MPU.
+
config ARCH_HAVE_LOWVECTORS
bool