ruby: bump version to 2.4.1
[buildroot-gz.git] / package / qemu / Config.in.host
blobb3eb5906cc8e02b01949ab5f4cb496d50edbf83e
1 config BR2_PACKAGE_HOST_QEMU
2         bool "host qemu"
3         select BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE \
4                if !BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
5         depends on BR2_arm       || BR2_armeb       || BR2_aarch64      || \
6                 BR2_i386         || BR2_m68k        || BR2_microblazeel || \
7                 BR2_microblazebe || BR2_mips        || BR2_mipsel       || \
8                 BR2_mips64       || BR2_mips64el    || BR2_powerpc      || \
9                 BR2_powerpc64    || BR2_powerpc64le || BR2_sh           || \
10                 BR2_sparc        || BR2_x86_64
11         help
12           QEMU is a generic and open source machine emulator and virtualizer.
14           This option builds an emulator for your selected architecture.
16           http://www.qemu.org
18 if BR2_PACKAGE_HOST_QEMU
20 comment "Emulators selection"
22 config BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
23         bool "Enable system emulation"
24         help
25           Enables the build of the system emulator, which allows to
26           boot an entire system in Qemu.
28 config BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE
29         bool "Enable Linux user-land emulation"
30         help
31           Enables the build of the user-land emulator, which allows to
32           run user-space applications.
34 config BR2_PACKAGE_HOST_QEMU_VDE2
35         bool "VDE2 support"
36         help
37           Enables VDE2 support. VDE2 stands for Virtual Distributed
38           Ethernet and can be used to create virtual switches to
39           "plug" both physical and virtual machines in them.
41 endif