CONFIG_CONSOLE_HANDLER

Enable console input handler

Type: bool

Help

This option enables console input handler allowing to write simple interaction between serial console and the OS.

Direct dependencies

UART_CONSOLE && CONSOLE

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/console/Kconfig:28

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

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

config CONSOLE_HANDLER
    bool
    prompt "Enable console input handler" if UART_CONSOLE && CONSOLE
    select UART_INTERRUPT_DRIVEN if UART_CONSOLE && CONSOLE
    depends on UART_CONSOLE && CONSOLE
    help
      This option enables console input handler allowing to write simple
      interaction between serial console and the OS.

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