blob: e1f9b933edaa8e33799c62ef293dbc89ebc61d06 [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)
Summer Qin596f5552022-01-27 18:04:06 +080013set(CONFIG_TFM_PARTITION_META ON)