To un-block continuing of soc and board porting then move all socs and boards which have not yet been ported to boards_legacy / soc_legacy folders. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
16 lines
269 B
Plaintext
16 lines
269 B
Plaintext
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_GD32
|
|
bool
|
|
|
|
if SOC_FAMILY_GD32
|
|
|
|
config SOC_FAMILY
|
|
string
|
|
default "gd_gd32"
|
|
|
|
source "soc/soc_legacy/riscv/gd_gd32/*/Kconfig.soc"
|
|
|
|
endif # SOC_FAMILY_GIGADEVICE_GD32
|