summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2025-04-20 10:59:26 +0200
committerTom Rini <[email protected]>2025-04-22 12:27:01 -0600
commit2d6cf24d70ef1909e6dc037f47e8d5bfb76e417e (patch)
tree6ed03e87600ddcf35ca835eb29b555d68db3e2cf
parent13248ae93bd07ce1574b6d6e4d279c3b96089515 (diff)
configs: add qemu_arm64_acpi_defconfig
Add a qemu_arm64 variant that supports ACPI. Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Tom Rini <[email protected]>
-rw-r--r--configs/qemu_arm64_acpi_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qemu_arm64_acpi_defconfig b/configs/qemu_arm64_acpi_defconfig
new file mode 100644
index 00000000000..f85f2913530
--- /dev/null
+++ b/configs/qemu_arm64_acpi_defconfig
@@ -0,0 +1,2 @@
+#include <configs/qemu_arm64_defconfig>
+#include <board/emulation/configs/acpi.config>