Skip to content

Commit ddcddd0

Browse files
committed
boards: nvls: enable library authentication
CONFIG_LIBRARY_MANAGER was on but CONFIG_LIBRARY_AUTH_SUPPORT defaulted to n, so loadable libraries were mapped executable without auth. Enable it. Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
1 parent 592d1a3 commit ddcddd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/boards/intel_adsp_ace40_nvls.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CONFIG_COLD_STORE_EXECUTE_DRAM=y
2626
# SOF / loadable modules
2727
CONFIG_INTEL_MODULES=y
2828
CONFIG_LIBRARY_MANAGER=y
29+
CONFIG_LIBRARY_AUTH_SUPPORT=y
2930
CONFIG_LIBRARY_BASE_ADDRESS=0xa0688000
3031
CONFIG_LIBRARY_BUILD_LIB=y
3132
CONFIG_LIBRARY_DEFAULT_MODULAR=y

0 commit comments

Comments
 (0)