From d231b459dfd09110fc5185dbc917c5ad3576e112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Chru=C5=9Bci=C5=84ski?= Date: Fri, 15 Nov 2024 15:55:03 +0100 Subject: [PATCH] drivers: misc: coresight: Enable log colors for STMESP logging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow coloring of error and warning messages decoded by the ETR decoder. Signed-off-by: Krzysztof Chruściński --- drivers/misc/coresight/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/coresight/Kconfig b/drivers/misc/coresight/Kconfig index 17741114e84..997d0c23c0a 100644 --- a/drivers/misc/coresight/Kconfig +++ b/drivers/misc/coresight/Kconfig @@ -23,6 +23,7 @@ config NRF_ETR_DECODE select CS_TRACE_DEFMT select LOG_FRONTEND_STMESP_DEMUX select LOG_OUTPUT + imply LOG_BACKEND_SHOW_COLOR imply CBPRINTF_FP_SUPPORT help In this mode, log messages stored by Coresight STM logging frontends are