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