Files
zephyr/soc/soc_legacy/riscv/gd_gd32/Kconfig
Jamie McCrae 22c53e97b5 hwmv2: move all non-ported legacy boards and socs to legacy folders
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>
2024-03-01 14:17:16 +00:00

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