From f36f328bc931fe35780dd91f5c5ad74efcc7ea3a Mon Sep 17 00:00:00 2001 From: yefeng Date: Sat, 14 Mar 2026 22:40:12 +0800 Subject: [PATCH] [bsp][gd32] fix gd32vw553h-eval board Kconfig syntax error --- bsp/gd32/risc-v/gd32vw553h-eval/board/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bsp/gd32/risc-v/gd32vw553h-eval/board/Kconfig b/bsp/gd32/risc-v/gd32vw553h-eval/board/Kconfig index d872bb925f6..83ea451a7a6 100644 --- a/bsp/gd32/risc-v/gd32vw553h-eval/board/Kconfig +++ b/bsp/gd32/risc-v/gd32vw553h-eval/board/Kconfig @@ -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