mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Convert LIB_UUID to Kconfig
config_fallback.h has some logic that checks a variety of options and selects LIB_UUID if it hasn't already been selected. This will all LIB_UUID in Kconfig and select this option for the list of options to allow us to remove the logic from fallbacks Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
@ -18,6 +18,9 @@ config CC_OPTIMIZE_LIBS_FOR_SPEED
|
||||
config HAVE_PRIVATE_LIBGCC
|
||||
bool
|
||||
|
||||
config LIB_UUID
|
||||
bool
|
||||
|
||||
config USE_PRIVATE_LIBGCC
|
||||
bool "Use private libgcc"
|
||||
depends on HAVE_PRIVATE_LIBGCC
|
||||
|
@ -6,6 +6,7 @@ config EFI_LOADER
|
||||
# We need EFI_STUB_32BIT to be set on x86_32 with EFI_STUB
|
||||
depends on !EFI_STUB || !X86 || X86_64 || EFI_STUB_32BIT
|
||||
default y
|
||||
select LIB_UUID
|
||||
help
|
||||
Select this option if you want to run EFI applications (like grub2)
|
||||
on top of U-Boot. If this option is enabled, U-Boot will expose EFI
|
||||
|
Reference in New Issue
Block a user