The latest development version of this page may be more current than this released 1.14.1 version.
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

Kconfig definition

At drivers/ethernet/Kconfig.native_posix:69

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18drivers/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" if ETH_NATIVE_POSIX && NET_L2_ETHERNET
    default "zeth" if ETH_NATIVE_POSIX && NET_L2_ETHERNET
    depends on ETH_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.)