Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. menu "Test options"
  2. config TEST_ATOMIC
  3. bool "atomic ops"
  4. default n
  5. select SYMTAB
  6. config TEST_BULLETIN
  7. bool "bulletin API"
  8. default n
  9. select SYMTAB
  10. config TEST_CAPABILITY
  11. bool "capability API"
  12. default n
  13. select SYMTAB
  14. config TEST_FMT
  15. bool "formatted I/O"
  16. default n
  17. select SYMTAB
  18. config TEST_FUTEX
  19. bool "futex API"
  20. default n
  21. select SYMTAB
  22. config TEST_INTR
  23. bool "interrupt API"
  24. default n
  25. select SYMTAB
  26. config TEST_IPC
  27. bool "inter-process communication"
  28. default n
  29. select SYMTAB
  30. config TEST_MUTEX
  31. bool "mutex API"
  32. default n
  33. select SYMTAB
  34. config TEST_MUTEX_PI
  35. bool "rtmutex API"
  36. default n
  37. select SYMTAB
  38. config TEST_PERFMON_CPU
  39. bool "CPU performance counters"
  40. default n
  41. select SYMTAB
  42. config TEST_PERFMON_THREAD
  43. bool "thread performance counters"
  44. default n
  45. select SYMTAB
  46. config TEST_PERFMON_TORTURE
  47. bool "stress performance counters"
  48. default n
  49. select SYMTAB
  50. config TEST_PMAP_UPDATE
  51. bool "pmap update"
  52. default n
  53. select SYMTAB
  54. config TEST_RCU_DEFER
  55. bool "rcu defer"
  56. default n
  57. select SYMTAB
  58. config TEST_RDXTREE
  59. bool "radix tree API"
  60. default n
  61. select SYMTAB
  62. config TEST_SEMAPHORE
  63. bool "semaphore"
  64. default n
  65. select SYMTAB
  66. config TEST_SLEEPQ_BROADCAST
  67. bool "sleepq broadcast"
  68. default n
  69. select SYMTAB
  70. config TEST_SREF_DIRTY_ZEROES
  71. bool "sref dirty zeroes"
  72. default n
  73. select SYMTAB
  74. config TEST_SREF_NOREF
  75. bool "sref no refs"
  76. default n
  77. select SYMTAB
  78. config TEST_SREF_WEAKREF
  79. bool "sref weak references"
  80. default n
  81. select SYMTAB
  82. config TEST_THREAD_AFFINITY
  83. bool "thread CPU affinity"
  84. default n
  85. select SYMTAB
  86. config TEST_THREAD_SUSPEND
  87. bool "thread suspend/resume"
  88. default n
  89. select SYMTAB
  90. config TEST_UNWIND
  91. bool "unwind API"
  92. default n
  93. select SYMTAB
  94. config TEST_VM_MAP_PHYS
  95. bool "vm map physical mappings"
  96. default n
  97. select SYMTAB
  98. config TEST_VM_PAGE_FILL
  99. bool "vm page filling"
  100. default n
  101. select SYMTAB
  102. config TEST_VM_FAULT
  103. bool "vm page fault"
  104. default n
  105. select SYMTAB
  106. config TEST_XCALL
  107. bool "xcall"
  108. default n
  109. select SYMTAB
  110. endmenu