2016-12-03 16:22:00 +08:00
|
|
|
# Kconfig - NUCLEO-64 F411RE board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Matthias Boesl
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-12-03 16:22:00 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
if BOARD_NUCLEO_F411RE
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default nucleo_f411re
|
|
|
|
|
2017-12-29 02:11:11 +08:00
|
|
|
if UART_CONSOLE
|
|
|
|
|
|
|
|
config UART_STM32_PORT_2
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif # UART_CONSOLE
|
|
|
|
|
2016-12-03 16:22:00 +08:00
|
|
|
endif # BOARD_NUCLEO_F411RE
|