blob: 300633b971283baff06089ca45770641ea53d34a [file] [log] [blame]
# 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"
config UART_2
default y
depends on UART_CONSOLE
config I2C_1
default y
depends on I2C
if SPI
config SPI_1
default y
config SPI_STM32_INTERRUPT
default y
endif # SPI
endif # BOARD_NUCLEO_F411RE