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:
parent
15a83fe0a0
commit
ebd3e02ffd
1 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,5 @@ CONFIG_HW_STACK_PROTECTION=y
|
|||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
|
||||
CONFIG_GPIO=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue