blob: 0fb0f0c52e59a3ea78df29600bc3de092e3a7b5d [file] [log] [blame]
# Kconfig - OLIMEX-STM32-H407 board configuration
#
# Copyright (c) 2018, Reto Schneider <code@reto-schneider.ch>
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_OLIMEX_STM32_H407
config BOARD
default olimex_stm32_h407
if UART_CONSOLE
config UART_STM32_PORT_2
default y
endif # UART_CONSOLE
endif # BOARD_OLIMEX_STM32_H407