:orphan: .. title:: CONFIG_CONSOLE_GETCHAR .. kconfig:: CONFIG_CONSOLE_GETCHAR CONFIG_CONSOLE_GETCHAR ###################### *Character by character input and output* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`UART_CONSOLE_DEBUG_SERVER_HOOKS ` - \ :kconfig:`CONSOLE_HANDLER ` Kconfig definition ================== At ``/console/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Console subsystem/support routines [EXPERIMENTAL] → Console 'get' function selection .. code-block:: kconfig config CONSOLE_GETCHAR bool "Character by character input and output" select UART_CONSOLE_DEBUG_SERVER_HOOKS select CONSOLE_HANDLER depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*