21 lines
286 B
Plaintext
21 lines
286 B
Plaintext
# Kconfig - STM32F072-EVAL board configuration
|
|
#
|
|
# Copyright (c) 2017 BayLibre, SAS
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if BOARD_STM32F072_EVAL
|
|
|
|
config BOARD
|
|
default "stm32f072_eval"
|
|
|
|
if UART_CONSOLE
|
|
|
|
config UART_2
|
|
default y
|
|
|
|
endif # UART_CONSOLE
|
|
|
|
endif # BOARD_STM32F072_EVAL
|