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

Point-to-point (PPP) UART based driver

Type: bool

Direct dependencies

NET_L2_PPP && NET_NATIVE

(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:7

Included via Kconfig:8Kconfig.zephyr:37drivers/Kconfig:16

Menu path: (Top) → Device Drivers

menuconfig NET_PPP
    bool "Point-to-point (PPP) UART based driver"
    select UART_PIPE
    select UART_INTERRUPT_DRIVEN
    depends on NET_L2_PPP && NET_NATIVE

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)