blob: 19f78ac975248428beae20b6bc960d20818d9413 [file] [log] [blame]
# Board configuration
# Copyright (c) 2020 Jonas Eriksson, Up to Code AB
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32VL_DISCO
config BOARD
default "stm32vl_disco"
config UART_1
default y
depends on UART_CONSOLE
if I2C
config I2C_1
default y
config I2C_2
default y
endif # I2C
if SPI
config SPI_1
default y
config SPI_2
default y
endif # SPI
if SERIAL
config UART_2
default y
config UART_3
default y
endif # SERIAL
endif # BOARD_STM32VL_DISCO