The latest development version of this page may be more current than this released 2.7.5 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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/shell/Kconfig.backends:191

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:45subsys/shell/Kconfig:18

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

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)