1menu "Memory Management Subsytem Testcase"
2
3    config UTEST_MM_API_TC
4    bool "Enable Utest for MM API"
5    default n
6    help
7        The test covers the Memory Management APIs under the
8        `components/mm` and `libcpu/[mmu.*|tlb.*|cache.*]`
9
10    config UTEST_MM_LWP_TC
11    bool "Enable Utest for MM API in lwp"
12    default n
13    help
14        The test covers the Memory Management APIs under the
15        `components/lwp`.
16
17endmenu
18