:orphan: .. title:: SHELL_BACKEND_RTT .. option:: CONFIG_SHELL_BACKEND_RTT *Enable RTT backend* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``subsys/shell/Kconfig.backends:126`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` → ``subsys/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends .. parsed-literal:: config SHELL_BACKEND_RTT bool "Enable RTT backend" select \ :option:`CONSOLE ` select \ :option:`RTT_CONSOLE ` depends on \ :option:`USE_SEGGER_RTT ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` help Enable RTT backend. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*