-
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 if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/console/Kconfig:259
Included via Kconfig:10
→ Kconfig.zephyr:35
→ 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
depends onNATIVE_POSIX_CONSOLE
&&CONSOLE
help No current use. Kept only as there is plans to start using these drivers with the shell
(Definitions include propagated dependencies, including from if’s and menus.)