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

@ -7,6 +7,7 @@ source "$(SOC_DIR)/$(ARCH)/*/Kconfig.soc"
endchoice
menu "Hardware Configuration"
osource "$(SOC_DIR)/$(ARCH)/Kconfig"
osource "$(SOC_DIR)/$(ARCH)/*/Kconfig"
endmenu