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 <feilongphone@gmail.com>
This commit is contained in:
YuLong Yao 2023-01-14 04:41:39 +08:00 committed by Carles Cufí
commit ebd3e02ffd

View file

@ -11,3 +11,5 @@ CONFIG_HW_STACK_PROTECTION=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_GPIO=y