1# Copyright (c) 2017-2019 Linaro Limited 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_SERIES_MPS2 5 select ARM 6 select GPIO_MMIO32 if GPIO 7 8config SOC_MPS2_AN521 9 select CPU_CORTEX_M33 10 select CPU_HAS_ARM_MPU 11 12config SOC_MPS2_AN385 13 select CPU_CORTEX_M3 14 select CPU_HAS_ARM_MPU 15 16config SOC_MPS2_AN521_CPU0 17 select CPU_HAS_ARM_SAU 18 19config SOC_MPS2_AN521_CPU1 20 select CPU_HAS_FPU 21 select ARMV8_M_DSP 22