:orphan: .. title:: SEGGER_RTT_SECTION_DTCM .. option:: CONFIG_SEGGER_RTT_SECTION_DTCM *Place RTT data in the DTCM linker section* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/debug/Kconfig.rtt:69`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:16`` → ``drivers/debug/Kconfig:4`` Menu path: (Top) → Device Drivers → Enable SEGGER RTT libraries. → Choose RTT data linker section .. parsed-literal:: config SEGGER_RTT_SECTION_DTCM bool "Place RTT data in the DTCM linker section" depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*