The latest development version of this page may be more current than this released 1.14.0 version.
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

SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/shell/Kconfig.backends:205

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:26subsys/shell/Kconfig:23

Menu path: (top menu) → Shell Options → Enable shell → Enable shell backends

config SHELL_TELNET_SUPPORT_COMMAND
    bool
    prompt "Add support for telnet commands (IAC) [Experimental]" if SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL
    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.

(Definitions include propagated dependencies, including from if’s and menus.)