:orphan: .. title:: NET_PPP .. option:: CONFIG_NET_PPP *Point-to-point (PPP) UART based driver* Type: ``bool`` Direct dependencies =================== \ :option:`NET_L2_PPP ` && \ :option:`NET_NATIVE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`RING_BUFFER ` - \ :option:`UART_MUX ` if \ :option:`GSM_MUX ` Kconfig definition ================== At ``/net/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:22`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig NET_PPP bool "Point-to-point (PPP) UART based driver" select RING_BUFFER select UART_MUX if GSM_MUX depends on NET_L2_PPP && NET_NATIVE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*