Kevin Peng | 76c0c16 | 2022-02-09 22:49:06 +0800 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2022, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | ############################ Partitions ######################################## |
| 9 | |
| 10 | set(TFM_PSA_API ON CACHE BOOL "Use PSA API instead of secure library model") |
Kevin Peng | 613b417 | 2022-02-15 14:41:44 +0800 | [diff] [blame] | 11 | set(CONFIG_TFM_DOORBELL_API OFF CACHE BOOL "Enable the doorbell APIs") |
Kevin Peng | 76c0c16 | 2022-02-09 22:49:06 +0800 | [diff] [blame] | 12 | set(CONFIG_TFM_SPM_BACKEND_IPC OFF) |
| 13 | set(CONFIG_TFM_SPM_BACKEND_SFN ON) |
Kevin Peng | 0f91bc9 | 2022-02-22 15:15:34 +0800 | [diff] [blame] | 14 | set(CONFIG_TFM_PARTITION_META OFF) |