1# Copyright (c) 2017 Linaro Limited 2# SPDX-License-Identifier: Apache-2.0 3 4config BOARD_MPS2 5 select SOC_MPS2_AN385 if BOARD_MPS2_AN385 6 select SOC_MPS2_AN521_CPU0 if BOARD_MPS2_AN521_CPU0 7 select SOC_MPS2_AN521_CPU0 if BOARD_MPS2_AN521_CPU0_NS 8 select SOC_MPS2_AN521_CPU1 if BOARD_MPS2_AN521_CPU1 9