arch: nxp_imx: Remove ARM_MPU_IMX_RT option.

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>
This commit is contained in:
Piotr Zięcik 2018-08-09 13:43:26 +02:00 committed by Carles Cufí
parent 9331064ff9
commit edfcab428b
3 changed files with 2 additions and 9 deletions

View file

@ -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

View file

@ -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)

View file

@ -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