d393186d51
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>
14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
|
|
choice
|
|
prompt "SoC/CPU/Configuration Selection"
|
|
|
|
source "$(SOC_DIR)/$(ARCH)/*/Kconfig.soc"
|
|
|
|
endchoice
|
|
|
|
menu "Hardware Configuration"
|
|
osource "$(SOC_DIR)/$(ARCH)/Kconfig"
|
|
osource "$(SOC_DIR)/$(ARCH)/*/Kconfig"
|
|
|
|
endmenu
|