The latest development version of this page may be more current than this released 1.14.1 version.
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

(CONSOLE && BOARD_NATIVE_POSIX) || (ARCH_POSIX && CONSOLE)

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

Defaults

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definitions

At boards/posix/native_posix/Kconfig.defconfig:68

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config NATIVE_POSIX_CONSOLE
    bool
    default "y" if !SERIAL && CONSOLE && BOARD_NATIVE_POSIX
    depends on CONSOLE && BOARD_NATIVE_POSIX

At drivers/console/Kconfig:251

Included via Kconfig:10Kconfig.zephyr:35drivers/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
    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.)