summaryrefslogtreecommitdiff
path: root/lib/efi_client
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-05-28 10:03:15 -0600
committerHeinrich Schuchardt <[email protected]>2025-07-26 07:34:28 +0200
commit0029f2447bd4fac23d0ec6107c0b911c50c2c334 (patch)
treeff678e9891858581bfe643ac0929906f0bd38b5b /lib/efi_client
parent2ea957952362fe9238cbf3996c001f8bf3f04701 (diff)
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 <[email protected]>
Diffstat (limited to 'lib/efi_client')
-rw-r--r--lib/efi_client/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efi_client/Kconfig b/lib/efi_client/Kconfig
index 81ed3e66b34..ec413639bfe 100644
--- a/lib/efi_client/Kconfig
+++ b/lib/efi_client/Kconfig
@@ -1,7 +1,7 @@
menu "U-Boot as UEFI application"
depends on X86
-config EFI
+config EFI_CLIENT
bool "Support running U-Boot from EFI"
depends on X86
imply X86_TSC_READ_BASE
@@ -13,7 +13,7 @@ config EFI
choice
prompt "Select EFI mode to use"
- depends on X86 && EFI
+ depends on X86 && EFI_CLIENT
config EFI_APP
bool "Support running as an EFI application"