Files
zephyr/soc/gd/gd32/gd32f403/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

18 lines
334 B
Plaintext

# Copyright (c) 2021, ATL Electronics
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_GD32F403
bool
help
Enable support for GigaDevice GD32F403 MCU series
config SOC_SERIES
default "gd32f403" if SOC_SERIES_GD32F403
config SOC_GD32F403
bool
select SOC_SERIES_GD32F403
config SOC
default "gd32f403" if SOC_GD32F403