-
CONFIG_TELNET_CONSOLE
¶
Enable a super basic telnet console service
Type: bool
Help¶
This option enables telnet as a network console service. It is for now a very basic implementation of the telnet protocol. Currently, it is basically just a redirection of the Zephyr console through TCP. It nicely works along with another console driver (like uart), twist being that it will take over the output if only a successful connection to its port is done.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
NETWORKING
ifCONSOLE
NET_TCP
ifCONSOLE
Kconfig definition¶
At drivers/console/Kconfig.telnet:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
→ drivers/console/Kconfig:305
Menu path: (top menu) → Device Drivers → Console drivers
menuconfig TELNET_CONSOLE bool prompt "Enable a super basic telnet console service" ifCONSOLE
selectNETWORKING
ifCONSOLE
selectNET_TCP
ifCONSOLE
depends onCONSOLE
help This option enables telnet as a network console service. It is for now a very basic implementation of the telnet protocol. Currently, it is basically just a redirection of the Zephyr console through TCP. It nicely works along with another console driver (like uart), twist being that it will take over the output if only a successful connection to its port is done.
(Definitions include propagated dependencies, including from if’s and menus.)