Kconfig 438 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
menu "Memory Management Subsytem Testcase"

    config UTEST_MM_API_TC
    bool "Enable Utest for MM API"
    default n
    help
        The test covers the Memory Management APIs under the
        `components/mm` and `libcpu/[mmu.*|tlb.*|cache.*]`

    config UTEST_MM_LWP_TC
    bool "Enable Utest for MM API in lwp"
    default n
    help
        The test covers the Memory Management APIs under the
        `components/lwp`.

endmenu