-
CONFIG_TELNET_CONSOLE_THREAD_STACK
¶
Telnet console inner thread stack size
Type: int
Help¶
This option helps to fine-tune telnet’s inner thread stack size.
Defaults¶
- 1024 if
TELNET_CONSOLE
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig.telnet:75
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_THREAD_STACK int prompt "Telnet console inner thread stack size" ifTELNET_CONSOLE
&&CONSOLE
default 1024 ifTELNET_CONSOLE
&&CONSOLE
depends onTELNET_CONSOLE
&&CONSOLE
help This option helps to fine-tune telnet's inner thread stack size.
(Definitions include propagated dependencies, including from if’s and menus.)