:orphan: .. title:: CONFIG_NATIVE_POSIX_STDIN_CONSOLE .. kconfig:: CONFIG_NATIVE_POSIX_STDIN_CONSOLE CONFIG_NATIVE_POSIX_STDIN_CONSOLE ################################# *Use the host terminal stdin* Type: ``bool`` Help ==== .. code-block:: none No current use. Kept only as there is plans to start using these drivers with the shell Direct dependencies =================== \ :kconfig:`NATIVE_POSIX_CONSOLE ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/console/Kconfig:272`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Use the host terminal for console .. code-block:: kconfig 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.)*