CONFIG_NATIVE_POSIX_STDIN_CONSOLE

Use the host terminal stdin

Type: bool

Help

Feed the host terminal stdin to the Zephyr console/shell.

Direct dependencies

NATIVE_POSIX_CONSOLE && CONSOLE

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

Defaults

Kconfig definition

At drivers/console/Kconfig:263

Included via Kconfig:10Kconfig.zephyr:29drivers/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
    default "y" if NATIVE_POSIX_CONSOLE && CONSOLE
    depends on NATIVE_POSIX_CONSOLE && CONSOLE
    help
      Feed the host terminal stdin to the Zephyr console/shell.

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