1# Copyright (c) 2017 Linaro Limited
2# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
3# SPDX-License-Identifier: Apache-2.0
4
5config BOARD_MPS2
6	select SOC_MPS2_AN383 if BOARD_MPS2_AN383
7	select SOC_MPS2_AN385 if BOARD_MPS2_AN385
8	select SOC_MPS2_AN386 if BOARD_MPS2_AN386
9	select SOC_MPS2_AN500 if BOARD_MPS2_AN500
10	select SOC_MPS2_AN521_CPU0 if BOARD_MPS2_AN521_CPU0
11	select SOC_MPS2_AN521_CPU0 if BOARD_MPS2_AN521_CPU0_NS
12	select SOC_MPS2_AN521_CPU1 if BOARD_MPS2_AN521_CPU1
13