1# Copyright (c) 2024 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "SMP suspend test"
5
6source "Kconfig.zephyr"
7
8config SMP_TEST_RELAX
9 int "A delay to compensate for spinlock bias induced by arch_spin_relax"
10 default 16
11