This adds the driver for the memory mapping hardware on Intel Audio DSP. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
10 lines
187 B
CMake
10 lines
187 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
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
|
|
)
|