CONFIG_NET_PPP_ASYNC_UART_RX_ENABLE_TIMEOUT
A timeout for uart_rx_enable()
Type: int
Direct dependencies
NET_PPP_ASYNC_UART
&& NET_PPP
&& NET_DRIVERS
(Includes any dependencies from ifs and menus.)
Default
100
Kconfig definition
At <Zephyr>/drivers/net/Kconfig:113
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:24
Menu path: (Top) → Device Drivers → Network Drivers → Point-to-point (PPP) UART based driver
config NET_PPP_ASYNC_UART_RX_ENABLE_TIMEOUT
int "A timeout for uart_rx_enable()"
default 100
depends on NET_PPP_ASYNC_UART && NET_PPP && NET_DRIVERS
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)