:orphan: .. title:: SHELL_BACKEND_TELNET .. option:: CONFIG_SHELL_BACKEND_TELNET *Enable TELNET backend.* Type: ``bool`` Help ==== Enable TELNET backend. Direct dependencies =================== \ :option:`NET_TCP ` && (\ :option:`NET_IPV4 ` || \ :option:`NET_IPV6 `) && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig.backends:194`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` → ``subsys/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends .. parsed-literal:: config SHELL_BACKEND_TELNET bool "Enable TELNET backend." depends on \ :option:`NET_TCP ` && (\ :option:`NET_IPV4 ` || \ :option:`NET_IPV6 `) && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` help Enable TELNET backend. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*