:orphan: .. title:: CONFIG_SHELL_BACKEND_TELNET .. kconfig:: CONFIG_SHELL_BACKEND_TELNET CONFIG_SHELL_BACKEND_TELNET ########################### *Enable TELNET backend.* Type: ``bool`` Help ==== .. code-block:: none Enable TELNET backend. Direct dependencies =================== \ :kconfig:`NET_TCP ` && (\ :kconfig:`NET_IPV4 ` || \ :kconfig:`NET_IPV6 `) && \ :kconfig:`SHELL_BACKENDS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/shell/Kconfig.backends:191`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` → ``/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends .. code-block:: kconfig 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.)*