drivers: mm: add driver for Intel Audio DSP

This adds the driver for the memory mapping hardware
on Intel Audio DSP.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-12-07 11:04:47 -08:00 committed by Anas Nashif
commit 9e688e3956
4 changed files with 337 additions and 0 deletions

View file

@ -3,3 +3,8 @@
zephyr_library()
zephyr_library_sources(mm_drv_common.c)
zephyr_library_sources_ifdef(
CONFIG_MM_DRV_INTEL_ADSP_TLB
mm_drv_intel_adsp_tlb.c
)