From: Bin Meng Date: Mon, 29 Feb 2016 07:54:51 +0000 (-0800) Subject: x86: qemu: Enable ACPI table generation by default X-Git-Tag: v2016.05-rc1~323 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2830bc7d46902e5bdc875feeac52aa615a967989;p=oweals%2Fu-boot.git x86: qemu: Enable ACPI table generation by default Now that ACPI is supported on QEMU, enable it. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig index 29150ef316..bb9c6cd51a 100644 --- a/configs/qemu-x86_defconfig +++ b/configs/qemu-x86_defconfig @@ -4,6 +4,7 @@ CONFIG_SMP=y CONFIG_MAX_CPUS=2 CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y +CONFIG_GENERATE_ACPI_TABLE=y CONFIG_FIT=y CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y