1# Copyright (c) 2021 BrainCo Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_GD32F3X0 5 6source "soc/arm/gigadevice/gd32f3x0/Kconfig.defconfig.gd32*" 7 8config SOC_SERIES 9 default "gd32f3x0" 10 11endif # SOC_SERIES_GD32F3X0 12