:orphan: .. title:: NATIVE_POSIX_CONSOLE .. option:: 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 =================== (\ :option:`CONSOLE ` && \ :option:`BOARD_NATIVE_POSIX `) || (\ :option:`ARCH_POSIX ` && \ :option:`CONSOLE `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :option:`SERIAL ` Symbols selected by this symbol =============================== - \ :option:`CONSOLE_HAS_DRIVER ` Symbols that select this symbol =============================== - \ :option:`BOARD_NATIVE_POSIX ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/posix/native_posix/Kconfig.defconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config NATIVE_POSIX_CONSOLE bool default y if !\ :option:`SERIAL ` depends on \ :option:`CONSOLE ` && \ :option:`BOARD_NATIVE_POSIX ` ---- At ``drivers/console/Kconfig:269`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. parsed-literal:: config NATIVE_POSIX_CONSOLE bool "Use the host terminal for console" select \ :option:`CONSOLE_HAS_DRIVER ` depends on \ :option:`ARCH_POSIX ` && \ :option:`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.)*