blob: 2896b74aba21c32bb90dcdddfbbc2506d085147c [file] [log] [blame]
# Kconfig - STM32 Nucleo-64 development board with STM32F091RC MCU
#
# Copyright (c) 2017 Bobby Noelte
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_NUCLEO_F091RC
config BOARD
default nucleo_f091rc
if UART_CONSOLE
config UART_STM32_PORT_2
default y
endif # UART_CONSOLE
if I2C
config I2C_1
default y
config I2C_2
default y
endif # I2C
endif # BOARD_NUCLEO_F091RC