Browse Source
This commit move the arm mps3 SoC to soc/v2 and adopt HWMv2. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>pull/69687/head
9 changed files with 28 additions and 23 deletions
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
# Copyright (c) 2021 Linaro Limited |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_SERIES_MPS3 |
||||
bool "Arm MPS3 MCU Series" |
||||
select ARM |
||||
select SOC_FAMILY_ARM |
||||
select GPIO_MMIO32 if GPIO |
||||
help |
||||
Enable support for ARM MPS3 MCU Series |
@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
# Copyright (c) 2017-2021 Linaro Limited |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_SERIES_MPS3 |
||||
bool |
||||
help |
||||
Enable support for ARM MPS3 MCU Series |
||||
|
||||
config SOC_SERIES |
||||
default "mps3" if SOC_SERIES_MPS3 |
||||
|
||||
config SOC_MPS3_AN547 |
||||
bool |
||||
select SOC_SERIES_MPS3 |
||||
|
||||
config SOC |
||||
default "mps3_an547" if SOC_MPS3_AN547 |
Loading…
Reference in new issue