:orphan: .. title:: CONFIG_NATIVE_STDIN_POLL_PERIOD .. kconfig:: CONFIG_NATIVE_STDIN_POLL_PERIOD CONFIG_NATIVE_STDIN_POLL_PERIOD ############################### *Polling period for stdin* Type: ``int`` Help ==== .. code-block:: none In ms, polling period for stdin Direct dependencies =================== \ :kconfig:`NATIVE_POSIX_STDIN_CONSOLE ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 20 Kconfig definition ================== At ``/console/Kconfig:279`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Use the host terminal for console → Use the host terminal stdin .. code-block:: kconfig config NATIVE_STDIN_POLL_PERIOD int "Polling period for stdin" default 20 depends on NATIVE_POSIX_STDIN_CONSOLE && CONSOLE help In ms, polling period for stdin *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*