zephyr/boards/arm/stm3210c_eval/Kconfig.defconfig

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