blob: 25e22ac261ff65242c86b4d561368cfd49de66eb [file] [log] [blame]
# Kconfig - NUCLEO-64 F411RE board configuration
#
# Copyright (c) 2016 Matthias Boesl
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_NUCLEO_F411RE
config BOARD
default nucleo_f411re
if UART_CONSOLE
config UART_STM32_PORT_2
default y
endif # UART_CONSOLE
if I2C
config I2C_1
default y
endif # I2C
endif # BOARD_NUCLEO_F411RE