-
CONFIG_ETH_NATIVE_POSIX_DRV_NAME
¶
Ethernet driver name
Type: string
Help¶
This option sets the driver name and name of the network interface in your host system.
Direct dependencies¶
ETH_NATIVE_POSIX
&& NET_L2_ETHERNET
(Includes any dependencies from if’s and menus.)
Defaults¶
- “zeth” if
ETH_NATIVE_POSIX
&&NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig.native_posix:69
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:34
Menu path: (top menu) → Device Drivers → Ethernet Drivers → Native Posix Ethernet driver
config ETH_NATIVE_POSIX_DRV_NAME string prompt "Ethernet driver name" ifETH_NATIVE_POSIX
&&NET_L2_ETHERNET
default "zeth" ifETH_NATIVE_POSIX
&&NET_L2_ETHERNET
depends onETH_NATIVE_POSIX
&&NET_L2_ETHERNET
help This option sets the driver name and name of the network interface in your host system.
(Definitions include propagated dependencies, including from if’s and menus.)