From 1f047fed43483645f7decb120495d0bb7c25e51c Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Fri, 18 Aug 2023 12:53:44 +0300 Subject: [PATCH] Revert "lib-manager: Kconfig: Make LIBRARY_MANAGER depend on MM_DRV" This reverts commit b0da357b3ab91a58cbc6250ed9a70645fb0c2a62. The lib_manager now can be compiled without MM_DRV, there is no need to keep the option to depend on it anymore. Signed-off-by: Peter Ujfalusi --- src/library_manager/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/library_manager/Kconfig b/src/library_manager/Kconfig index 6ea9914bd..f9a71ebf6 100644 --- a/src/library_manager/Kconfig +++ b/src/library_manager/Kconfig @@ -8,7 +8,6 @@ config LIBRARY_MANAGER bool "Library Manager Support" default n depends on IPC_MAJOR_4 - depends on MM_DRV help This is support for dynamic modules loading. Externally developed modules both for SOF and Zephyr