Skip to content
Open
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
6 changes: 1 addition & 5 deletions bsp/gd32/risc-v/gd32vw553h-eval/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ menu "On-chip Peripheral Drivers"
bool "Enable SPI0 RX DMA"
depends on BSP_USING_SPI0
select BSP_SPI0_TX_USING_DMA
endif

menuconfig BSP_USING_HWTIMER
bool "Enable timer"
Expand All @@ -228,7 +229,6 @@ menu "On-chip Peripheral Drivers"
default n
config BSP_USING_HWTIMER16
bool "Enable TIM16"

default n
endif

Expand Down Expand Up @@ -261,10 +261,6 @@ menu "Board extended module Drivers"

endif


endmenu


endmenu

endmenu
Loading