Jianliang Shen | 710cb95 | 2022-10-08 11:32:35 +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 | menu "TF-M SPM component configs" |
| 9 | |
| 10 | config CONFIG_TFM_CONN_HANDLE_MAX_NUM |
| 11 | int "Maximal number of handling secure services" |
| 12 | default 8 |
| 13 | help |
| 14 | The maximal number of secure services that are connected or requested at |
| 15 | the same time |
| 16 | |
| 17 | config CONFIG_TFM_DOORBELL_API |
| 18 | bool "Enable the doorbell APIs" |
Kevin Peng | 6727c04 | 2023-02-03 10:52:19 +0800 | [diff] [blame] | 19 | depends on CONFIG_TFM_SPM_BACKEND_IPC |
Jianliang Shen | 710cb95 | 2022-10-08 11:32:35 +0800 | [diff] [blame] | 20 | default y |
| 21 | endmenu |