:orphan: .. title:: CONFIG_CONSOLE_INPUT_MAX_LINE_LEN .. kconfig:: CONFIG_CONSOLE_INPUT_MAX_LINE_LEN CONFIG_CONSOLE_INPUT_MAX_LINE_LEN ################################# *Console maximum input line length* Type: ``int`` Help ==== .. code-block:: none This option can be used to modify the maximum length a console input can be. Direct dependencies =================== \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 128 Kconfig definition ================== At ``/console/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig config CONSOLE_INPUT_MAX_LINE_LEN int "Console maximum input line length" default 128 depends on CONSOLE help This option can be used to modify the maximum length a console input can be. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*