:orphan: .. title:: CONFIG_NET_PPP .. kconfig:: CONFIG_NET_PPP CONFIG_NET_PPP ############## *Point-to-point (PPP) UART based driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_L2_PPP ` && \ :kconfig:`NET_NATIVE ` && \ :kconfig:`NET_DRIVERS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`RING_BUFFER ` - \ :kconfig:`UART_MUX ` if \ :kconfig:`GSM_MUX ` Kconfig definition ================== At ``/net/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:24`` Menu path: (Top) → Device Drivers → Network 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 && NET_DRIVERS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*