From 12eb1e4038ddad801760f48c6c6dcdec2aa13ab2 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Fri, 6 Dec 2019 14:28:39 +0100 Subject: [PATCH] soc: arm: nxp kinetis: force custom fixed MPU region configuration For the NXP Kinetis SoCs with the NXP MPU regions, we keep the confiruation of the fixed SoC MPU regions at each SoC definition. Signed-off-by: Ioannis Glaropoulos --- soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series | 3 +++ soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series | 3 +++ soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series | 3 +++ 3 files changed, 9 insertions(+) diff --git a/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series b/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series index e4c81f31af5..e4f18c28854 100644 --- a/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series +++ b/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series @@ -12,6 +12,9 @@ config NUM_IRQS # must be >= the highest interrupt number used default 86 +config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS + default y + source "soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk*" endif # SOC_SERIES_KINETIS_K6X diff --git a/soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series b/soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series index bb7084c78a6..aa5bfb00305 100644 --- a/soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series +++ b/soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series @@ -12,6 +12,9 @@ config NUM_IRQS # must be >= the highest interrupt number used default 106 +config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS + default y + if KINETIS_FLASH_CONFIG config KINETIS_FLASH_CONFIG_FOPT diff --git a/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series b/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series index 3a82eeb9679..81ba6b7bad1 100644 --- a/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series +++ b/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series @@ -12,6 +12,9 @@ config NUM_IRQS # must be >= the highest interrupt number used default 91 +config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS + default y + if KINETIS_FLASH_CONFIG config KINETIS_FLASH_CONFIG_FOPT