-
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.
Defaults¶
- “zeth” if
ETH_NATIVE_POSIX
Kconfig definition¶
At drivers/ethernet/Kconfig.native_posix:54
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:40
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
default "zeth" ifETH_NATIVE_POSIX
depends onETH_NATIVE_POSIX
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.)