-
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:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:34
→ <Zephyr>/subsys/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
choice bool "Qemu networking" defaultNET_QEMU_PPP
ifNET_PPP
defaultNET_QEMU_SLIP
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)