:orphan: .. title:: CONFIG_UART_CONSOLE_INPUT_EXPIRED_TIMEOUT .. kconfig:: CONFIG_UART_CONSOLE_INPUT_EXPIRED_TIMEOUT CONFIG_UART_CONSOLE_INPUT_EXPIRED_TIMEOUT ######################################### *Fixed amount of time to keep the UART console in use flag true* Type: ``int`` Help ==== .. code-block:: none Fixed amount of time which unit is milliseconds to keep the UART console in use flag true. Direct dependencies =================== \ :kconfig:`UART_CONSOLE_INPUT_EXPIRED ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 15000 Kconfig definition ================== At ``/console/Kconfig:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Use UART for console → Enable support for UART console input expired mechanism .. code-block:: kconfig config UART_CONSOLE_INPUT_EXPIRED_TIMEOUT int "Fixed amount of time to keep the UART console in use flag true" default 15000 depends on UART_CONSOLE_INPUT_EXPIRED && CONSOLE help Fixed amount of time which unit is milliseconds to keep the UART console in use flag true. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*