We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08048bb commit 15bce63Copy full SHA for 15bce63
bsp/gd32vf103v-eval/board/Kconfig
@@ -16,6 +16,11 @@ endmenu
16
17
menu "On-chip Peripheral Drivers"
18
19
+ config BSP_USING_GPIO
20
+ bool "Enable GPIO"
21
+ select RT_USING_PIN
22
+ default y
23
+
24
menuconfig BSP_USING_UART
25
bool "Enable USART"
26
default y
@@ -24,7 +29,8 @@ menu "On-chip Peripheral Drivers"
29
config BSP_USING_UART0
30
bool "Enable USART0"
31
27
- endif
32
+ endif
33
28
34
endmenu
35
36
menu "Board extended module Drivers"
0 commit comments