blob: f3d2a0f6c6959c13a4d544536f281c5975daab31 [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