From d1724088a4b68717bd2345d42e4cc19fc941b71f Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Thu, 9 Jan 2025 10:35:03 +0100 Subject: [PATCH] ptl: temporarily revert to monolithic build Instead of dropping this in the commit that enabled this option, we make a separate commit to make it simple to revert it once the kernel driver and CI testing are updated to use installed module libraries. Signed-off-by: Guennadi Liakhovetski --- app/boards/intel_adsp_ace30_ptl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index b0ab87add638..62106d05e02e 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -38,7 +38,7 @@ CONFIG_INTEL_MODULES=y CONFIG_LIBRARY_MANAGER=y CONFIG_LIBRARY_BASE_ADDRESS=0xa0688000 CONFIG_LIBRARY_BUILD_LIB=y -CONFIG_LIBRARY_DEFAULT_MODULAR=y +CONFIG_LIBRARY_DEFAULT_MODULAR=n # SOF / logging CONFIG_SOF_LOG_LEVEL_INF=y