cpu/gd32v: model Kconfig

This commit is contained in:
Leandro Lanzieri 2021-09-28 16:41:59 +02:00
parent fe8e043c36
commit a015508e77
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 15 additions and 0 deletions

View File

@ -18,6 +18,9 @@ config CPU_FAM_GD32V
select HAS_PERIPH_TIMER_PERIODIC
select HAS_PERIPH_WDT
select MODULE_PERIPH_CLIC if TEST_KCONFIG
select MODULE_PERIPH_WDT if MODULE_PERIPH_PM && HAS_PERIPH_WDT
config CPU_MODEL_GD32VF103VBT6
bool
select CPU_FAM_GD32V
@ -40,4 +43,6 @@ config CPU
config CPU_CORE
default "rv32imac" if CPU_CORE_RV32IMAC
rsource "periph/Kconfig"
source "$(RIOTCPU)/riscv_common/Kconfig"

10
cpu/gd32v/periph/Kconfig Normal file
View File

@ -0,0 +1,10 @@
# Copyright (c) 2021 HAW Hamburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config MODULE_PERIPH
bool
default y