x86: qemu: fix ACPI Kconfig options
authorMiao Yan <yanmiaobest@gmail.com>
Mon, 23 May 2016 02:37:10 +0000 (19:37 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit34865a65c44d9c0dffb9b5346e66ea9b7757b880
tree2fdde4ad934f5a4501fdcfcc282a862fb8b7dd45
parentdd6f3abbb81d4d0f8883a523e26fd45833a6b0d3
x86: qemu: fix ACPI Kconfig options

CONFIG_GENENRATE_ACPI_TABLE controls the generation of ACPI table which
uses U-Boot's built-in methods and CONFIG_QEMU_ACPI_TABLE controls whether
to load ACPI table from QEMU's fw_cfg interface.

But with commit "697ec431469ce0a4c2fc2c02d8685d907491af84 x86: qemu: Drop
our own ACPI implementation", there is only one way to support ACPI table
for QEMU targets which is the fw_cfg interface. Having two Kconfig options
for this purpose is not necessary any more, so this patch consolidates
the two.

Signed-off-by: Miao Yan <yanmiaobest@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/Kconfig
arch/x86/cpu/qemu/Makefile
arch/x86/lib/Makefile