The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SHELL_BACKEND_TELNET

Enable TELNET backend.

Type: bool

Help

Enable TELNET backend.

Direct dependencies

NET_TCP && (NET_IPV4 || NET_IPV6) && 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:170

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

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

config SHELL_BACKEND_TELNET
    bool
    prompt "Enable TELNET backend." if NET_TCP && (NET_IPV4 || NET_IPV6) && SHELL_BACKENDS && SHELL
    depends on NET_TCP && (NET_IPV4 || NET_IPV6) && SHELL_BACKENDS && SHELL
    help
      Enable TELNET backend.

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