From: Heinrich Schuchardt Date: Tue, 22 Jan 2019 20:35:23 +0000 (+0100) Subject: efi_loader: GetNextVariableName() relies on REGEX X-Git-Tag: v2019.04-rc2~13^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dba5148049c8e7d1863dfebaa0cb5dcb0e472db8;p=oweals%2Fu-boot.git efi_loader: GetNextVariableName() relies on REGEX Our implementation of GetNextVariableName() relies on CONFIG_REGEX=y. So EFI_LOADER has to select it. Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index b921ea8821..f5de005ff8 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -8,6 +8,7 @@ config EFI_LOADER default y select LIB_UUID select HAVE_BLOCK_DEVICE + select REGEX imply CFB_CONSOLE_ANSI help Select this option if you want to run EFI applications (like grub2)