x86: Rename QEMU to ARCH_QEMU_X86
CONFIG_QEMU is too generic for an x86-specific option. Rename it to ARCH_QEMU_X86 Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -318,7 +318,7 @@ config GENERATE_ACPI_TABLE
|
||||
bool "Generate an ACPI (Advanced Configuration and Power Interface) table"
|
||||
depends on ACPI
|
||||
select BLOBLIST
|
||||
select QFW if QEMU
|
||||
select QFW if ARCH_QEMU_X86
|
||||
help
|
||||
The Advanced Configuration and Power Interface (ACPI) specification
|
||||
provides an open standard for device configuration and management
|
||||
|
||||
Reference in New Issue
Block a user