blob: 99a4892f28dc2ad1d94b9c6b5d5219e527481863 [file] [log] [blame]
# 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_STM32_PORT_2
default y
endif # UART_CONSOLE
endif # BOARD_STM3210C_EVAL