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 ifs and menus.)

Default

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definitions

At <Zephyr>/boards/posix/native_posix/Kconfig.defconfig:60

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

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

At <Zephyr>/drivers/console/Kconfig:269

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers

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

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