blob: 4eadf44e57087b2d35fd025316f35ae1ebaa04e6 [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"
Kevin Peng6727c042023-02-03 10:52:19 +080019 depends on CONFIG_TFM_SPM_BACKEND_IPC
Jianliang Shen710cb952022-10-08 11:32:35 +080020 default y
21endmenu