summaryrefslogtreecommitdiffstats
path: root/package/qemu/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/qemu/Config.in')
-rw-r--r--package/qemu/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/qemu/Config.in b/package/qemu/Config.in
index 6cd6cc85da..96ec301fd7 100644
--- a/package/qemu/Config.in
+++ b/package/qemu/Config.in
@@ -26,3 +26,21 @@ config BR2_PACKAGE_QEMU
server and embedded PowerPC, and S390 guests.
http://qemu.org/
+
+if BR2_PACKAGE_QEMU
+
+comment "Emulators selection"
+
+config BR2_PACKAGE_QEMU_SYSTEM
+ bool "Enable all systems emulation"
+ help
+ Say 'y' to build all system emulators/virtualisers that QEMU supports.
+
+config BR2_PACKAGE_QEMU_LINUX_USER
+ bool "Enable all Linux user-land emulation"
+ help
+ Say 'y' to build all Linux user-land emulators that QEMU supports.
+
+# Note: bsd-user can not be build on Linux
+
+endif # BR2_PACKAGE_QEMU
OpenPOWER on IntegriCloud