Files
zephyr/boards/st/nucleo_l552ze_q/Kconfig.defconfig
Erwan Gouriou e601d64344 boards: Convert nucleo_l552ze_q to HWM v2
Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-03-01 14:17:26 +00:00

17 lines
379 B
Plaintext

# STM32L552ZE Q Nucleo board configuration
# Copyright (c) 2020 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_L552ZE_Q_STM32L552XX_NS
if TRUSTED_EXECUTION_NONSECURE
# Get flash configuration for NS image from dts flash partition
config USE_DT_CODE_PARTITION
default y
endif # TRUSTED_EXECUTION_NONSECURE
endif # BOARD_NUCLEO_L552ZE_Q_STM32L552XX_NS