1# Private config options for sip svc stress test app 2 3# Copyright (c) 2023 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6mainmenu "Intel Agilex SiP SVC stress test" 7 8config PACKETS_PER_ITERATION 9 int 10 default 3 11 help 12 Number of SYNC and ASYNC packets to be sent per iteration 13 14config ITERATIONS 15 int 16 default 7 17 help 18 Number of iterations to be performed. 19 20source "Kconfig.zephyr" 21