boards: nucleo_f207zg: Fix default config

According to GH7151: boards: Move existing boards to
"default configuration guidelines"
Add USART6 Arduino compatible config

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2018-09-12 09:25:54 +02:00 committed by Kumar Gala
commit c0d58d1a60
4 changed files with 21 additions and 0 deletions

View file

@ -27,4 +27,11 @@ config ETH_STM32_HAL
endif # NETWORKING
if SERIAL
config UART_STM32_PORT_6
default y
endif # SERIAL
endif # BOARD_NUCLEO_F207ZG