blob: 94c9538b5260af8c81b6ce125cf729cb78f8c758 [file] [log] [blame]
# Copyright (c) 2017-2021 Linaro Limited
# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_MPS3
bool
select SOC_FAMILY_ARM
help
Enable support for ARM MPS3 MCU Series
config SOC_SERIES
default "mps3" if SOC_SERIES_MPS3
config SOC_MPS3_CORSTONE300
bool
select SOC_SERIES_MPS3
config SOC_MPS3_CORSTONE310
bool
select SOC_SERIES_MPS3
config SOC
default "corstone300" if SOC_MPS3_CORSTONE300
default "corstone310" if SOC_MPS3_CORSTONE310