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