Skip to content

Commit ebd3e02

Browse files
feilongflcarlescufi
authored andcommitted
boards: arm: gd32a503v_eval: enable CONFIG_GPIO in board kconfig
GPIO/UART are considered "minimal peripherals" by samples, should enable by default. Signed-off-by: YuLong Yao <[email protected]>
1 parent 15a83fe commit ebd3e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/arm/gd32a503v_eval/gd32a503v_eval_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ CONFIG_HW_STACK_PROTECTION=y
1111
CONFIG_CONSOLE=y
1212
CONFIG_UART_CONSOLE=y
1313
CONFIG_SERIAL=y
14+
15+
CONFIG_GPIO=y

0 commit comments

Comments
 (0)