diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-02-28 23:54:51 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 10:27:22 +0800 |
commit | 2830bc7d46902e5bdc875feeac52aa615a967989 (patch) | |
tree | 20f0e879ff45953c1de08103848019b0bde70a7b /configs | |
parent | 3cf23719b1dc97d17ed649493b0b61641a79ab1f (diff) | |
download | u-boot-2830bc7d46902e5bdc875feeac52aa615a967989.tar.gz u-boot-2830bc7d46902e5bdc875feeac52aa615a967989.tar.bz2 u-boot-2830bc7d46902e5bdc875feeac52aa615a967989.zip |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/qemu-x86_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |