zephyr/boards/arm/olimex_stm32_e407/Kconfig.defconfig
Erwan Gouriou 81f27c2265 boards: stm32: Use dt API for serial peripheral configuration
Replace use of Kconfig UART_X symbols by calls to DT API.
Clean driver from symbols definitions

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-04-20 15:27:56 -05:00

12 lines
236 B
Plaintext

# 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"
endif # BOARD_OLIMEX_STM32_E407