diff options
| author | Ilias Apalodimas <[email protected]> | 2024-08-30 14:45:27 +0300 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-09-12 17:33:52 +0200 |
| commit | 775f7657ba583d6bbd0b2833cd589247292a17be (patch) | |
| tree | ea3017e1d7a07d286960bdf3da5616a726b33c46 /lib/Kconfig | |
| parent | 063b4ed07de41ea688e9f6e2d4168b192243ba58 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 5f282ecb543..86919410cd7 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -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 |
