diff options
| author | Tom Rini <[email protected]> | 2026-03-20 14:53:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-03 12:06:10 -0600 |
| commit | b0eaaa067ea40611b9c047576adc8abd1a4d63a7 (patch) | |
| tree | 2293b2d2fd3e6e03606850d81fddc4d9202eab18 /arch/Kconfig | |
| parent | 0b1a79350212d0d166135bcfa4dd3a2cfbdc59ce (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch/Kconfig')
| -rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index ba99d251737..10755fec8bb 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -254,7 +254,7 @@ config SANDBOX imply AVB_VERIFY imply LIBAVB imply CMD_AVB - imply PARTITION_TYPE_GUID + imply PARTITION_TYPE_GUID if EFI_PARTITION imply SCP03 imply CMD_SCP03 imply UDP_FUNCTION_FASTBOOT |
