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

CONFIG_NET_PPP_DRV_NAME

PPP Driver name

Type: string

Help

This option sets the driver name

Direct dependencies

NET_PPP && NET_DRIVERS

(Includes any dependencies from ifs and menus.)

Default

  • “ppp”

Kconfig definition

At drivers/net/Kconfig:25

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

Menu path: (Top) → Device Drivers → Network Drivers → Point-to-point (PPP) UART based driver

config NET_PPP_DRV_NAME
    string "PPP Driver name"
    default "ppp"
    depends on NET_PPP && NET_DRIVERS
    help
      This option sets the driver name

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