-
CONFIG_TELNET_CONSOLE_DEBUG_DEEP
¶
Forward output to original console handler
Type: bool
Help¶
For telnet developers only, this will forward each output to original console handler. So if by chance telnet seems silent, at least things will be printed to original handler, usually UART console.
Direct dependencies¶
UART_CONSOLE
&& TELNET_CONSOLE
&& CONSOLE
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/console/Kconfig.telnet:106
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
→ drivers/console/Kconfig:305
Menu path: (top menu) → Device Drivers → Console drivers → Enable a super basic telnet console service
config TELNET_CONSOLE_DEBUG_DEEP bool prompt "Forward output to original console handler" ifUART_CONSOLE
&&TELNET_CONSOLE
&&CONSOLE
depends onUART_CONSOLE
&&TELNET_CONSOLE
&&CONSOLE
help For telnet developers only, this will forward each output to original console handler. So if by chance telnet seems silent, at least things will be printed to original handler, usually UART console.
(Definitions include propagated dependencies, including from if’s and menus.)