1menu "Utest IPC Testcase"
2
3config UTEST_COMPLETION_TC
4    bool "rt_completion testcase"
5    default n
6
7config UTEST_WORKQUEUE_TC
8    bool "rt_workqueue testcase"
9    default n
10
11endmenu
12