Skip to content

Commit 149a364

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 149a364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ 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+
CONFIG_UAOL=y
5960

6061
# Zephyr / power settings
6162
CONFIG_ADSP_IMR_CONTEXT_SAVE=y

0 commit comments

Comments
 (0)