CONFIG_TELNET_CONSOLE:

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 anothe console driver (like uart), twist being that it will take over the output if only a successul connection to its port is done.

Symbol:

TELNET_CONSOLE

Type:

bool

Value:

“n”

User value:

(no user value)

Visibility:

“n”

Is choice item:

false

Is defined:

true

Is from env.:

false

Is special:

false

Prompts:
  • “Enable a super basic telnet console service”
Default values:
  • n (value: “n”)
  • Condition: (none)
Selects:
Reverse (select-related) dependencies:
 

(no reverse dependencies)

Additional dependencies from enclosing menus and ifs:
 

CONSOLE (value: “n”)

Locations:
  • ../drivers/console/Kconfig.telnet:9