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:
parent
11c3b1d379
commit
9e688e3956
4 changed files with 337 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue