soc: mps3: Fix missing family

Fixes an issue with a missing family in the mp3 soc

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-01-30 10:03:49 +00:00
parent 392c3969ed
commit 313717df76
6 changed files with 12 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if SOC_FAMILY_ARM64
if SOC_FAMILY_ARM || SOC_FAMILY_ARM64
rsource "*/Kconfig.defconfig"
endif # SOC_FAMILY_ARM64
endif # SOC_FAMILY_ARM || SOC_FAMILY_ARM64

View File

@@ -1,10 +1,14 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_ARM
bool
config SOC_FAMILY_ARM64
bool
config SOC_FAMILY
default "arm" if SOC_FAMILY_ARM
default "arm64" if SOC_FAMILY_ARM64
rsource "*/Kconfig.soc"

View File

@@ -3,7 +3,6 @@
config SOC_SERIES_MPS3
select ARM
select SOC_FAMILY_ARM
select GPIO_MMIO32 if GPIO
config SOC_MPS3_AN547

View File

@@ -3,6 +3,7 @@
config SOC_SERIES_MPS3
bool
select SOC_FAMILY_ARM
help
Enable support for ARM MPS3 MCU Series

View File

@@ -1,4 +0,0 @@
series:
- name: mps3
socs:
- name: an547

View File

@@ -1,4 +1,9 @@
family:
- name: arm
series:
- name: mps3
socs:
- name: an547
- name: arm64
series:
- name: fvp_aemv8a