zephyr/boards/arm/olimex_stm32_e407/Kconfig.defconfig

21 lines
316 B
Plaintext
Raw Normal View History

# Kconfig - OLIMEX-STM32-E407 board configuration
#
# Copyright (c) 2017, Erwin Rol <erwin@erwinrol.com>
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_OLIMEX_STM32_E407
config BOARD
default "olimex_stm32_e407"
if UART_CONSOLE
config UART_1
default y
endif # UART_CONSOLE
endif # BOARD_OLIMEX_STM32_E407