1# Copyright (c) 2022, Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_SERIES_GD32E50X
5
6source "soc/arm/gigadevice/gd32e50x/Kconfig.defconfig.gd32*"
7
8config SOC_SERIES
9	default "gd32e50x"
10
11endif # SOC_SERIES_GD32E50X
12