From b20267fdf4a01020e761e9d5c2994c0e864e907e Mon Sep 17 00:00:00 2001 From: Jaroslaw Stelter Date: Fri, 12 Jan 2024 13:52:33 +0100 Subject: [PATCH] mtl: conf: Enable library authentication on MTL This enables library authentication on MTL platforms. Signed-off-by: Jaroslaw Stelter --- app/boards/intel_adsp_ace15_mtpm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 3a4422ad7fb9..d48f91e0a654 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -39,6 +39,7 @@ CONFIG_DMA_DW_LLI_POOL_SIZE=50 CONFIG_DMA_DW_SUSPEND_DRAIN=y CONFIG_INTEL_MODULES=y CONFIG_LIBRARY_MANAGER=y +CONFIG_LIBRARY_AUTH_SUPPORT=y CONFIG_INTEL_ADSP_TIMER=y CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y CONFIG_AMS=y