zephyr/boards/arm/olimex_stm32_h407/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
245 B
Plaintext

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