Revert "lib-manager: Kconfig: Make LIBRARY_MANAGER depend on MM_DRV"

This reverts commit b0da357b3a.

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 <peter.ujfalusi@linux.intel.com>
This commit is contained in:
Peter Ujfalusi 2023-08-18 12:53:44 +03:00 committed by Kai Vehmanen
parent 05de1a6c4f
commit 1f047fed43
1 changed files with 0 additions and 1 deletions

View File

@ -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