Files
zephyr/soc/gd/gd32/gd32vf103/Kconfig.soc
Gerard Marull-Paretas b40bf25e5e soc: gd_gd32: reorganize folders
Move soc/gd_gd32 to soc/gd/gd32.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-03-01 15:49:59 +01:00

21 lines
434 B
Plaintext

# GD32VF103 SOC configuration options
# Copyright (c) 2021 Tokita, Hiroshi <tokita.hiroshi@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_GD32VF103
bool
select SOC_FAMILY_GD_GD32
help
Enable support for GigaDevice GD32VF103 MCU series
config SOC_SERIES
default "gd32vf103" if SOC_SERIES_GD32VF103
config SOC_GD32VF103
bool
select SOC_SERIES_GD32VF103
config SOC
default "gd32vf103" if SOC_GD32VF103