The latest development version of this page may be more current than this released 2.7.5 version.
choice: Console 'get' function selection

Console ‘get’ function selection

Type: bool

Direct dependencies

UART_CONSOLE && SERIAL_SUPPORT_INTERRUPT && CONSOLE_SUBSYS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Choice options

Kconfig definition

At subsys/console/Kconfig:11

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:13

Menu path: (Top) → Sub Systems and OS Services → Console subsystem/support routines [EXPERIMENTAL]

choice
    bool "Console 'get' function selection"
    optional
    depends on UART_CONSOLE && SERIAL_SUPPORT_INTERRUPT && CONSOLE_SUBSYS

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