:orphan: .. title:: HAS_SEGGER_RTT .. option:: CONFIG_HAS_SEGGER_RTT *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Indicates that the platform supports SEGGER J-Link RTT. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_NRF51X ` - \ :option:`SOC_SERIES_NRF52X ` - \ :option:`SOC_SERIES_NRF53X ` - \ :option:`SOC_SERIES_NRF91X ` - \ :option:`SOC_ARM_DESIGNSTART_FPGA_CORTEX_M1 ` - \ :option:`SOC_ARM_DESIGNSTART_FPGA_CORTEX_M3 ` - \ :option:`SOC_FAMILY_SAM ` - \ :option:`SOC_FAMILY_SAM0 ` - \ :option:`SOC_FAMILY_XMC ` - \ :option:`SOC_FAMILY_IMX ` - \ :option:`SOC_FAMILY_KINETIS ` - \ :option:`SOC_FAMILY_LPC ` - \ :option:`SOC_FAMILY_EXX32 ` - \ :option:`SOC_FAMILY_STM32 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/debug/Kconfig.rtt:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:16`` → ``drivers/debug/Kconfig:4`` Menu path: (Top) → Device Drivers .. parsed-literal:: config HAS_SEGGER_RTT bool help Indicates that the platform supports SEGGER J-Link RTT. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*