1menu "Kernel SMP Testcase"
2
3config UTEST_SMP_AFFFINITY_TC
4    bool "smp affinity and thread priority test1"
5    default n
6
7config UTEST_SMP_ASSIGNED_IDLE_CORE_TC
8    bool "smp threads auto assign to idle cores for test"
9    default n
10
11config UTEST_SMP_INTERRUPT_PRI_TC
12    bool "smp interrupt priority test"
13    default n
14
15config UTEST_SMP_SPINLOCK_TC
16    bool "smp spinlock test"
17    default n
18
19config UTEST_SMP_THREAD_PREEMPTION_TC
20    bool "smp threads preemption test"
21    default n
22
23endmenu
24