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:
parent
d9cc147c60
commit
d393186d51
11 changed files with 28 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue