The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_QEMU_ETHERNET

Ethernet

Type: bool

Help

Connect to host system via Qemu ethernet driver support. One such driver that Zephyr supports is Intel e1000 ethernet driver.

Direct dependencies

<choice: Qemu networking>

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

Kconfig definition

At subsys/net/ip/Kconfig:37

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82

Menu path: (top menu) → Networking → IP stack → Qemu networking

config NET_QEMU_ETHERNET
    bool
    prompt "Ethernet" if <choice: Qemu networking>
    depends on <choice: Qemu networking>
    help
      Connect to host system via Qemu ethernet driver support. One such
      driver that Zephyr supports is Intel e1000 ethernet driver.

(Definitions include propagated dependencies, including from if’s and menus.)