]> git.dujemihanovic.xyz Git - u-boot.git/commit
Kconfig: clean up the efi configuration status
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 30 Aug 2024 11:45:27 +0000 (14:45 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Sep 2024 15:33:52 +0000 (17:33 +0200)
commit775f7657ba583d6bbd0b2833cd589247292a17be
treeea3017e1d7a07d286960bdf3da5616a726b33c46
parent063b4ed07de41ea688e9f6e2d4168b192243ba58
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>
boot/Kconfig
lib/Kconfig
lib/efi/Kconfig
lib/efi_loader/Kconfig