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:
committed by
Heinrich Schuchardt
parent
063b4ed07d
commit
775f7657ba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user