: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 ================== .. highlight:: kconfig At ``drivers/net/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig NET_PPP bool "Point-to-point (PPP) UART based driver" select \ :option:`RING_BUFFER ` select \ :option:`UART_MUX ` if \ :option:`GSM_MUX ` depends on \ :option:`NET_L2_PPP ` && \ :option:`NET_NATIVE ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*