1# STM32L552ZE Q Nucleo board configuration
2
3# Copyright (c) 2020 Linaro Limited
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_NUCLEO_L552ZE_Q
7
8config BOARD
9	default "nucleo_l552ze_q"
10
11if TRUSTED_EXECUTION_NONSECURE
12
13# Get flash configuration for NS image from dts flash partition
14config USE_DT_CODE_PARTITION
15	default y
16
17endif # TRUSTED_EXECUTION_NONSECURE
18
19endif # BOARD_NUCLEO_L552ZE_Q
20