-
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.)
Defaults¶
NET_QEMU_SLIP
ifQEMU_TARGET
&& !NET_RAW_MODE
&&NETWORKING
Choice options¶
Kconfig definition¶
At subsys/net/ip/Kconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
choice bool prompt "Qemu networking" ifQEMU_TARGET
&& !NET_RAW_MODE
&&NETWORKING
defaultNET_QEMU_SLIP
ifQEMU_TARGET
&& !NET_RAW_MODE
&&NETWORKING
depends onQEMU_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.)