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