12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
|
# Copyright (c) 2022 BrainCo Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_SERIES_GD32L23X
|
||
|
|
||
|
source "soc/arm/gigadevice/gd32l23x/Kconfig.defconfig.gd32*"
|
||
|
|
||
|
config SOC_SERIES
|
||
|
default "gd32l23x"
|
||
|
|
||
|
endif # SOC_SERIES_GD32L23X
|