efi: Rename CONFIG_EFI to CONFIG_EFI_CLIENT
authorSimon Glass <sjg@chromium.org>
Wed, 28 May 2025 16:03:15 +0000 (10:03 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 26 Jul 2025 05:34:28 +0000 (07:34 +0200)
commit0029f2447bd4fac23d0ec6107c0b911c50c2c334
treeff678e9891858581bfe643ac0929906f0bd38b5b
parent2ea957952362fe9238cbf3996c001f8bf3f04701
efi: Rename CONFIG_EFI to CONFIG_EFI_CLIENT

The generic name 'EFI' would be more useful for common EFI features. At
present it just refers to the EFI app and stub, which is confusing.

Rename it to EFI_CLIENT

Signed-off-by: Simon Glass <sjg@chromium.org>
16 files changed:
arch/x86/Kconfig
arch/x86/cpu/Makefile
arch/x86/cpu/efi/Kconfig
arch/x86/cpu/x86_64/Makefile
cmd/Makefile
configs/efi-x86_app32_defconfig
configs/efi-x86_app64_defconfig
configs/efi-x86_payload32_defconfig
configs/efi-x86_payload64_defconfig
doc/develop/uefi/u-boot_on_efi.rst
drivers/block/Kconfig
include/init.h
lib/Kconfig
lib/Makefile
lib/efi_client/Kconfig
lib/uuid.c