:orphan: .. title:: CONFIG_NET_PPP_ASYNC_UART_TX_TIMEOUT .. kconfig:: CONFIG_NET_PPP_ASYNC_UART_TX_TIMEOUT CONFIG_NET_PPP_ASYNC_UART_TX_TIMEOUT #################################### *A timeout for uart\_tx() in milliseconds* Type: ``int`` Direct dependencies =================== \ :kconfig:`NET_PPP_ASYNC_UART ` && \ :kconfig:`NET_PPP ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/net/Kconfig:117`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` Menu path: (Top) → Device Drivers → Network Drivers → Point-to-point (PPP) UART based driver .. code-block:: kconfig config NET_PPP_ASYNC_UART_TX_TIMEOUT int "A timeout for uart_tx() in milliseconds" default 100 depends on NET_PPP_ASYNC_UART && NET_PPP && NET_DRIVERS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*