From c6567cea8c4aea220eb1a69344c0c94b0246d300 Mon Sep 17 00:00:00 2001 From: Serhiy Katsyuba Date: Wed, 1 Apr 2026 13:39:26 +0200 Subject: [PATCH] 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 --- app/boards/intel_adsp/Kconfig.defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/boards/intel_adsp/Kconfig.defconfig b/app/boards/intel_adsp/Kconfig.defconfig index f705960eee1a..460b752d7615 100644 --- a/app/boards/intel_adsp/Kconfig.defconfig +++ b/app/boards/intel_adsp/Kconfig.defconfig @@ -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 # # Zephyr / power settings