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 Driver>/console/Kconfig:27
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)