blob: d28f0d2c4aa38c46160f8cb15c5c26a720c5019d [file] [log] [blame]
Kevin Peng5cba61c2023-01-06 14:23:15 +08001#-------------------------------------------------------------------------------
2# Copyright (c) 2022-2023, 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"
19 depends on TFM_SPM_BACKEND_IPC
20 default y
21endmenu