aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/acrn.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/acrn.conf b/conf/machine/acrn.conf
new file mode 100644
index 0000000..96a7d66
--- /dev/null
+++ b/conf/machine/acrn.conf
@@ -0,0 +1,10 @@
+#@TYPE: Machine
+#@NAME: acrn
+#@DESCRIPTION: Machine for Zephyr BOARD acrn
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-i586.inc
+
+ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
+
+ARCH_acrn = "x86"