zephyr/boards/arm/stm3210c_eval/Kconfig.defconfig
Erwan Gouriou b1008ccb02 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>
2018-12-14 09:59:37 -06:00

21 lines
286 B
Plaintext

# Kconfig - STM3210C-EVAL board configuration
#
# Copyright (c) 2016 RnDity Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_STM3210C_EVAL
config BOARD
default "stm3210c_eval"
if UART_CONSOLE
config UART_2
default y
endif # UART_CONSOLE
endif # BOARD_STM3210C_EVAL