-
CONFIG_NET_PPP_DRV_NAME
¶
PPP Driver name
Type: string
Help¶
This option sets the driver name
Default¶
“ppp”
Kconfig definition¶
At <Zephyr>/drivers/net/Kconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:22
Menu path: (Top) → Device Drivers → Point-to-point (PPP) UART based driver
config NET_PPP_DRV_NAME
string "PPP Driver name"
default "ppp"
depends on NET_PPP
help
This option sets the driver name
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)