emulation: Rename ARCH_QEMU to ARCH_QEMU_ARM

This option looks generic but in fact is specific to ARM. Rename it to
reflect this.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-07-02 14:00:09 -06:00
parent a9d552407a
commit ab3b9d1d88
14 changed files with 20 additions and 20 deletions

View File

@@ -85,7 +85,7 @@ config EFI_GET_TIME
config EFI_SET_TIME
bool "SetTime() runtime service"
depends on EFI_GET_TIME
default y if ARCH_QEMU || SANDBOX
default y if ARCH_QEMU_ARM || SANDBOX
help
Provide the SetTime() runtime service at boottime. This service
can be used by an EFI application to adjust the real time clock.
@@ -473,7 +473,7 @@ config EFI_RISCV_BOOT_PROTOCOL
config EFI_IP4_CONFIG2_PROTOCOL
bool "EFI_IP4_CONFIG2_PROTOCOL support"
default y if ARCH_QEMU || SANDBOX
default y if ARCH_QEMU_ARM || SANDBOX
depends on NET || NET_LWIP
help
Provides an implementation of the EFI_IP4_CONFIG2_PROTOCOL, this
@@ -482,7 +482,7 @@ config EFI_IP4_CONFIG2_PROTOCOL
config EFI_HTTP_PROTOCOL
bool "EFI_HTTP_PROTOCOL support"
default y if ARCH_QEMU || SANDBOX
default y if ARCH_QEMU_ARM || SANDBOX
depends on WGET
help
Provides an EFI HTTP driver implementing the EFI_HTTP_PROTOCOL. and
@@ -500,7 +500,7 @@ config EFI_LOADER_BOUNCE_BUFFER
config EFI_GRUB_ARM32_WORKAROUND
bool "Workaround for GRUB on 32bit ARM"
default n if ARCH_BCM283X || ARCH_SUNXI || ARCH_QEMU
default n if ARCH_BCM283X || ARCH_SUNXI || ARCH_QEMU_ARM
default y
depends on ARM && !ARM64
help