Kconfig 496 B

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