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

Kconfig definition

At subsys/shell/Kconfig.backends:179

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

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

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

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