Skip to content

Commit c6567ce

Browse files
intel: boards: uaol: Temporarily disable UAOL
On Linux platforms, enabling UAOL leads crash. See SOFC2-1595. This temporarily disables UAOL until a proper fix is merged. Since the proper fix might be on the Zephyr side, it could take quite a lot of time until the fix is merged and west.yml is updated. Hence this quick workaround to unblock CI and not worsen the developer experience. Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
1 parent bf84398 commit c6567ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/boards/intel_adsp/Kconfig.defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ config MM_DRV
124124
default y
125125

126126
config UAOL
127-
default y if ACE
127+
default n # Temporarily disabled until a proper fix for SOFC2-1595 is merged.
128+
# default y if ACE
128129

129130

130131
# # Zephyr / power settings

0 commit comments

Comments
 (0)