Skip to content

Commit

Permalink
library_manager: add missing "depends on CONFIG_LLEXT"
Browse files Browse the repository at this point in the history
Block the possibility of compiling library_manager without CONFIG_LLEXT,
which obviously fails with dozens of linker errors.

PS: I have no idea why library_manager depends on IPC_MAJOR_4.  Kconfig
is designed to express actual code dependencies, not "supported"
configurations.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Jun 11, 2024
1 parent 65bad5c commit 98bf153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library_manager/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ menu "Library Manager"
config LIBRARY_MANAGER
bool "Library Manager Support"
default n
depends on CONFIG_LLEXT
depends on IPC_MAJOR_4
help
This is support for dynamic modules loading.
Expand Down

0 comments on commit 98bf153

Please sign in to comment.