drivers: mm: Add module for tracking page usage
Adds a module for tracking page usage within a memory bank. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
7c6f6cd080
commit
87899c07f7
3 changed files with 150 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
zephyr_library()
|
||||
|
||||
zephyr_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
zephyr_library_sources(mm_drv_common.c)
|
||||
zephyr_library_sources(mm_drv_common.c mm_drv_bank.c)
|
||||
|
||||
zephyr_library_sources_ifdef(
|
||||
CONFIG_MM_DRV_INTEL_ADSP_TLB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue