The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NET_PPP

Point-to-point (PPP) UART based driver

Type: bool

Direct dependencies

NET_L2_PPP && NET_NATIVE && NET_DRIVERS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/net/Kconfig:12

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:24

Menu path: (Top) → Device Drivers → Network Drivers

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.)