-
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.
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:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config CONSOLE_HANDLER bool prompt "Enable console input handler" ifUART_CONSOLE
&&CONSOLE
selectUART_INTERRUPT_DRIVEN
ifUART_CONSOLE
&&CONSOLE
depends onUART_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.)