1# Copyright (c) 2017-2021 Linaro Limited 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_SERIES_MPS3 5 bool 6 select SOC_FAMILY_ARM 7 help 8 Enable support for ARM MPS3 MCU Series 9 10config SOC_SERIES 11 default "mps3" if SOC_SERIES_MPS3 12 13config SOC_MPS3_AN547 14 bool 15 select SOC_SERIES_MPS3 16 17config SOC 18 default "an547" if SOC_MPS3_AN547 19