Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
CONFIG_MM_DRV_INTEL_VIRTUAL_REGION_COUNT=2
CONFIG_XTENSA_MMU_NUM_L2_TABLES=128
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a short comment explaining why CONFIG_UAOL must be enabled for PTL (e.g., UAOL no longer default-enabled since Zephyr commit fc2b1b2f3e2 and disabling causes linker errors / missing UAOL device). This will help future maintainers understand why the symbol is forced on in this board config.

Suggested change
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
# UAOL is no longer default-enabled since Zephyr commit fc2b1b2f3e2;
# it must be forced on for PTL or the build fails with linker errors
# due to the missing UAOL device.

Copilot uses AI. Check for mistakes.
# UAOL is no longer default-enabled since Zephyr commit fc2b1b2f3e2;
# it must be forced on for PTL
CONFIG_UAOL=y

# Zephyr / power settings
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
Expand Down
Loading