mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
global: Audit Kconfig usage of PARTITION_TYPE_GUID
It is not functionally possible to use the code enabled by PARTITION_TYPE_GUID without having EFI_PARTITION be enabled as well. Not all users of the former had ensured that the latter was enabled however, so audit all current users and then as appropriate select or imply EFI_PARTITION as needed. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
menuconfig FWU_MULTI_BANK_UPDATE
|
||||
bool "Enable FWU Multi Bank Update Feature"
|
||||
depends on EFI_CAPSULE_ON_DISK
|
||||
select EFI_PARTITION
|
||||
select PARTITION_TYPE_GUID
|
||||
select FWU_MDATA
|
||||
imply EFI_CAPSULE_ON_DISK_EARLY
|
||||
|
||||
Reference in New Issue
Block a user