-
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.)
Defaults¶
- 23 if
SHELL_BACKEND_TELNET
&&SHELL_BACKENDS
&&SHELL
Kconfig definition¶
At subsys/shell/Kconfig.backends:179
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
→ subsys/shell/Kconfig:23
Menu path: (top menu) → Shell Options → Enable shell → Enable shell backends
config SHELL_TELNET_PORT int prompt "Telnet port number" ifSHELL_BACKEND_TELNET
&&SHELL_BACKENDS
&&SHELL
default 23 ifSHELL_BACKEND_TELNET
&&SHELL_BACKENDS
&&SHELL
depends onSHELL_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.)