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 <Zephyr Driver>/net/Kconfig:12

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/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.)