David Hu | 9b6a1fe | 2020-12-21 15:16:09 +0800 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
Kevin Peng | 76c0c16 | 2022-02-09 22:49:06 +0800 | [diff] [blame] | 2 | # Copyright (c) 2020-2022, Arm Limited. All rights reserved. |
David Hu | 9b6a1fe | 2020-12-21 15:16:09 +0800 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | ############################ Partitions ######################################## |
| 9 | |
Kevin Peng | 76c0c16 | 2022-02-09 22:49:06 +0800 | [diff] [blame] | 10 | set(TFM_PSA_API ON CACHE BOOL "Use PSA API instead of secure library model") |
| 11 | set(CONFIG_TFM_SPM_BACKEND_IPC ON) |
| 12 | set(CONFIG_TFM_SPM_BACKEND_SFN OFF) |
Summer Qin | 596f555 | 2022-01-27 18:04:06 +0800 | [diff] [blame^] | 13 | set(CONFIG_TFM_PARTITION_META ON) |