CONFIG_ETH_QEMU_IFACE_NAME

Network interface name for QEMU

Type: string

Help

The network interface name for QEMU. This value is given as a parameter to -nic qemu command line option. The network interface must be created before starting QEMU. The net-setup.sh script from net-tools project can be used to create the network interface.

Direct dependencies

NET_QEMU_ETHERNET && NET_L2_ETHERNET

(Includes any dependencies from ifs and menus.)

Default

  • “zeth”

Kconfig definition

At <Zephyr>/drivers/ethernet/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:20

Menu path: (Top) → Device Drivers → Ethernet Drivers

config ETH_QEMU_IFACE_NAME
    string "Network interface name for QEMU"
    default "zeth"
    depends on NET_QEMU_ETHERNET && NET_L2_ETHERNET
    help
      The network interface name for QEMU. This value is given as
      a parameter to -nic qemu command line option. The network
      interface must be created before starting QEMU. The net-setup.sh
      script from net-tools project can be used to create the network
      interface.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)