Kconfig 185 B

1234567891011
  1. menu "Utest IPC Testcase"
  2. config UTEST_COMPLETION_TC
  3. bool "rt_completion testcase"
  4. default n
  5. config UTEST_WORKQUEUE_TC
  6. bool "rt_workqueue testcase"
  7. default n
  8. endmenu