blob: 935fa80cc99681fffeb8a78195199723eb78d0e9 [file] [log] [blame]
# STM32L552ZE Q Nucleo board configuration
# Copyright (c) 2020 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_L552ZE_Q
config BOARD
default "nucleo_l552ze_q"
if TRUSTED_EXECUTION_NONSECURE
# Get flash configuration for NS image from dts flash partition
config USE_DT_CODE_PARTITION
default y
config TFM_ISOLATION_LEVEL
default 2
depends on BUILD_WITH_TFM
endif # TRUSTED_EXECUTION_NONSECURE
endif # BOARD_NUCLEO_L552ZE_Q