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 <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-12-06 14:28:39 +01:00 committed by Anas Nashif
commit 12eb1e4038
3 changed files with 9 additions and 0 deletions

View file

@ -12,6 +12,9 @@ config NUM_IRQS
# must be >= the highest interrupt number used # must be >= the highest interrupt number used
default 86 default 86
config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
default y
source "soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk*" source "soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk*"
endif # SOC_SERIES_KINETIS_K6X endif # SOC_SERIES_KINETIS_K6X

View file

@ -12,6 +12,9 @@ config NUM_IRQS
# must be >= the highest interrupt number used # must be >= the highest interrupt number used
default 106 default 106
config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
default y
if KINETIS_FLASH_CONFIG if KINETIS_FLASH_CONFIG
config KINETIS_FLASH_CONFIG_FOPT config KINETIS_FLASH_CONFIG_FOPT

View file

@ -12,6 +12,9 @@ config NUM_IRQS
# must be >= the highest interrupt number used # must be >= the highest interrupt number used
default 91 default 91
config CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
default y
if KINETIS_FLASH_CONFIG if KINETIS_FLASH_CONFIG
config KINETIS_FLASH_CONFIG_FOPT config KINETIS_FLASH_CONFIG_FOPT