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

CONFIG_SHELL_TELNET_PORT

Telnet port number

Type: int

Help

This option is used to configure on which port telnet is going
to be bound.

Direct dependencies

SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL

(Includes any dependencies from ifs and menus.)

Default

  • 23

Kconfig definition

At subsys/shell/Kconfig.backends:206

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

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

config SHELL_TELNET_PORT
    int "Telnet port number"
    default 23
    depends on SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL
    help
      This option is used to configure on which port telnet is going
      to be bound.

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