1# Copyright (c) 2023, Meta 2# SPDX-License-Identifier: Apache-2.0 3 4config TEST_SEM_N_LOOPS 5 int "Number of loops in semaphore test" 6 range 16 1024 7 default 32 8 help 9 This option is specific to semaphore.test_named_semaphore in semaphore.c 10 11source "Kconfig.zephyr" 12