The latest development version of this page may be more current than this released 2.7.5 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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/console/Kconfig:272

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers → Use the host terminal for console

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

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