c5c3f05e9f6d2685a1bd77e062c24a788a9ef229
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qemu / Config.in.host
1 config BR2_PACKAGE_HOST_QEMU
2         bool "host qemu"
3         # So far, we only build the user mode emulation, so this list
4         # of architecture dependencies only takes into account this
5         # emulation mode.
6         depends on BR2_arm       || BR2_armeb       || BR2_aarch64      || \
7                 BR2_i386         || BR2_m68k        || BR2_microblazeel || \
8                 BR2_microblazebe || BR2_mips        || BR2_mipsel       || \
9                 BR2_mips64       || BR2_mips64el    || BR2_powerpc      || \
10                 BR2_powerpc64    || BR2_powerpc64le || BR2_sh           || \
11                 BR2_sparc        || BR2_x86_64
12         help
13           QEMU is a generic and open source machine emulator and virtualizer.
14
15           This option builds a user emulator for your selected architecture.
16
17           http://www.qemu.org