lib-manager: Kconfig: Make LIBRARY_MANAGER depend on MM_DRV

The lib_mananger.c does not compile without MM_DRV enabled

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
This commit is contained in:
Peter Ujfalusi 2023-08-11 12:15:00 +03:00 committed by Liam Girdwood
parent cfed61eaec
commit b0da357b3a
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ 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