19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
# Copyright (c) 2017-2021 Linaro Limited
|
|
# 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_AN547
|
|
bool
|
|
select SOC_SERIES_MPS3
|
|
|
|
config SOC
|
|
default "an547" if SOC_MPS3_AN547
|