A system has to support booting via the boot manager to be EBBR compliant.
See the reference to variables Boot#### in the specification.

Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com>
---
 lib/efi_loader/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
index 2fb24d7af9a..3b703fea007 100644
--- a/lib/efi_loader/Kconfig
+++ b/lib/efi_loader/Kconfig
@@ -486,6 +486,7 @@ config EFI_ECPT
 
 config EFI_EBBR_2_1_CONFORMANCE
        bool "Add the EBBRv2.1 conformance entry to the ECPT table"
+       depends on BOOTMETH_EFI_BOOTMGR
        depends on EFI_ECPT
        depends on EFI_LOADER_HII
        depends on EFI_RISCV_BOOT_PROTOCOL || !RISCV
-- 
2.45.2

Reply via email to