Commit 2830bc7d46902e5bdc875feeac52aa615a967989

Authored by Bin Meng
1 parent 3cf23719b1

x86: qemu: Enable ACPI table generation by default

Now that ACPI is supported on QEMU, enable it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/qemu-x86_defconfig
... ... @@ -4,6 +4,7 @@
4 4 CONFIG_MAX_CPUS=2
5 5 CONFIG_GENERATE_PIRQ_TABLE=y
6 6 CONFIG_GENERATE_MP_TABLE=y
  7 +CONFIG_GENERATE_ACPI_TABLE=y
7 8 CONFIG_FIT=y
8 9 CONFIG_BOOTSTAGE=y
9 10 CONFIG_BOOTSTAGE_REPORT=y