Kevin Peng | 23a583c | 2021-09-08 22:33:33 +0800 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
Kevin Peng | 0f91bc9 | 2022-02-22 15:15:34 +0800 | [diff] [blame^] | 2 | # Copyright (c) 2021-2022, Arm Limited. All rights reserved. |
Kevin Peng | 23a583c | 2021-09-08 22:33:33 +0800 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | ############################ Partitions ######################################## |
| 9 | |
| 10 | set(TFM_PSA_API OFF CACHE BOOL "Use PSA API instead of secure library model") |
| 11 | set(TFM_PARTITION_AUDIT_LOG ON CACHE BOOL "Enable Audit Log partition") |
Kevin Peng | 0f91bc9 | 2022-02-22 15:15:34 +0800 | [diff] [blame^] | 12 | set(CONFIG_TFM_PARTITION_META OFF) |