blob: 0085041c5d8333fa89796a78979c40828a05584b [file] [log] [blame]
Kevin Peng23a583c2021-09-08 22:33:33 +08001#-------------------------------------------------------------------------------
Kevin Peng0f91bc92022-02-22 15:15:34 +08002# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
Kevin Peng23a583c2021-09-08 22:33:33 +08003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8############################ Partitions ########################################
9
10set(TFM_PSA_API OFF CACHE BOOL "Use PSA API instead of secure library model")
11set(TFM_PARTITION_AUDIT_LOG ON CACHE BOOL "Enable Audit Log partition")
Kevin Peng0f91bc92022-02-22 15:15:34 +080012set(CONFIG_TFM_PARTITION_META OFF)