Files
zephyr/soc/arm/mps2/Kconfig
Jamie McCrae 13bcf52b29 soc: arm: mps2: Fix SoC Kconfig naming
Fixes the Kconfig name of this so that it matches the value from
soc.yml, this has not been deprecated because this SoC is a virtual
SoC used only with the boards in zephyr meaning it should not cause
any breakage of out-of-tree boards

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2026-01-20 13:20:45 +00:00

38 lines
741 B
Plaintext

# Copyright (c) 2017-2019 Linaro Limited
# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_MPS2
select ARM
select GPIO_MMIO32 if GPIO
config SOC_AN521
select CPU_CORTEX_M33
select CPU_HAS_ARM_MPU
config SOC_AN383
select CPU_CORTEX_M0PLUS
select CPU_HAS_ARM_MPU
select CPU_CORTEX_M_HAS_SYSTICK
select CPU_CORTEX_M_HAS_VTOR
config SOC_AN385
select CPU_CORTEX_M3
select CPU_HAS_ARM_MPU
config SOC_AN386
select CPU_CORTEX_M4
select CPU_HAS_ARM_MPU
select CPU_HAS_VFP
config SOC_AN500
select CPU_CORTEX_M7
select CPU_HAS_ARM_MPU
config SOC_AN521_CPU0
select CPU_HAS_ARM_SAU
config SOC_AN521_CPU1
select CPU_HAS_FPU
select ARMV8_M_DSP