blob: c7fa476a8e4d1ef2c7bbff4327c1037e9e82f996 [file] [log] [blame]
# Kconfig - STM32373C-EVAL evaluation board configuration
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_STM32373C_EVAL
config BOARD
default "stm32373c_eval"
if UART_CONSOLE
config UART_STM32_PORT_2
default y
endif # UART_CONSOLE
endif # BOARD_STM32373C_EVAL