-
CONFIG_CONSOLE_INPUT_MAX_LINE_LEN
¶
Console maximum input line length
Type: int
Help¶
This option can be used to modify the maximum length a console input can be.
Kconfig definition¶
At drivers/console/Kconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config CONSOLE_INPUT_MAX_LINE_LEN int prompt "Console maximum input line length" ifCONSOLE
default 128 ifCONSOLE
depends onCONSOLE
help This option can be used to modify the maximum length a console input can be.
(Definitions include propagated dependencies, including from if’s and menus.)