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>
This commit is contained in:
@@ -96,7 +96,7 @@ config TPL_BLOCK_CACHE
|
||||
|
||||
config EFI_MEDIA
|
||||
bool "Support EFI media drivers"
|
||||
default y if EFI || SANDBOX
|
||||
default y if EFI_CLIENT || SANDBOX
|
||||
select BLK
|
||||
help
|
||||
Enable this to support media devices on top of UEFI. This enables
|
||||
|
||||
Reference in New Issue
Block a user