From 517190e18d8f3501130eabd906cd833128f99ecc Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Wed, 28 Jan 2026 11:17:39 +0200 Subject: [PATCH] app: os_linux_overlay: use Linux log format by default Add CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y to the Linux overlay. This aligns the timestamp format between SOF firmware and host Linux kernel logs. Signed-off-by: Kai Vehmanen --- app/os_linux_overlay.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/os_linux_overlay.conf b/app/os_linux_overlay.conf index e862a1cfdcc8..437657229830 100644 --- a/app/os_linux_overlay.conf +++ b/app/os_linux_overlay.conf @@ -6,4 +6,5 @@ # SOF Linux driver does not require FW to retain its # state, so context save can be disabled CONFIG_ADSP_IMR_CONTEXT_SAVE=n +CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y CONFIG_SOF_USERSPACE_PROXY=n