Kevin Peng | 5cba61c | 2023-01-06 14:23:15 +0800 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2022-2023, 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" |
| 19 | depends on TFM_SPM_BACKEND_IPC |
| 20 | default y |
| 21 | endmenu |