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:
parent
9331064ff9
commit
edfcab428b
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue