From 52fd016274f3a6f71ae32ef738d7efe88a0a0b02 Mon Sep 17 00:00:00 2001 From: Bart De Vos Date: Mon, 6 Jan 2025 11:55:52 +0100 Subject: [PATCH] soc: nxp: rw6xx: add support for segger rtt This change adds support for segger rtt, similar to other supported soc's. This was lacking when evaluating tracing. Without this addition the system fails to build, indicating that HAS_SEGGER_RTT is missing. Adding CONFIG_HAS_SEGGER_RTT in prj.conf is not allowed. Signed-off-by: Bart De Vos --- soc/nxp/rw/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/nxp/rw/Kconfig b/soc/nxp/rw/Kconfig index 112de8fac2df7b..13b6b4e5dc9074 100644 --- a/soc/nxp/rw/Kconfig +++ b/soc/nxp/rw/Kconfig @@ -19,6 +19,7 @@ config SOC_SERIES_RW6XX select HAS_PM select HAS_NXP_MONOLITHIC_NBU select SOC_EARLY_INIT_HOOK + select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE if SOC_SERIES_RW6XX