- 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 ifs and menus.)
Defaults
Choice options
Kconfig definition
At <Zephyr>/subsys/net/ip/Kconfig:64
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:83
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
choice
bool "Qemu networking"
default NET_QEMU_PPP if NET_PPP
default NET_QEMU_SLIP
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)