summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.in
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2013-05-02 15:59:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-05-07 16:36:03 +0200
commit14d5d1dcf44e091a6734e063efef20a2585f7263 (patch)
treed05e5fbef4f440ceabd4f3759c84a45e7a43fd70 /rules/host-qemu.in
parent986be20d4dd92b5c56d3395ac7657b45f360ba5a (diff)
downloadptxdist-14d5d1dcf44e091a6734e063efef20a2585f7263.tar.gz
ptxdist-14d5d1dcf44e091a6734e063efef20a2585f7263.tar.xz
host-qemu: add package for a host-side qemuptxdist-2013.05.0
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> [mol: menuconfig, disable fdt and generalize target list] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-qemu.in')
-rw-r--r--rules/host-qemu.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/rules/host-qemu.in b/rules/host-qemu.in
new file mode 100644
index 000000000..77bc49266
--- /dev/null
+++ b/rules/host-qemu.in
@@ -0,0 +1,19 @@
+## SECTION=hosttools
+
+menuconfig HOST_QEMU
+ tristate
+ prompt "host-side qemu "
+ select HOST_GLIB
+ select HOST_ZLIB
+
+if HOST_QEMU
+
+config HOST_QEMU_SYS
+ bool
+ prompt "system emulation"
+
+config HOST_QEMU_USR
+ bool
+ prompt "user-space emulation"
+
+endif