:orphan: .. title:: SHELL_TELNET_SUPPORT_COMMAND .. option:: CONFIG_SHELL_TELNET_SUPPORT_COMMAND *Add support for telnet commands (IAC) [Experimental]* Type: ``bool`` 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. Direct dependencies =================== \ :option:`SHELL_BACKEND_TELNET ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig.backends:235`` 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 → Enable TELNET backend. .. parsed-literal:: config SHELL_TELNET_SUPPORT_COMMAND bool "Add support for telnet commands (IAC) [Experimental]" depends on \ :option:`SHELL_BACKEND_TELNET ` && \ :option:`SHELL_BACKENDS ` && \ :option:`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.)*