arch: arm: rename CPU_HAS_NXP_MPU to align with binding
Following the binding rename to "nxp,sysmpu", update the Kconfig option to align with the binding name and to better reflect the option's purpose. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
a0b23a745d
commit
87798f9e16
15 changed files with 29 additions and 28 deletions
|
@ -9,7 +9,7 @@ zephyr_sources(
|
|||
soc.c
|
||||
)
|
||||
|
||||
if(DEFINED CONFIG_ARM_MPU AND DEFINED CONFIG_CPU_HAS_NXP_MPU)
|
||||
if(DEFINED CONFIG_ARM_MPU AND DEFINED CONFIG_CPU_HAS_NXP_SYSMPU)
|
||||
# MK22F12 series MCUs have NXP MPU
|
||||
zephyr_sources(nxp_mpu_regions.c)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue