From bfb45055f11e381d1aa8d0abfd64b66df00702c7 Mon Sep 17 00:00:00 2001 From: Endre Karlson Date: Sun, 11 Nov 2018 20:24:38 +0100 Subject: [PATCH] soc: silabs: Enable Segger RTT This change allows you to use RTT with EFR32 chips. Signed-off-by: Endre Karlson --- soc/arm/silabs_exx32/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/silabs_exx32/Kconfig b/soc/arm/silabs_exx32/Kconfig index 3a179430f91..3b02ec21616 100644 --- a/soc/arm/silabs_exx32/Kconfig +++ b/soc/arm/silabs_exx32/Kconfig @@ -7,6 +7,7 @@ config SOC_FAMILY_EXX32 bool # omit prompt to signify a "hidden" option + select HAS_SEGGER_RTT if SOC_FAMILY_EXX32 config SOC_FAMILY