CONFIG_CONSOLE_GETCHAR

Character by character input and output

Type: bool

Direct dependencies

<choice: Console ‘get’ function selection>

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

Kconfig definition

At subsys/console/Kconfig:19

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:10

Menu path: (top menu) → Console → Console ‘get’ function selection

config CONSOLE_GETCHAR
    bool
    prompt "Character by character input and output" if <choice: Console ‘get’ function selection>
    select UART_CONSOLE_DEBUG_SERVER_HOOKS if <choice: Console ‘get’ function selection>
    select CONSOLE_HANDLER if <choice: Console ‘get’ function selection>
    depends on <choice: Console ‘get’ function selection>

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