1#-------------------------------------------------------------------------------
2# Copyright (c) 2022-2024, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8set(RSE_XIP                     ON  CACHE BOOL  "Whether to run runtime firmware XIP via the SIC")
9
10set(TFM_ATTESTATION_SCHEME      "DPE"       CACHE STRING    "Attestation scheme to use [OFF, PSA, CCA, DPE]")
11
12# Once all options are set, set common options as fallback
13include(${CMAKE_CURRENT_LIST_DIR}/../common/config.cmake)
14