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 && SERIAL_SUPPORT_INTERRUPT && CONSOLE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <Zephyr>/drivers/console/Kconfig:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)