: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 ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig:277`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Use the host terminal for console .. parsed-literal:: config NATIVE_POSIX_STDIN_CONSOLE bool "Use the host terminal stdin" 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 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*