Files
zephyr/soc/st/stm32/stm32h7/Kconfig.defconfig
Erwan Gouriou bac9789264 soc: st: Migrate stm32h7 series to new hw model
Migrate STM2H7 series to new HW model.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-03-01 15:49:59 +01:00

18 lines
431 B
Plaintext

# ST Microelectronics STM32H7 MCU line
# Copyright (c) 2019 Linaro Limited
# Copyright (c) 2022 SILA Embedded Solutions GmbH <office@embedded-solutions.at>
# SPDX-License-Identifier: Apache-2.0
# Kconfig symbols common to STM32H7 series
if SOC_SERIES_STM32H7X
rsource "Kconfig.defconfig.stm32h7*"
config ROM_START_OFFSET
default 0x400 if BOOTLOADER_MCUBOOT
default 0x0 if !BOOTLOADER_MCUBOOT
endif # SOC_SERIES_STM32H7X