:orphan: .. title:: NATIVE_POSIX_STDIN_CONSOLE .. option:: 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 =================== \ :option:`NATIVE_POSIX_CONSOLE ` && \ :option:`CONSOLE ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig:259`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:16`` Menu path: (top menu) → Device Drivers → Console drivers → Use the host terminal for console .. parsed-literal:: config NATIVE_POSIX_STDIN_CONSOLE bool prompt "Use the host terminal stdin" if \ :option:`NATIVE_POSIX_CONSOLE ` && \ :option:`CONSOLE ` depends on \ :option:`NATIVE_POSIX_CONSOLE ` && \ :option:`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.)*