drivers/serial: stm32: Modify Kconfig instance flags

STM32 uart Kconfig instance flags were not following
same naming scheme than other drivers (i2c, spi, ..)

Update driver to use UART_X instead of UART_STM32_PORT_X

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2018-12-14 16:56:04 +01:00 committed by Kumar Gala
commit b1008ccb02
97 changed files with 299 additions and 300 deletions

View file

@ -12,7 +12,7 @@ config BOARD
if UART_CONSOLE
config UART_STM32_PORT_3
config UART_3
default y
endif # UART_CONSOLE
@ -29,7 +29,7 @@ endif # NETWORKING
if SERIAL
config UART_STM32_PORT_6
config UART_6
default y
endif # SERIAL