Skip to content

Commit 161d72e

Browse files
committed
[DO NOT MERGE] app: boards: ace30_ptl
Test commit to disable context save and modules. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 0f87a81 commit 161d72e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ CONFIG_IPC4_BASE_FW_INTEL=y
99
CONFIG_MM_DRV=y
1010
CONFIG_COMP_CHAIN_DMA=y
1111
CONFIG_COMP_KPB=y
12-
CONFIG_COMP_TESTER=m
12+
CONFIG_COMP_TESTER=n
13+
CONFIG_COMP_DRC=y
1314
CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
1415
CONFIG_COMP_UP_DOWN_MIXER=y
1516
CONFIG_COMP_VOLUME_WINDOWS_FADE=y
@@ -39,7 +40,7 @@ CONFIG_LIBRARY_AUTH_SUPPORT=y
3940
CONFIG_LIBRARY_MANAGER=y
4041
CONFIG_LIBRARY_BASE_ADDRESS=0xa0688000
4142
CONFIG_LIBRARY_BUILD_LIB=y
42-
CONFIG_LIBRARY_DEFAULT_MODULAR=y
43+
CONFIG_LIBRARY_DEFAULT_MODULAR=n
4344

4445
# SOF / logging
4546
CONFIG_SOF_LOG_LEVEL_INF=y
@@ -72,7 +73,7 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
7273
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
7374

7475
# Zephyr / power settings
75-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
76+
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
7677
CONFIG_PM=y
7778
CONFIG_PM_DEVICE=y
7879
CONFIG_PM_DEVICE_RUNTIME=y

0 commit comments

Comments
 (0)