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:
parent
9ce4d8f20d
commit
12eb1e4038
3 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue