:orphan: .. title:: CONFIG_SHELL_TELNET_SUPPORT_COMMAND .. kconfig:: CONFIG_SHELL_TELNET_SUPPORT_COMMAND CONFIG_SHELL_TELNET_SUPPORT_COMMAND ################################### *Add support for telnet commands (IAC) [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Current support is so limited it's not interesting to enable it. However, if proven to be needed at some point, it will be possible to extend such support. Direct dependencies =================== \ :kconfig:`SHELL_BACKEND_TELNET ` && \ :kconfig:`SHELL_BACKENDS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`EXPERIMENTAL ` Kconfig definition ================== At ``/shell/backends/Kconfig.backends:231`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` → ``/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable TELNET backend. .. code-block:: kconfig config SHELL_TELNET_SUPPORT_COMMAND bool "Add support for telnet commands (IAC) [EXPERIMENTAL]" select EXPERIMENTAL depends on SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL help Current support is so limited it's not interesting to enable it. However, if proven to be needed at some point, it will be possible to extend such support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*