diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-20 10:59:26 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-22 12:27:01 -0600 |
commit | 2d6cf24d70ef1909e6dc037f47e8d5bfb76e417e (patch) | |
tree | 6ed03e87600ddcf35ca835eb29b555d68db3e2cf | |
parent | 13248ae93bd07ce1574b6d6e4d279c3b96089515 (diff) |
configs: add qemu_arm64_acpi_defconfig
Add a qemu_arm64 variant that supports ACPI.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | configs/qemu_arm64_acpi_defconfig | 2 |
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> |