CONFIG_NATIVE_POSIX_STDIN_CONSOLE
Use the host terminal stdin
Type: bool
Help
No current use. Kept only as there is plans to start using these
drivers with the shell
Direct dependencies
NATIVE_POSIX_CONSOLE
&& CONSOLE
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/console/Kconfig:261
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Use the host terminal for console
config NATIVE_POSIX_STDIN_CONSOLE
bool "Use the host terminal stdin"
depends on NATIVE_POSIX_CONSOLE && CONSOLE
help
No current use. Kept only as there is plans to start using these
drivers with the shell
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)