Kconfig: clean up the efi configuration status

The EFI_LOADER and EFI config options are randomly scattered under lib/
making it cumbersome to navigate and enable options, unless you really
know what you are doing. On top of that the existing options are in
random order instead of a logical one.

So let's move things around a bit and move them under boot/. Present a
generic UEFI entry where people can select Capsules, Protocols,
Services,  and an option to compile U-Boot as an EFI for X86

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Ilias Apalodimas
2024-08-30 14:45:27 +03:00
committed by Heinrich Schuchardt
parent 063b4ed07d
commit 775f7657ba
4 changed files with 124 additions and 90 deletions

View File

@@ -1081,8 +1081,6 @@ config SMBIOS_PARSER
help
A simple parser for SMBIOS data.
source "lib/efi/Kconfig"
source "lib/efi_loader/Kconfig"
source "lib/optee/Kconfig"
config TEST_FDTDEC