21 lines
314 B
Plaintext
21 lines
314 B
Plaintext
# 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
|