[bsp][gd32] fix gd32vw553h-eval board Kconfig syntax error

This commit is contained in:
yefeng
2026-03-14 22:40:12 +08:00
committed by Rbb666
parent cda0a63ab5
commit a009110ca6

View File

@@ -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"
@@ -228,7 +229,6 @@ menu "On-chip Peripheral Drivers"
default n
config BSP_USING_HWTIMER16
bool "Enable TIM16"
default n
endif
@@ -261,10 +261,6 @@ menu "Board extended module Drivers"
endif
endmenu
endmenu
endmenu