The latest development version of this page may be more current than this released 1.14.0 version.
choice: Qemu networking

Qemu networking

Type: bool

Help

Can be used to select how the network connectivity is established from inside qemu to host system. This can be done either via serial connection (SLIP) or via Qemu ethernet driver.

Direct dependencies

QEMU_TARGET && !NET_RAW_MODE && NETWORKING

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

Kconfig definition

At subsys/net/ip/Kconfig:23

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

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

choice
    bool
    prompt "Qemu networking" if QEMU_TARGET && !NET_RAW_MODE && NETWORKING
    default NET_QEMU_SLIP if QEMU_TARGET && !NET_RAW_MODE && NETWORKING
    depends on QEMU_TARGET && !NET_RAW_MODE && NETWORKING
    help
      Can be used to select how the network connectivity is established
      from inside qemu to host system. This can be done either via
      serial connection (SLIP) or via Qemu ethernet driver.

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