:orphan: .. title:: CONFIG_NET_PPP_ASYNC_UART .. kconfig:: CONFIG_NET_PPP_ASYNC_UART CONFIG_NET_PPP_ASYNC_UART ######################### *Asynchronous UART API is used* Type: ``bool`` Direct dependencies =================== \ :kconfig:`UART_ASYNC_API ` && !\ :kconfig:`GSM_MUX ` && \ :kconfig:`NET_PPP ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/Kconfig:21`` 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 bool "Asynchronous UART API is used" depends on UART_ASYNC_API && !GSM_MUX && NET_PPP && NET_DRIVERS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*