-
CONFIG_NATIVE_POSIX_STDIN_CONSOLE
¶
Use the host terminal stdin
Type: bool
Help¶
Feed the host terminal stdin to the Zephyr console/shell.
Direct dependencies¶
NATIVE_POSIX_CONSOLE
&& CONSOLE
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NATIVE_POSIX_CONSOLE
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig:263
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config NATIVE_POSIX_STDIN_CONSOLE bool prompt "Use the host terminal stdin" ifNATIVE_POSIX_CONSOLE
&&CONSOLE
default "y" ifNATIVE_POSIX_CONSOLE
&&CONSOLE
depends onNATIVE_POSIX_CONSOLE
&&CONSOLE
help Feed the host terminal stdin to the Zephyr console/shell.
(Definitions include propagated dependencies, including from if’s and menus.)