:orphan: .. title:: NET_PPP_DRV_NAME .. option:: CONFIG_NET_PPP_DRV_NAME *PPP Driver name* Type: ``string`` Help ==== This option sets the driver name Direct dependencies =================== \ :option:`NET_PPP ` *(Includes any dependencies from ifs and menus.)* Default ======= - "ppp" Kconfig definition ================== .. highlight:: kconfig At ``drivers/net/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:22`` Menu path: (Top) → Device Drivers → Point-to-point (PPP) UART based driver .. parsed-literal:: config NET_PPP_DRV_NAME string "PPP Driver name" default "ppp" depends on \ :option:`NET_PPP ` help This option sets the driver name *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*