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:
parent
f022de6275
commit
b1008ccb02
97 changed files with 299 additions and 300 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue