1# Copyright (c) 2023 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "SMP test"
5
6source "Kconfig.zephyr"
7
8config SMP_TEST_RUN_FACTOR
9 int "Run factor for stressing tests, such as 'switch torture', \
10 as a percentage"
11 default 100
12