arch: arm: Introduce CPU_HAS_ARM_MPU and CPU_HAS_NXP_MPU options

This commit introduces CPU_HAS_ARM_MPU and CPU_HAS_NXP_MPU options,
which indicate which flavour of MPU is supported by given SoC family.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
This commit is contained in:
Piotr Zięcik 2018-08-09 14:47:27 +02:00 committed by Carles Cufí
commit d393186d51
11 changed files with 28 additions and 14 deletions

View file

@ -13,7 +13,7 @@ config SOC_SERIES_STM32L4X
select SOC_FAMILY_STM32
select SYS_POWER_LOW_POWER_STATE_SUPPORTED
select HAS_STM32CUBE
select CPU_HAS_MPU
select CPU_HAS_ARM_MPU
select CPU_HAS_SYSTICK
select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL
help