1# Copyright (c) 2025 Intel Corporation 2# 3# SPDX-License-Identifier: Apache-2.0 4 5mainmenu "Userspace test" 6 7source "Kconfig.zephyr" 8 9config USERSPACE_SWITCHING_TESTS 10 bool "Run thread switching tests" 11 select SCHED_CPU_MASK if MP_MAX_NUM_CPUS > 1 12 help 13 Run userspace_domain_switching tests. 14 15 Enable this via board overlay. 16