Files
zephyr/soc/gd_gd32/gd32vf103/Kconfig.soc
Gerard Marull-Paretas 2bd84a1bc5 soc: gd_gd32: port gd32vf103 series to HWMv2
Port the only RISC-V SoC from GigaDevice to HWMv2.

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