diff --git a/flavours/linux/conf-notes.txt b/flavours/linux/conf-notes.txt
index 2f8fbb77f5311195aea00370766a2ce88a7e9ff5..76aef15cc497b175b117d3bdab42feb2d7ac4ea5 100644
--- a/flavours/linux/conf-notes.txt
+++ b/flavours/linux/conf-notes.txt
@@ -14,6 +14,8 @@ Supported targets:
 Supported machines (first is the default):
 - qemux86-64
 - qemux86
+- qemuxarm-efi
+- qemuxarm64-efi
 - seco-intel-b68 (SECO SBC-B68)
 - seco-imx8mm-c61-2gb (SECO SBC-C61 2GB DRAM)
 - seco-imx8mm-c61-4gb (SECO SBC-C61 4GB DRAM)
diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample
index 73817506d48a243693f2326529fbf3d00347c174..0e062e812e515d23796591e91ec63b998e63a3ac 100644
--- a/flavours/linux/local.conf.sample
+++ b/flavours/linux/local.conf.sample
@@ -20,6 +20,8 @@
 # You need to select a specific machine to target the build with. There are a selection
 # of emulated machines available which can boot and run in the QEMU emulator:
 #
+#MACHINE ?= "qemuarm-efi"
+#MACHINE ?= "qemuarm64-efi"
 #MACHINE ?= "qemux86"
 #MACHINE ?= "qemux86-64"
 #MACHINE ?= "seco-intel-b68"