efi: Create a new CONFIG_EFI
authorSimon Glass <sjg@chromium.org>
Wed, 28 May 2025 16:03:16 +0000 (10:03 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 26 Jul 2025 05:34:31 +0000 (07:34 +0200)
commit81ce639e61c990e4d3b88cc975bf552e8b509090
treeadb90125802c29a1a57da82378ca2f2fb741e513
parent0029f2447bd4fac23d0ec6107c0b911c50c2c334
efi: Create a new CONFIG_EFI

Create a Kconfig which indicates that EFI functionality is in use,
either as a client (EFI app / stub) or provider (EFI loader). This will
make it easier to share code between these two parts of U-Boot

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/develop/uefi/u-boot_on_efi.rst
lib/efi/Kconfig [new file with mode: 0644]
lib/efi_client/Kconfig
lib/efi_loader/Kconfig