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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/shell/Kconfig.backends:235

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:38<Zephyr>/subsys/shell/Kconfig:18

Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable TELNET backend.

config SHELL_TELNET_SUPPORT_COMMAND
    bool "Add support for telnet commands (IAC) [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.)