mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 02:16:46 +00:00
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>
12 lines
245 B
Plaintext
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
|