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

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/ethernet/Kconfig.native_posix:54

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