-
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
Defaults¶
- “y” if
ARCH_POSIX
&&CONSOLE
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At drivers/console/Kconfig:254
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config NATIVE_POSIX_CONSOLE bool prompt "Use the host terminal for console" ifARCH_POSIX
&&CONSOLE
default "y" ifARCH_POSIX
&&CONSOLE
selectCONSOLE_HAS_DRIVER
ifARCH_POSIX
&&CONSOLE
depends onARCH_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.)