:orphan: .. title:: SHELL_BACKEND_RTT .. option:: CONFIG_SHELL_BACKEND_RTT *Enable RTT backend* Type: ``bool`` Help ==== .. code-block:: none Enable RTT backend. Direct dependencies =================== \ :option:`USE_SEGGER_RTT ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`CONSOLE ` - \ :option:`RTT_CONSOLE ` Kconfig definition ================== At ``/shell/Kconfig.backends:126`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:45`` → ``/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends .. code-block:: kconfig config SHELL_BACKEND_RTT bool "Enable RTT backend" select CONSOLE select RTT_CONSOLE depends on USE_SEGGER_RTT && SHELL_BACKENDS && SHELL help Enable RTT backend. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*