Kconfig 438 B

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