16 lines
258 B
Plaintext
16 lines
258 B
Plaintext
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config SOC_FAMILY_GD32
|
||
|
bool
|
||
|
|
||
|
if SOC_FAMILY_GD32
|
||
|
|
||
|
config SOC_FAMILY
|
||
|
string
|
||
|
default "gd_gd32"
|
||
|
|
||
|
source "soc/riscv/gd_gd32/*/Kconfig.soc"
|
||
|
|
||
|
endif # SOC_FAMILY_GIGADEVICE_GD32
|