Skip to content

Commit 35cc347

Browse files
committed
boards: ace30: Enable CONFIG_UAOL for PTL
Starting from Zephyr commit fc2b1b2f3e2 ("drivers: uaol: Do not enable by default UAOL"), the UAOL (USB Audio Offload Link) driver is no longer enabled by default. This change cause build failures with linker errors: undefined reference to `__device_dts_ord_110' This commit enables CONFIG_UAOL=y for PTL Signed-off-by: Mateusz Junkier <mateusz.junkier@intel.com>
1 parent 292e21d commit 35cc347

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
5656
CONFIG_MM_DRV_INTEL_VIRTUAL_REGION_COUNT=2
5757
CONFIG_XTENSA_MMU_NUM_L2_TABLES=128
5858
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
59+
# UAOL is no longer default-enabled since Zephyr commit fc2b1b2f3e2;
60+
# it must be forced on for PTL
61+
CONFIG_UAOL=y
5962

6063
# Zephyr / power settings
6164
CONFIG_ADSP_IMR_CONTEXT_SAVE=y

0 commit comments

Comments
 (0)