blob: 20ac856c3d710ab54a136faf980f19e98613c46d [file] [log] [blame]
# Copyright (c) 2017-2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
choice
prompt "ARM MPS2 SoCs"
depends on SOC_SERIES_MPS2
config SOC_MPS2_AN385
bool "ARM Cortex-M3 SMM on V2M-MPS2 (Application Note AN385)"
select CPU_CORTEX_M3
select CPU_HAS_ARM_MPU
config SOC_MPS2_AN521
bool "ARM Cortex-M33 SMM-SSE-200 on V2M-MPS2+ (AN521)"
select CPU_CORTEX_M33
select CPU_HAS_ARM_SAU
select CPU_HAS_ARM_MPU
endchoice