The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NATIVE_POSIX_STDIN_CONSOLE

Use the host terminal stdin

Type: bool

Help

No current use. Kept only as there is plans to start using these drivers with the shell

Direct dependencies

NATIVE_POSIX_CONSOLE && CONSOLE

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/console/Kconfig:259

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config NATIVE_POSIX_STDIN_CONSOLE
    bool
    prompt "Use the host terminal stdin" if NATIVE_POSIX_CONSOLE && CONSOLE
    depends on NATIVE_POSIX_CONSOLE && CONSOLE
    help
      No current use. Kept only as there is plans to start using these
      drivers with the shell

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