Linux Audio

Check our new training course

Loading...
# 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