Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions bsp/gd32/risc-v/gd32vw553h-eval/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,31 @@ menu "On-chip Peripheral Drivers"
default n
endif

menuconfig BSP_USING_HWTIMER
bool "Enable timer"
default n
select RT_USING_HWTIMER
if BSP_USING_HWTIMER
config BSP_USING_HWTIMER0
bool "Enable TIM0"
default n
config BSP_USING_HWTIMER1
bool "Enable TIM1"
default n
config BSP_USING_HWTIMER2
bool "Enable TIM2"
default n
config BSP_USING_HWTIMER5
bool "Enable TIM5"
default n
config BSP_USING_HWTIMER15
bool "Enable TIM15"
default n
config BSP_USING_HWTIMER16
bool "Enable TIM16"
default n
endif

source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"

endmenu
Expand Down
Loading