mirror of https://github.com/thesofproject/sof.git
board: intel_adsp_cavs25_tglh: Enable support for library loading
Add the needed config options to enable the library loading support. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
This commit is contained in:
parent
b42bbcaed7
commit
3a17cde8fc
|
@ -6,6 +6,9 @@ CONFIG_INTEL_SSP=y
|
|||
CONFIG_INTEL_ALH=y
|
||||
CONFIG_LP_MEMORY_BANKS=1
|
||||
CONFIG_HP_MEMORY_BANKS=30
|
||||
CONFIG_MM_DRV=y
|
||||
CONFIG_INTEL_MODULES=y
|
||||
CONFIG_LIBRARY_MANAGER=y
|
||||
CONFIG_RIMAGE_SIGNING_SCHEMA="tgl-h"
|
||||
|
||||
CONFIG_DEBUG_COREDUMP=y
|
||||
|
|
Loading…
Reference in New Issue