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 Driver>/console/Kconfig:272
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)