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:
Simon Glass
2025-07-02 14:43:40 -06:00
parent 50d0aeeeff
commit 537e97237e
11 changed files with 12 additions and 12 deletions

View File

@@ -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