zephyr/tests/subsys/sip_svc/Kconfig
Mahesh Rao 80a863f947 tests: sip_svc: Add a stress test for sip_svc subsystem
Add a stress test for sip_svc subsystem using
INTEL SOCFPGA AGILEX platform.

Signed-off-by: Mahesh Rao <mahesh.rao@intel.com>
2023-09-15 09:26:49 +02:00

21 lines
396 B
Plaintext

# Private config options for sip svc stress test app
# Copyright (c) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
mainmenu "Intel Agilex SiP SVC stress test"
config PACKETS_PER_ITERATION
int
default 3
help
Number of SYNC and ASYNC packets to be sent per iteration
config ITERATIONS
int
default 7
help
Number of iterations to be performed.
source "Kconfig.zephyr"