CONFIG_NATIVE_POSIX_STDOUT_CONSOLE

Print to the host terminal stdout

Type: bool

Help

Zephyr’s printk messages will be directed to the host terminal stdout.

Direct dependencies

NATIVE_POSIX_CONSOLE && CONSOLE

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

Defaults

Kconfig definition

At drivers/console/Kconfig:284

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

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

config NATIVE_POSIX_STDOUT_CONSOLE
    bool
    prompt "Print to the host terminal stdout" if NATIVE_POSIX_CONSOLE && CONSOLE
    default "y" if NATIVE_POSIX_CONSOLE && CONSOLE
    depends on NATIVE_POSIX_CONSOLE && CONSOLE
    help
      Zephyr's printk messages will be directed to the host terminal stdout.

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