blob: fbe6b09ebe875354cc63bdcfd75609620cb0cd9f [file] [log] [blame]
David Hu9b6a1fe2020-12-21 15:16:09 +08001#-------------------------------------------------------------------------------
Kevin Peng76c0c162022-02-09 22:49:06 +08002# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
David Hu9b6a1fe2020-12-21 15:16:09 +08003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8############################ Partitions ########################################
9
Kevin Peng76c0c162022-02-09 22:49:06 +080010set(TFM_PSA_API ON CACHE BOOL "Use PSA API instead of secure library model")
11set(CONFIG_TFM_SPM_BACKEND_IPC ON)
12set(CONFIG_TFM_SPM_BACKEND_SFN OFF)