diff options
| author | Tom Rini <[email protected]> | 2025-04-22 12:27:07 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-22 12:54:53 -0600 |
| commit | bf2db18116137bb2f82165206be3f16baf314feb (patch) | |
| tree | 6f144fe6f66d300060ecc90e2c1b5271e7d31269 /configs | |
| parent | 9adeadfbf756a57922a68cdac147e416ca02f239 (diff) | |
| parent | d7820b1cc6d7cbd36fd7b4fb51bf5accacade983 (diff) | |
Merge patch series "configs: ACPI enabled QEMU defconfigs"
Heinrich Schuchardt <[email protected]> says:
For QEMU we have developed supporting passsing through ACPI tables.
This functionality has been broken multipled times due to missing CI
builds.
* Two new defconfigs qemu_arm64_acpi and qemu-riscv64_smode_acpi.
* Assign the defconfigs to the respective maintainers.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/qemu-riscv64_smode_acpi_defconfig | 2 | ||||
| -rw-r--r-- | configs/qemu_arm64_acpi_defconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/qemu-riscv64_smode_acpi_defconfig b/configs/qemu-riscv64_smode_acpi_defconfig new file mode 100644 index 00000000000..e78e5ffb390 --- /dev/null +++ b/configs/qemu-riscv64_smode_acpi_defconfig @@ -0,0 +1,2 @@ +#include <configs/qemu-riscv64_smode_defconfig> +#include <board/emulation/configs/acpi.config> 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> |
