:orphan: .. title:: choice: Qemu networking .. _choice_404: .. describe:: 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 =================== \ :option:`QEMU_TARGET ` && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`NET_QEMU_PPP ` if \ :option:`NET_PPP ` - \ :option:`NET_QEMU_SLIP ` Choice options ============== - \ :option:`NET_QEMU_SLIP ` - \ :option:`NET_QEMU_PPP ` - \ :option:`NET_QEMU_ETHERNET ` - \ :option:`NET_QEMU_USER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: choice bool "Qemu networking" default \ :option:`NET_QEMU_PPP ` if \ :option:`NET_PPP ` default \ :option:`NET_QEMU_SLIP ` depends on \ :option:`QEMU_TARGET ` && !\ :option:`NET_RAW_MODE ` && \ :option:`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.)*