Skip to content

Commit

Permalink
arch: nxp_imx: Remove ARM_MPU_IMX_RT option.
Browse files Browse the repository at this point in the history
The ARM_MPU_IMX_RT option is just selecting ARM_MPU option,
which could be also controlled through menuconfig.

This commit removes the ARM_MPU_IMX_RT option and replaces
its usage by ARM_MPU option.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
  • Loading branch information
pizi-nordic authored and carlescufi committed Sep 20, 2018
1 parent 9331064 commit edfcab4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion boards/arm/mimxrt1050_evk/mimxrt1050_evk_defconfig
Expand Up @@ -14,4 +14,4 @@ CONFIG_SERIAL=y
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_GPIO=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=600000000
CONFIG_ARM_MPU_IMX_RT=y
CONFIG_ARM_MPU=y
2 changes: 1 addition & 1 deletion soc/arm/nxp_imx/rt/CMakeLists.txt
Expand Up @@ -8,4 +8,4 @@ zephyr_sources(
soc.c
)

zephyr_sources_ifdef(CONFIG_ARM_MPU_IMX_RT arm_mpu_regions.c)
zephyr_sources_ifdef(CONFIG_ARM_MPU arm_mpu_regions.c)
7 changes: 0 additions & 7 deletions soc/arm/nxp_imx/rt/Kconfig.soc
Expand Up @@ -39,13 +39,6 @@ endchoice

if SOC_SERIES_IMX_RT

config ARM_MPU_IMX_RT
bool "Enable MPU on i.MX RT"
depends on CPU_HAS_MPU
select ARM_MPU
help
Enable MPU support on NXP i.MX RT series SoCs.

config SOC_PART_NUMBER_MIMXRT1051CVL5A
bool

Expand Down

0 comments on commit edfcab4

Please sign in to comment.