CONFIG_NATIVE_POSIX_CONSOLE

Use the host terminal for console

Type: bool

Help

Use the host terminal (where the native_posix binary was launched) for the Zephyr console

Direct dependencies

ARCH_POSIX && CONSOLE

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

Defaults

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/console/Kconfig:254

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

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

config NATIVE_POSIX_CONSOLE
    bool
    prompt "Use the host terminal for console" if ARCH_POSIX && CONSOLE
    default "y" if ARCH_POSIX && CONSOLE
    select CONSOLE_HAS_DRIVER if ARCH_POSIX && CONSOLE
    depends on ARCH_POSIX && CONSOLE
    help
      Use the host terminal (where the native_posix binary was launched) for the
      Zephyr console

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