CONFIG_SHELL_TELNET_SUPPORT_COMMAND
Add support for telnet commands (IAC) [EXPERIMENTAL]
Type: bool
Help
Current support is so limited it's not interesting to enable it.
However, if proven to be needed at some point, it will be possible
to extend such support.
Direct dependencies
SHELL_BACKEND_TELNET
&& SHELL_BACKENDS
&& SHELL
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/shell/backends/Kconfig.backends:231
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:45
→ <Zephyr>/subsys/shell/Kconfig:18
Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable TELNET backend.
config SHELL_TELNET_SUPPORT_COMMAND
bool "Add support for telnet commands (IAC) [EXPERIMENTAL]"
select EXPERIMENTAL
depends on SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL
help
Current support is so limited it's not interesting to enable it.
However, if proven to be needed at some point, it will be possible
to extend such support.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)