1# Copyright (c) 2021 YuLong Yao <feilongphone@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_GD32E10X 5 6source "soc/arm/gigadevice/gd32e10x/Kconfig.defconfig.gd32*" 7 8config SOC_SERIES 9 default "gd32e10x" 10 11endif # SOC_SERIES_GD32E10X 12