CONFIG_TELNET_CONSOLE_PORT

Telnet console port number

Type: int

Help

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

Direct dependencies

TELNET_CONSOLE && CONSOLE

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/console/Kconfig.telnet:23

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:16drivers/console/Kconfig:305

Menu path: (top menu) → Device Drivers → Console drivers → Enable a super basic telnet console service

config TELNET_CONSOLE_PORT
    int
    prompt "Telnet console port number" if TELNET_CONSOLE && CONSOLE
    default 23 if TELNET_CONSOLE && CONSOLE
    depends on TELNET_CONSOLE && CONSOLE
    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.)