blob: f133b24799cf57c6d31d9522e89e2e69ab68d5b7 [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
menu "Platform partition component configs"
depends on TFM_PARTITION_PLATFORM
config PLATFORM_SERVICE_INPUT_BUFFER_SIZE
int "Size of input buffer"
default 64
config PLATFORM_SERVICE_OUTPUT_BUFFER_SIZE
int "Size of output buffer"
default 64
config PLATFORM_SP_STACK_SIZE
hex "Stack size"
default 0x500
endmenu