zephyr/arch/arm/core/mpu
Samuel Chee d9eed167d0 arm: mpu: Unify ARM_MPU kconfig definitions
Previously, there were two separate Kconfig definitions
of ARM_MPU located at:
- arch/arm/core/mpu/Kconfig
- arch/arm64/core/cortex_r/Kconfig

This lead to incomplete default settings and unexpected
missing configurations.

This commit combines the two into a single unified definition
now located at arch/common/Kconfig to prevent this.

Signed-off-by: Samuel Chee <samche01@arm.com>
2025-01-09 11:55:22 +01:00
..
cortex_a_r arch: arm: remove num-mpu-regions 2023-12-01 10:48:00 +00:00
cortex_m arch: arm: remove num-mpu-regions 2023-12-01 10:48:00 +00:00
arm_core_mpu.c coding guidelines: comply with MISRA Rule 11.8 2024-05-09 10:28:44 +02:00
arm_core_mpu_dev.h arch: arm: rename CPU_HAS_NXP_MPU to align with binding 2024-12-06 22:23:06 +01:00
arm_mpu.c arch: arm: fix null pointer dereference check test 2024-10-26 03:58:05 +01:00
arm_mpu_regions.c arm: mpu: Remove FLASH_0 mpu region when XIP=n 2024-12-06 18:20:48 +01:00
arm_mpu_v7_internal.h coding guidelines: comply with MISRA Rule 11.8 2024-05-09 10:28:44 +02:00
arm_mpu_v8_internal.h arch: arm: Add initial support for Cortex-M85 Core 2024-06-26 13:36:14 -04:00
CMakeLists.txt arch: arm: rename CPU_HAS_NXP_MPU to align with binding 2024-12-06 22:23:06 +01:00
Kconfig arm: mpu: Unify ARM_MPU kconfig definitions 2025-01-09 11:55:22 +01:00
nxp_mpu.c coding guidelines: comply with MISRA Rule 11.8 2024-05-09 10:28:44 +02:00