blob: 2c34ec8c9351c8d4771db38f4b4bda62eb90ed4b [file] [log] [blame]
# Kconfig - OLIMEXINO-STM32 board configuration
#
# Copyright (c) 2016, I-SENSE group of ICCS
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_OLIMEXINO_STM32
config BOARD
default olimexino_stm32
if UART_CONSOLE
config UART_STM32_PORT_1
default y
endif # UART_CONSOLE
if I2C
config I2C_2
default y
endif # I2C
endif # BOARD_OLIMEXINO_STM32