Skip to content
Closed
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: 2 additions & 1 deletion app/boards/intel_adsp/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ config MM_DRV
default y

config UAOL
default y if ACE
default n # Temporarily disabled until a proper fix for SOFC2-1595 is merged.
# default y if ACE
Comment on lines +127 to +128
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

The PR description says the crash happens on Linux, but this change disables UAOL unconditionally for all builds of this board defconfig. If the unconditional disable is intentional (e.g., there’s no Kconfig symbol to key off host OS), please clarify that in the comment/PR description; otherwise consider disabling only for the affected condition.

Also, keeping the old default y if ACE as a commented-out Kconfig line is a bit confusing and is inconsistent with other board config fragments in this repo (no other #\tdefault ... occurrences under app/boards). Prefer removing it and capturing the prior behavior in a regular comment instead.

Copilot uses AI. Check for mistakes.


# # Zephyr / power settings
Expand Down
Loading