zephyr/soc/arm/st_stm32/stm32h7/Kconfig.defconfig.series
Alexander Kozhinov 54e8bda856 soc: stm32: Add support for stm32h745xx SoC
add stm32h745xx SoC and corresponding device tree

Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
2020-06-19 18:18:57 +02:00

19 lines
366 B
Text

# ST Microelectronics STM32H7 MCU line
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
# Kconfig symbols common to STM32H7 series
if SOC_SERIES_STM32H7X
source "soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7*"
config SOC_SERIES
default "stm32h7"
config DMA_STM32_V1
default y
depends on DMA_STM32
endif # SOC_SERIES_STM32H7X