The latest development version of this page may be more current than this released 1.14.0 version.
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.

Direct dependencies

CONSOLE

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/console/Kconfig:25

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config CONSOLE_INPUT_MAX_LINE_LEN
    int
    prompt "Console maximum input line length" if CONSOLE
    default 128 if CONSOLE
    depends on CONSOLE
    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.)