blob: 164af37487fcb781722b498d1d3ef59c82285cf9 [file] [log] [blame]
Jianliang Shen710cb952022-10-08 11:32:35 +08001#-------------------------------------------------------------------------------
2# Copyright (c) 2022, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8menu "TF-M SPM component configs"
9
10config 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
17config CONFIG_TFM_DOORBELL_API
18 bool "Enable the doorbell APIs"
Jianliang Shen2b24f252022-11-25 11:08:54 +080019 depends on TFM_SPM_BACKEND_IPC
Jianliang Shen710cb952022-10-08 11:32:35 +080020 default y
21endmenu