CONFIG_CONSOLE_GETLINE

Line by line input

Type: bool

Direct dependencies

<choice: Console ‘get’ function selection>

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

Kconfig definition

At subsys/console/Kconfig:24

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:10

Menu path: (top menu) → Console → Console ‘get’ function selection

config CONSOLE_GETLINE
    bool
    prompt "Line by line input" if <choice: Console ‘get’ function selection>
    select CONSOLE_HANDLER if <choice: Console ‘get’ function selection>
    depends on <choice: Console ‘get’ function selection>

(Definitions include propagated dependencies, including from if’s and menus.)